Searched refs:aUIElementInfoCollection (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/framework/source/uiconfiguration/ |
H A D | moduleuiconfigurationmanager.cxx | 192 …aUIElementInfoCollection.insert( UIElementInfoHashMap::value_type( pUserIter->second.aResourceURL,… in impl_fillSequenceWithElementTypeInfo() 199 …aUIElementInfoCollection.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() 237 …aUIElementInfoCollection.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() [all …]
|
H A D | uiconfigurationmanagerimpl.cxx | 160 …aUIElementInfoCollection.insert( UIElementInfoHashMap::value_type( pUserIter->second.aResourceURL,… in impl_fillSequenceWithElementTypeInfo() 167 …aUIElementInfoCollection.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() 206 …aUIElementInfoCollection.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() [all …]
|
H A D | uiconfigurationmanager.cxx | 159 …er::impl_fillSequenceWithElementTypeInfo( UIElementInfoHashMap& aUIElementInfoCollection, sal_Int1… in impl_fillSequenceWithElementTypeInfo() argument 182 …aUIElementInfoCollection.insert( UIElementInfoHashMap::value_type( pUserIter->second.aResourceURL,… in impl_fillSequenceWithElementTypeInfo() 785 UIElementInfoHashMap aUIElementInfoCollection; in getUIElementsInfo() local 790 impl_fillSequenceWithElementTypeInfo( aUIElementInfoCollection, sal_Int16( i ) ); in getUIElementsInfo() 793 impl_fillSequenceWithElementTypeInfo( aUIElementInfoCollection, ElementType ); in getUIElementsInfo() 799 aElementInfoSeq.realloc( aUIElementInfoCollection.size() ); in getUIElementsInfo() 800 UIElementInfoHashMap::const_iterator pIter = aUIElementInfoCollection.begin(); in getUIElementsInfo() 803 while ( pIter != aUIElementInfoCollection.end() ) in getUIElementsInfo()
|
H A D | uiconfigurationmanagerimpl.hxx | 182 … impl_fillSequenceWithElementTypeInfo( UIElementInfoHashMap& aUIElementInfoCollection, sal_Int1…
|
/aoo41x/main/framework/inc/uiconfiguration/ |
H A D | uiconfigurationmanager.hxx | 180 … impl_fillSequenceWithElementTypeInfo( UIElementInfoHashMap& aUIElementInfoCollection, sal_Int1…
|
H A D | moduleuiconfigurationmanager.hxx | 192 … impl_fillSequenceWithElementTypeInfo( UIElementInfoHashMap& aUIElementInfoCollection, sal_Int1…
|
Completed in 68 milliseconds