LibreOffice
LibreOffice 24.2 SDK API Reference
|
This interface provides a factory for obtaining objects implementing the XScript interface. More...
import"XScriptProvider.idl";
Public Member Functions | |
XScript | getScript ([in] string sScriptURI) raises ( ::com::sun::star::script::provider::ScriptFrameworkErrorException ) |
a factory method for the creation of XScript implementations. 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... | |
This interface provides a factory for obtaining objects implementing the XScript interface.
XScript getScript | ( | [in] string | sScriptURI | ) | |
raises | ( | ::com::sun::star::script::provider::ScriptFrameworkErrorException | |||
) |
a factory method for the creation of XScript implementations.
sScriptURI | is the logical or language-dependent script URI |
com::sun::star::script::provider::ScriptFrameworkErrorException | Framework error getting script for URI. |