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. | |
![]() | |
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 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. |