Lines Matching refs:mProfileList
134 m_Product.mProfileList[profileName] = profileItem; in LoadXPToolkitProfiles()
147 return static_cast< ::sal_Int32 >(m_Product.mProfileList.size()); in LoadXPToolkitProfiles()
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()
167 return static_cast< ::sal_Int32 >(m_Product.mProfileList.size()); in getProfileCount()
173 list.realloc(static_cast<sal_Int32>(m_Product.mProfileList.size())); in getProfileList()
175 for(ProfileList::iterator itor=m_Product.mProfileList.begin(); in getProfileList()
176 itor != m_Product.mProfileList.end(); in getProfileList()
184 return static_cast< ::sal_Int32 >(m_Product.mProfileList.size()); in getProfileList()
196 if (m_Product.mProfileList.size() == 0) in getDefaultProfile()
201 ProfileStruct * aProfile = (*m_Product.mProfileList.begin()).second; in getDefaultProfile()
216 …if (!m_Product.mProfileList.size() || m_Product.mProfileList.find(profileName) == m_Product.mProfi… in getProfileExists()