Home
last modified time | relevance | path

Searched refs:m_Product (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/extensions/source/mozbootstrap/
H A DMNSProfileDiscover.cxx79 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
[all …]