LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_mozilla_XProfileManager_idl__
20 #define __com_sun_star_mozilla_XProfileManager_idl__
27 module
com { module sun { module star { module mozilla {
MozillaProductType
Mozilla Product Types.
Definition: MozillaProductType.idl:33
is the interface to boot up and switch Mozilla/Thunderbird profiles
Definition: XProfileManager.idl:38
string getCurrentProfile()
attempts to get the current profile name.
long bootupProfile([in]MozillaProductType product,[in]string profileName)
attempts to init XPCOM runtime using given profile.
string setCurrentProfile([in]MozillaProductType product,[in]string profileName)
attempts to set the current used profile name for the given product.
long shutdownProfile()
attempts to shutdown the current profile.
boolean isCurrentProfileLocked()
attempts to check whether the current profile locked or not
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:48
MozillaProductType getCurrentProduct()
attempts to get the current product.