Lines Matching refs:profileName
46 profileName = aProfileName; in ProfileStruct()
92 ::rtl::OUString profileName; in LoadXPToolkitProfiles()
104 profileName = aValue->sValue; in LoadXPToolkitProfiles()
119 if (profileName.getLength() != 0 || profilePath.getLength() != 0) in LoadXPToolkitProfiles()
132 ProfileStruct* profileItem = new ProfileStruct(product,profileName, in LoadXPToolkitProfiles()
134 m_Product.mProfileList[profileName] = profileItem; in LoadXPToolkitProfiles()
142 m_Product.mCurrentProfileName = profileName; in LoadXPToolkitProfiles()
150 …sun::star::mozilla::MozillaProductType product, const ::rtl::OUString& profileName ) throw (::com:… in getProfilePath() argument
154 …if (!m_Product.mProfileList.size() || m_Product.mProfileList.find(profileName) == m_Product.mProfi… in getProfilePath()
160 return m_Product.mProfileList[profileName]->getProfilePath(); in getProfilePath()
205 …sun::star::mozilla::MozillaProductType product, const ::rtl::OUString& profileName ) throw (::com:… in isProfileLocked() argument
208 (void)profileName; /* avoid warning about unused parameter */ in isProfileLocked()
212 …sun::star::mozilla::MozillaProductType product, const ::rtl::OUString& profileName ) throw (::com:… in getProfileExists() argument
216 …if (!m_Product.mProfileList.size() || m_Product.mProfileList.find(profileName) == m_Product.mProfi… in getProfileExists()