LibreOffice
LibreOffice 24.2 SDK API Reference
|
Interface for running an action. More...
import"XAction.idl";
Public Member Functions | |
any | run () raises (com::sun::star::uno::Exception) |
Action to be done. 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... | |
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 |