LibreOffice
LibreOffice 5.0 SDK API Reference
|
factory service that allows construction of Invocation objects. More...
import "Invocation.idl";
Additional Inherited Members | |
![]() | |
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... | |
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.