LibreOffice
LibreOffice 24.2 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. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
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. |