LibreOffice
LibreOffice 25.2 SDK API Reference
 
Loading...
Searching...
No Matches
XScriptProvider Interface Reference

This interface provides a factory for obtaining objects implementing the XScript interface. More...

import "XScriptProvider.idl";

Inheritance diagram for XScriptProvider:
XInterface ScriptProvider LanguageScriptProvider MasterScriptProvider ScriptProviderForBasic ScriptProviderForBeanShell ScriptProviderForJava ScriptProviderForJavaScript

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.
 

Detailed Description

This interface provides a factory for obtaining objects implementing the XScript interface.

Member Function Documentation

◆ getScript()

XScript getScript ( [in] string sScriptURI)
raises (::com::sun::star::script::provider::ScriptFrameworkErrorException )

a factory method for the creation of XScript implementations.

Parameters
sScriptURIis the logical or language-dependent script URI
Returns
an object implementing com::sun::star::script::provider::XScript representing the script
Exceptions
com::sun::star::script::provider::ScriptFrameworkErrorExceptionFramework error getting script for URI.

The documentation for this interface was generated from the following file: