| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
This interface enables the object to be registered as interceptor to change context menus or prevent them from being executed. More...
import "XContextMenuInterceptor.idl";
 
  
| Public Member Functions | |
| ContextMenuInterceptorAction | notifyContextMenuExecute ([in]ContextMenuExecuteEvent aEvent) | 
| notifies the interceptor about the request to execute a ContextMenu. | |
| 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. | |
This interface enables the object to be registered as interceptor to change context menus or prevent them from being executed.
| ContextMenuInterceptorAction notifyContextMenuExecute | ( | [in] ContextMenuExecuteEvent | aEvent | ) | 
notifies the interceptor about the request to execute a ContextMenu.
The interceptor has to decide whether the menu should be executed with or without being modified or may ignore the call.