LibreOffice
LibreOffice 24.2 SDK API Reference
|
allows the generation of adapters from specific interfaces to the XAllListener interface. More...
import"XAllListenerAdapterService.idl";
Public Member Functions | |
com::sun::star::uno::XInterface | createAllListerAdapter ([in] type xListenerType, [in] com::sun::star::script::XAllListener xListener, [in] any aHelper) |
creates a wrapper from the listener of type xListenerType to the XAllListener 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... | |
allows the generation of adapters from specific interfaces to the XAllListener interface.
com::sun::star::uno::XInterface createAllListerAdapter | ( | [in] type | xListenerType, |
[in] com::sun::star::script::XAllListener | xListener, | ||
[in] any | aHelper | ||
) |
creates a wrapper from the listener of type xListenerType to the XAllListener listener.
To get the correct listener interface the returned com::sun::star::uno::XInterface has to be queried for it.