Lines Matching refs:m_Product

79             ProductStruct &m_Product = m_ProductProfileList[index];  in LoadXPToolkitProfiles()  local
134 m_Product.mProfileList[profileName] = profileItem; in LoadXPToolkitProfiles()
142 m_Product.mCurrentProfileName = profileName; in LoadXPToolkitProfiles()
147 return static_cast< ::sal_Int32 >(m_Product.mProfileList.size()); in LoadXPToolkitProfiles()
153 ProductStruct &m_Product = m_ProductProfileList[index]; in getProfilePath() local
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()
166 ProductStruct &m_Product = m_ProductProfileList[index]; in getProfileCount() local
167 return static_cast< ::sal_Int32 >(m_Product.mProfileList.size()); in getProfileCount()
172 ProductStruct &m_Product = m_ProductProfileList[index]; in getProfileList() local
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()
190 ProductStruct &m_Product = m_ProductProfileList[index]; in getDefaultProfile() local
191 if (m_Product.mCurrentProfileName.getLength() != 0) in getDefaultProfile()
194 return m_Product.mCurrentProfileName; in getDefaultProfile()
196 if (m_Product.mProfileList.size() == 0) in getDefaultProfile()
201 ProfileStruct * aProfile = (*m_Product.mProfileList.begin()).second; in getDefaultProfile()
215 ProductStruct &m_Product = m_ProductProfileList[index]; in getProfileExists() local
216 …if (!m_Product.mProfileList.size() || m_Product.mProfileList.find(profileName) == m_Product.mProfi… in getProfileExists()