| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
Listens for changes in menu items. More...
import "XMenuProxyListener.idl";
 
  
| Public Member Functions | |
| void | menuChangedMultiple ([in] sequence< MenuMultipleChange > MenuMultipleChanges) | 
| is called, if the content or graphical representation/state of the menu changes completely, for one or more menu items | |
| void | menuChangedSingle ([in] sequence< MenuSingleChange > MenuSingleChanges) | 
| is called, if the content or graphical representation/state of the menu changes, by one property for one or more menu items | |
| void | menuItemDeleted ([in] short ID) | 
| is called, if one menu item designated by the ID, is deleted. | |
| 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. | |
Listens for changes in menu items.
| void menuChangedMultiple | ( | [in] sequence< MenuMultipleChange > | MenuMultipleChanges | ) | 
is called, if the content or graphical representation/state of the menu changes completely, for one or more menu items
| void menuChangedSingle | ( | [in] sequence< MenuSingleChange > | MenuSingleChanges | ) | 
is called, if the content or graphical representation/state of the menu changes, by one property for one or more menu items
| void menuItemDeleted | ( | [in] short | ID | ) | 
is called, if one menu item designated by the ID, is deleted.
| ID | [in]: the menu item |