is the interface used to list and get information for Mozilla/Thunderbird profiles
More...
import"XProfileDiscover.idl";
is the interface used to list and get information for Mozilla/Thunderbird profiles
- See also
- com::sun::star::mozilla::XProfileManager
-
com::sun::star::mozilla::MozillaBootstrap
◆ getDefaultProfile()
attempts to get the default profile name for the given product.
- Parameters
-
product | is the product name to get default profile.Currently support "Mozilla" and "Thunderbird". |
- Returns
- the default profile name for the given product.
◆ getProfileCount()
attempts to get the profiles count.
- Parameters
-
product | is the product name to get profiles count.Currently support "Mozilla" and "Thunderbird". |
- Returns
- the profiles count of selected product.
◆ getProfileExists()
return true if the given profile exists
- Parameters
-
product | is the product name to get profile path.Currently support "Mozilla" and "Thunderbird". |
profileName | the profile name to check. |
- Returns
- whether given profile exists
◆ getProfileList()
attempts to get the profile list for the given product.
- Parameters
-
product | is the product name to get profile list.Currently support "Mozilla" and "Thunderbird". |
list | is a list of all profile of the given product. |
- Returns
- the profile count for the given product.
◆ getProfilePath()
attempts to get the full path for the given profile.
- Parameters
-
product | is the product name to get profile path.Currently support "Mozilla" and "Thunderbird". |
profileName | the profile name to get full path. |
- Returns
- the full path of the given profile.
◆ isProfileLocked()
attempts to get whether profile is locked by other applications.
- Parameters
-
product | is the product name to get profile path.Currently support "Mozilla" and "Thunderbird". |
profileName | the profile name to check. |
- Returns
- true is the given profile is locked.
The documentation for this interface was generated from the following file: