Home
last modified time | relevance | path

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

/aoo41x/main/extensions/source/mozbootstrap/
H A DMNSProfileDiscover.cxx134 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()
[all …]
H A DMNSProfileDiscover.hxx72 ProfileList mProfileList; member in connectivity::mozab::ProductStruct

Completed in 13 milliseconds