:: com :: sun :: star :: script ::

module provider

Services
::com::sun::star::script::provider::LanguageScriptProvider This service provides a means of browsing and invoking scripts in a single language.
::com::sun::star::script::provider::MasterScriptProvider This service acts as a wrapper around the various language specific ScriptProviders.
::com::sun::star::script::provider::MasterScriptProviderFactory This service is used to create MasterScriptProviders. Note: You shouldn't ever instantiate the MasterScriptProvider service directly, you should always use this service.
::com::sun::star::script::provider::ScriptProvider This service providers a means to browse and execute scripts.
::com::sun::star::script::provider::ScriptProviderForBasic This service is a Basic-specific LanguageScriptProvider.
::com::sun::star::script::provider::ScriptProviderForBeanShell This service is a BeanShell-specific LanguageScriptProvider.
::com::sun::star::script::provider::ScriptProviderForJava This service is a Java-specific LanguageScriptProvider.
::com::sun::star::script::provider::ScriptProviderForJavaScript This service is a Java-specific LanguageScriptProvider.
::com::sun::star::script::provider::ScriptURIHelper This service is used to help transform Scripting Framework storage locations to Scripting Framework script URIs and vice versa.
Singletons
::com::sun::star::script::provider::theMasterScriptProviderFactory The one and only MasterScriptProviderFactory To get the singleton call getValueByName on the component context
Interfaces
::com::sun::star::script::provider::XScript This interface represents an invokable script or UNO function.
::com::sun::star::script::provider::XScriptContext This interface is provided to scripts, and provides a means of access to the various interfaces which they might need to perform some action on a document. It is required to be passed as the first argument for any Java scripts.
::com::sun::star::script::provider::XScriptProvider This interface provides a factory for obtaining objects implmenting the XScript interface.
::com::sun::star::script::provider::XScriptProviderFactory This interface provides a factory for obtaining objects implmenting the XScriptProvider interface.
::com::sun::star::script::provider::XScriptProviderSupplier This interface allows to get the scripting provider related to the object.
::com::sun::star::script::provider::XScriptURIHelper This interface is used to help transform Scripting Framework storage locations to Scripting Framework script URIs and vice versa.
Exceptions
::com::sun::star::script::provider::ScriptErrorRaisedException is a checked exception that represents an error encountered by a LanguageScriptProvider whilst executing a script
::com::sun::star::script::provider::ScriptExceptionRaisedException is a checked exception that represents the detail of an exception thrown by a LanguageScriptProvider whilst executing a script
::com::sun::star::script::provider::ScriptFrameworkErrorException is a checked exception that represents an error encountered by the Scripting Framework whilst executing a script
Constant Groups
::com::sun::star::script::provider::ScriptFrameworkErrorType is a checked exception that represents an error encountered by the Scripting Framework whilst executing a script
Top of Page