LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_script_provider_XScriptURIHelper_idl__
21 #define __com_sun_star_script_provider_XScriptURIHelper_idl__
28 module
com { module sun { module star { module script { module provider {
string getRootStorageURI()
Obtain the root storage URI for this ScriptURIHelper.
This interface is used to help transform Scripting Framework storage locations to Scripting Framework...
Definition: XScriptURIHelper.idl:34
Definition: Ambiguous.idl:22
string getScriptURI([in] string storageURI)
Obtain the Scripting Framework script URI for a specific UCB URI.
string getStorageURI([in] string scriptURI)
Obtain the storage URI for a specific Scripting Framework script URI.
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
base interface of all UNO interfaces
Definition: XInterface.idl:48