LibreOffice
LibreOffice 25.8 SDK API Reference
|
This interface provides a factory for obtaining objects implementing the XScriptProvider interface. More...
import "XScriptProviderFactory.idl";
Public Member Functions | |
XScriptProvider | createScriptProvider ([in] any Context) raises ( ::com::sun::star::lang::IllegalArgumentException ) |
a factory method for the creation of XScriptProviders implementations. | |
Public Member Functions inherited from XInterface | |
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. |
This interface provides a factory for obtaining objects implementing the XScriptProvider interface.
XScriptProvider createScriptProvider | ( | [in] any | Context | ) | ||
raises | ( | ::com::sun::star::lang::IllegalArgumentException ) |
a factory method for the creation of XScriptProviders implementations.
Context | is context for which the ScriptProvider is to be created for |
com::sun::star::lang::IllegalArgumentException | if illegal or unknown context is passed |