21 module
com { module sun { module star { module mozilla {
is the interface used to list and get information for Mozilla/Thunderbird profiles
Definition XProfileDiscover.idl:32
long getProfileCount([in]MozillaProductType product)
attempts to get the profiles count.
string getProfilePath([in]MozillaProductType product,[in]string profileName)
attempts to get the full path for the given profile.
boolean getProfileExists([in]MozillaProductType product,[in]string profileName)
return true if the given profile exists
long getProfileList([in]MozillaProductType product,[out] sequence< string > list)
attempts to get the profile list for the given product.
string getDefaultProfile([in]MozillaProductType product)
attempts to get the default profile name for the given product.
boolean isProfileLocked([in]MozillaProductType product,[in]string profileName)
attempts to get whether profile is locked by other applications.
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
MozillaProductType
Mozilla Product Types.
Definition MozillaProductType.idl:30
Definition Ambiguous.idl:20