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. | |
|  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 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. |