Searched refs:m_Product (Results 1 – 1 of 1) sorted by relevance
79 ProductStruct &m_Product = m_ProductProfileList[index]; in LoadXPToolkitProfiles() local134 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() local154 …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() local167 return static_cast< ::sal_Int32 >(m_Product.mProfileList.size()); in getProfileCount()172 ProductStruct &m_Product = m_ProductProfileList[index]; in getProfileList() local[all …]