LibreOffice
LibreOffice 24.2 SDK API Reference
|
provides methods to add and remove EnhancedMouseClickHandler More...
import"XEnhancedMouseClickBroadcaster.idl";
Public Member Functions | |
void | addEnhancedMouseClickHandler ([in] com::sun::star::awt::XEnhancedMouseClickHandler aListener) |
allows a component supporting the XEnhancedMouseClickHandler interface to register as listener. More... | |
void | removeEnhancedMouseClickHandler ([in] com::sun::star::awt::XEnhancedMouseClickHandler aListener) |
removes a previously registered listener. 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... | |
provides methods to add and remove EnhancedMouseClickHandler
void addEnhancedMouseClickHandler | ( | [in] com::sun::star::awt::XEnhancedMouseClickHandler | aListener | ) |
allows a component supporting the XEnhancedMouseClickHandler interface to register as listener.
The component will be notified with a EnhancedMouseEvent every time the mouse is clicked in the spreadsheet
aListener | the component that is to be added as listener |
The interfaces in the EnhancedMouseEvent can be XCell or XShape
void removeEnhancedMouseClickHandler | ( | [in] com::sun::star::awt::XEnhancedMouseClickHandler | aListener | ) |
removes a previously registered listener.
aListener | the component that is to be removed |