LibreOffice
LibreOffice 24.2 SDK API Reference
|
factory service that allows construction of Invocation objects. More...
import"Invocation.idl";
Additional Inherited Members | |
Public Member Functions inherited from XSingleServiceFactory | |
com::sun::star::uno::XInterface | createInstance () raises ( com::sun::star::uno::Exception ) |
Creates an instance of a service implementation. More... | |
com::sun::star::uno::XInterface | createInstanceWithArguments ([in] sequence< any > aArguments) raises ( com::sun::star::uno::Exception ) |
Creates an instance of a service implementation initialized with some arguments. 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... | |
factory service that allows construction of Invocation objects.
Invoke createInstanceWithArguments() of XSingleServiceFactory to create an Invocation adapter for the passed object (Invoking createInstance() will fail).
The adapter has to support com::sun::star::script::XInvocation. The adapter may also support com::sun::star::script::XInvocation2.