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 {
base interface of all UNO interfaces
Definition: XInterface.idl:48
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.
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...
Definition: Ambiguous.idl:22
represents the structure of a Uniform Resource Locator.
Definition: URL.idl:44