| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
provides function to update a menu bar for inplace editing. More...
import "XMenuBarAcceptor.idl";
 
  
| Public Member Functions | |
| void | updateMenuBar ([inout] com::sun::star::awt::XMenuBar xMenuBar) | 
| update menu bar according to the current frame mode. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
| void updateMenuBar | ( | [inout] com::sun::star::awt::XMenuBar | xMenuBar | ) | 
update menu bar according to the current frame mode.
This is used in inplace editing mode where we have to merge our own menu into the container applications menu.
| xMenuBar | the menu bar that should be merged with current one. |