LibreOffice
LibreOffice 24.2 SDK API Reference
|
This service is used to help transform Scripting Framework storage locations to Scripting Framework script URIs and vice versa. More...
import"ScriptURIHelper.idl";
Public Member Functions | |
create ([in] string language, [in] string location) raises ( ::com::sun::star::lang::IllegalArgumentException ) | |
create a new ScriptURIHelper More... | |
Public Member Functions inherited from XScriptURIHelper | |
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 service is used to help transform Scripting Framework storage locations to Scripting Framework script URIs and vice versa.
create | ( | [in] string | language, |
[in] string | location | ||
) | |||
raises | ( | ::com::sun::star::lang::IllegalArgumentException | |
) |
create a new ScriptURIHelper
language | The name of the scripting language for which this ScriptURIHelper is being created. It should be the same as the language name used for the service that inherits from the LanguageScriptProvider service |
location | This location which was passed to the LanguageScriptProvider by the Scripting Framework on its creation |