| LibreOffice
    LibreOffice 24.8 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. | |
| string | getStorageURI ([in] string scriptURI) raises ( ::com::sun::star::lang::IllegalArgumentException ) | 
| Obtain the storage URI for a specific Scripting Framework script URI. | |
| string | getScriptURI ([in] string storageURI) raises ( ::com::sun::star::lang::IllegalArgumentException ) | 
| Obtain the Scripting Framework script URI for a specific UCB URI. | |
| 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. | |
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 getScriptURI | ( | [in] string | storageURI | ) | ||
| raises | ( | ::com::sun::star::lang::IllegalArgumentException ) | ||||
Obtain the Scripting Framework script URI for a specific UCB URI.
| 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.
| com::sun::star::lang::IllegalArgumentException | if the storageURI is not a valid |