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

module provider

Services
LanguageScriptProvider This service acts as a factory to obtain objects implementing the XScript interface.
MasterScriptProvider This service acts as a factory to obtain objects implementing the XScript interface.
ScriptProvider This service acts as a factory to obtain objects implementing the XScript interface.
ScriptProviderForBasic This service acts as a factory to obtain objects implementing the XScript interface.
ScriptProviderForBeanShell This service acts as a factory to obtain objects implementing the XScript interface.
ScriptProviderForJava This service acts as a factory to obtain objects implementing the XScript interface.
ScriptProviderForJavaScript This service acts as a factory to obtain objects implementing the XScript interface.
Interfaces
XScript This interface represents an invokable script or UNO function.
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.
XScriptProvider This interface provides a factory for obtaining objects implmenting the XScript interface.
XScriptProviderSupplier This interface allows to get the scripting provider related to the object.
Top of Page