LibreOffice
LibreOffice 24.2 SDK API Reference
|
is the interface to boot up and switch Mozilla/Thunderbird profiles More...
import"XProfileManager.idl";
Public Member Functions | |
long | bootupProfile ([in]MozillaProductType product, [in]string profileName) |
attempts to init XPCOM runtime using given profile. More... | |
long | shutdownProfile () |
attempts to shutdown the current profile. More... | |
MozillaProductType | getCurrentProduct () |
attempts to get the current product. More... | |
string | getCurrentProfile () |
attempts to get the current profile name. More... | |
boolean | isCurrentProfileLocked () |
attempts to check whether the current profile locked or not More... | |
string | setCurrentProfile ([in]MozillaProductType product, [in]string profileName) |
attempts to set the current used profile name for the given product. 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... | |
is the interface to boot up and switch Mozilla/Thunderbird profiles
long bootupProfile | ( | [in] MozillaProductType | product, |
[in] string | profileName | ||
) |
attempts to init XPCOM runtime using given profile.
product | is the product to start up. |
profileName | the profile name to be used. |
MozillaProductType getCurrentProduct | ( | ) |
attempts to get the current product.
string getCurrentProfile | ( | ) |
attempts to get the current profile name.
boolean isCurrentProfileLocked | ( | ) |
attempts to check whether the current profile locked or not
string setCurrentProfile | ( | [in] MozillaProductType | product, |
[in] string | profileName | ||
) |
attempts to set the current used profile name for the given product.
product | is the product to be used. |
profileName | the profile name to be used. |
long shutdownProfile | ( | ) |
attempts to shutdown the current profile.