Lines Matching refs:aUIElementInfoCollection

162 …er::impl_fillSequenceWithElementTypeInfo( UIElementInfoHashMap& aUIElementInfoCollection, sal_Int1…  in impl_fillSequenceWithElementTypeInfo()  argument
192aUIElementInfoCollection.insert( UIElementInfoHashMap::value_type( pUserIter->second.aResourceURL,… in impl_fillSequenceWithElementTypeInfo()
199aUIElementInfoCollection.insert( UIElementInfoHashMap::value_type( pUserIter->second.aResourceURL,… in impl_fillSequenceWithElementTypeInfo()
209 …UIElementInfoHashMap::const_iterator pIterInfo = aUIElementInfoCollection.find( pDefIter->second.a… in impl_fillSequenceWithElementTypeInfo()
210 if ( pIterInfo == aUIElementInfoCollection.end() ) in impl_fillSequenceWithElementTypeInfo()
230aUIElementInfoCollection.insert( UIElementInfoHashMap::value_type( pDefIter->second.aResourceURL, … in impl_fillSequenceWithElementTypeInfo()
237aUIElementInfoCollection.insert( UIElementInfoHashMap::value_type( pDefIter->second.aResourceURL, … in impl_fillSequenceWithElementTypeInfo()
1003 UIElementInfoHashMap aUIElementInfoCollection; in getUIElementsInfo() local
1008 impl_fillSequenceWithElementTypeInfo( aUIElementInfoCollection, sal_Int16( i ) ); in getUIElementsInfo()
1011 impl_fillSequenceWithElementTypeInfo( aUIElementInfoCollection, ElementType ); in getUIElementsInfo()
1017 aElementInfoSeq.realloc( aUIElementInfoCollection.size() ); in getUIElementsInfo()
1018 UIElementInfoHashMap::const_iterator pIter = aUIElementInfoCollection.begin(); in getUIElementsInfo()
1021 while ( pIter != aUIElementInfoCollection.end() ) in getUIElementsInfo()