LibreOffice
LibreOffice 24.2 SDK API Reference
|
Executing interface for executable components run by the uno executable loader. More...
import"XMain.idl";
Public Member Functions | |
long | run ([in] sequence< string > aArguments) |
This method is called to run the component. 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... | |
Executing interface for executable components run by the uno executable loader.
This is an application to run components passing the command line arguments.
long run | ( | [in] sequence< string > | aArguments | ) |
This method is called to run the component.
aArguments | arguments passed to the component, i.e. the command line arguments |