LibreOffice
LibreOffice 24.2 SDK API Reference
|
Interface for running an action. More...
Public Member Functions | |
any | run () raises (com::sun::star::uno::Exception) |
Action to be done. | |
![]() | |
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. | |
Interface for running an action.
any run | ( | ) | ||
raises | ( | com::sun::star::uno::Exception | ||
) |
Action to be done.
com::sun::star::uno::Exception | any UNO exception may be thrown |