Lines Matching refs:aUIElementInfoCollection

130 …pl::impl_fillSequenceWithElementTypeInfo( UIElementInfoHashMap& aUIElementInfoCollection, sal_Int1…  in impl_fillSequenceWithElementTypeInfo()  argument
160aUIElementInfoCollection.insert( UIElementInfoHashMap::value_type( pUserIter->second.aResourceURL,… in impl_fillSequenceWithElementTypeInfo()
167aUIElementInfoCollection.insert( UIElementInfoHashMap::value_type( pUserIter->second.aResourceURL,… in impl_fillSequenceWithElementTypeInfo()
179 …UIElementInfoHashMap::const_iterator pIterInfo = aUIElementInfoCollection.find( pDefIter->second.a… in impl_fillSequenceWithElementTypeInfo()
180 if ( pIterInfo == aUIElementInfoCollection.end() ) in impl_fillSequenceWithElementTypeInfo()
199aUIElementInfoCollection.insert( UIElementInfoHashMap::value_type( pDefIter->second.aResourceURL, … in impl_fillSequenceWithElementTypeInfo()
206aUIElementInfoCollection.insert( UIElementInfoHashMap::value_type( pDefIter->second.aResourceURL, … in impl_fillSequenceWithElementTypeInfo()
970 UIElementInfoHashMap aUIElementInfoCollection; in getUIElementsInfo() local
975 impl_fillSequenceWithElementTypeInfo( aUIElementInfoCollection, sal_Int16( i ) ); in getUIElementsInfo()
978 impl_fillSequenceWithElementTypeInfo( aUIElementInfoCollection, ElementType ); in getUIElementsInfo()
984 aElementInfoSeq.realloc( aUIElementInfoCollection.size() ); in getUIElementsInfo()
985 UIElementInfoHashMap::const_iterator pIter = aUIElementInfoCollection.begin(); in getUIElementsInfo()
988 while ( pIter != aUIElementInfoCollection.end() ) in getUIElementsInfo()