LibreOffice
LibreOffice 24.2 SDK API Reference
|
This interface is used to help transform Scripting Framework storage locations to Scripting Framework script URIs and vice versa. More...
import"XScriptURIHelper.idl";
Public Member Functions | |
string | getRootStorageURI () |
Obtain the root storage URI for this ScriptURIHelper. More... | |
string | getStorageURI ([in] string scriptURI) raises ( ::com::sun::star::lang::IllegalArgumentException ) |
Obtain the storage URI for a specific Scripting Framework script URI. More... | |
string | getScriptURI ([in] string storageURI) raises ( ::com::sun::star::lang::IllegalArgumentException ) |
Obtain the Scripting Framework script URI for a specific UCB URI. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
This interface is used to help transform Scripting Framework storage locations to Scripting Framework script URIs and vice versa.
string getRootStorageURI | ( | ) |
Obtain the root storage URI for this ScriptURIHelper.
The resulting string can be used to access the storage for this using the Universal Content Broker
string
string getScriptURI | ( | [in] string | storageURI | ) | |
raises | ( | ::com::sun::star::lang::IllegalArgumentException | |||
) |
Obtain the Scripting Framework script URI for a specific UCB URI.
string
com::sun::star::lang::IllegalArgumentException | if the storageURI is not a valid |
string getStorageURI | ( | [in] string | scriptURI | ) | |
raises | ( | ::com::sun::star::lang::IllegalArgumentException | |||
) |
Obtain the storage URI for a specific Scripting Framework script URI.
string
com::sun::star::lang::IllegalArgumentException | if the storageURI is not a valid |