LibreOffice
LibreOffice 5.0 SDK API Reference
|
Allows to execute dispatch for a menu item and handles listeners for changes in menu items. More...
import "MenuProxy.idl";
Exported Interfaces | |
interface | XMenuProxy |
Additional Inherited Members | |
![]() | |
void | executeMenuItem ([in] short ID) |
Executes dispatch for the given menu id. More... | |
void | addMenuProxyListener ([in] XMenuProxyListener xListener) |
Registers an event listener, which will be called when the menu changes. More... | |
void | removeMenuProxyListener ([in] XMenuProxyListener xListener) |
Unregisters an event listener which was registered with XMenuProxy::addMenuProxyListener(). More... | |
Allows to execute dispatch for a menu item and handles listeners for changes in menu items.
interface XMenuProxy |