Lines Matching refs:m_aMap

274 	m_aMap.clear();  in disposing()
667 OInterfaceMap::iterator i = m_aMap.begin(); in disposing()
668 while ( i != m_aMap.end() ) in disposing()
676 m_aMap.erase(i); in disposing()
682 …DBG_ASSERT( i != m_aMap.end(), "OInterfaceContainer::disposing: inconsistency: the element was in … in disposing()
694 OInterfaceMap::iterator i = ::std::find(m_aMap.begin(), m_aMap.end(), in propertyChange()
696 if (i != m_aMap.end()) in propertyChange()
699 m_aMap.erase(i); in propertyChange()
700m_aMap.insert(::std::pair<const ::rtl::OUString, InterfaceRef >(::comphelper::getString(evt.NewVal… in propertyChange()
709 return !m_aMap.empty(); in hasElements()
731 OInterfaceMap::iterator> aPair = m_aMap.equal_range(_rName); in getByName()
745 for (OInterfaceMap::const_iterator i = m_aMap.begin(); i != m_aMap.end(); ++i, ++pStringArray) in getElementNames()
756 OInterfaceMap::iterator> aPair = m_aMap.equal_range(_rName); in hasByName()
863m_aMap.insert( ::std::pair< const ::rtl::OUString, InterfaceRef >( sName, pElementMetaData->xInter… in implInsert()
922 OInterfaceMap::iterator j = m_aMap.begin(); in removeElementsNoEvents()
923 while (j != m_aMap.end() && (*j).second != xElement) ++j; in removeElementsNoEvents()
926 m_aMap.erase(j); in removeElementsNoEvents()
985 OInterfaceMap::iterator j = m_aMap.begin(); in implReplaceByIndex()
986 while ( ( j != m_aMap.end() ) && ( j->second.get() != xOldElement.get() ) ) in implReplaceByIndex()
1008 m_aMap.erase(j); in implReplaceByIndex()
1018m_aMap.insert( ::std::pair<const ::rtl::OUString, InterfaceRef >( sName, aElementMetaData.get()->… in implReplaceByIndex()
1063 OInterfaceMap::iterator j = m_aMap.begin(); in implRemoveByIndex()
1064 while (j != m_aMap.end() && (*j).second != xElement) ++j; in implRemoveByIndex()
1067 m_aMap.erase(j); in implRemoveByIndex()
1150 OInterfaceMap::iterator> aPair = m_aMap.equal_range(Name); in replaceByName()
1178 OInterfaceMap::iterator> aPair = m_aMap.equal_range(Name); in removeByName()