LibreOffice
LibreOffice 6.3 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_util_XOfficeInstallationDirectories_idl__
21 #define __com_sun_star_util_XOfficeInstallationDirectories_idl__
25 module
com { module sun { module star { module util {
string makeAbsoluteURL([in] string URL)
the counterpart of makeRelocatableURL.
string getOfficeInstallationDirectoryURL()
returns the absolute URL containing the directory of the current office installation (for example "fi...
represents the structure of an Uniform Resource Locator.
Definition: URL.idl:44
encapsulates access to the current office installation directory and office user data directory,...
Definition: XOfficeInstallationDirectories.idl:40
string getOfficeUserDataDirectoryURL()
returns the absolute URL containing the directory where the current office installation expects its u...
string makeRelocatableURL([in] string URL)
calculates a relocatable URL from the given URL.
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:48