Searched refs:pDefIter (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/framework/source/uiconfiguration/ |
H A D | moduleuiconfigurationmanager.cxx | 205 UIElementDataHashMap::const_iterator pDefIter = rDefaultElements.begin(); in impl_fillSequenceWithElementTypeInfo() local 207 while ( pDefIter != rDefaultElements.end() ) in impl_fillSequenceWithElementTypeInfo() 209 …UIElementInfoHashMap::const_iterator pIterInfo = aUIElementInfoCollection.find( pDefIter->second.a… in impl_fillSequenceWithElementTypeInfo() 212 …sal_Int32 nIndex = pDefIter->second.aResourceURL.indexOf( aCustomUrlPrefix, RESOURCEURL_PREFIX_SIZ… in impl_fillSequenceWithElementTypeInfo() 217 …UIElementData* pDataSettings = impl_findUIElementData( pDefIter->second.aResourceURL, nElementType… in impl_fillSequenceWithElementTypeInfo() 229 UIElementInfo aInfo( pDefIter->second.aResourceURL, aUIName ); in impl_fillSequenceWithElementTypeInfo() 230 …aUIElementInfoCollection.insert( UIElementInfoHashMap::value_type( pDefIter->second.aResourceURL, … in impl_fillSequenceWithElementTypeInfo() 236 UIElementInfo aInfo( pDefIter->second.aResourceURL, OUString() ); in impl_fillSequenceWithElementTypeInfo() 237 …aUIElementInfoCollection.insert( UIElementInfoHashMap::value_type( pDefIter->second.aResourceURL, … in impl_fillSequenceWithElementTypeInfo() 241 ++pDefIter; in impl_fillSequenceWithElementTypeInfo()
|
H A D | uiconfigurationmanagerimpl.cxx | 175 UIElementDataHashMap::const_iterator pDefIter = rDefaultElements.begin(); in impl_fillSequenceWithElementTypeInfo() local 177 while ( pDefIter != rDefaultElements.end() ) in impl_fillSequenceWithElementTypeInfo() 179 …tInfoHashMap::const_iterator pIterInfo = aUIElementInfoCollection.find( pDefIter->second.aResource… in impl_fillSequenceWithElementTypeInfo() 182 …sal_Int32 nIndex = pDefIter->second.aResourceURL.indexOf( aCustomUrlPrefix, RESOURCEURL_PREFIX_SIZ… in impl_fillSequenceWithElementTypeInfo() 187 …UIElementData* pDataSettings = impl_findUIElementData( pDefIter->second.aResourceURL, nElementType… in impl_fillSequenceWithElementTypeInfo() 198 UIElementInfo aInfo( pDefIter->second.aResourceURL, aUIName ); in impl_fillSequenceWithElementTypeInfo() 199 …aUIElementInfoCollection.insert( UIElementInfoHashMap::value_type( pDefIter->second.aResourceURL, … in impl_fillSequenceWithElementTypeInfo() 205 UIElementInfo aInfo( pDefIter->second.aResourceURL, rtl::OUString() ); in impl_fillSequenceWithElementTypeInfo() 206 …aUIElementInfoCollection.insert( UIElementInfoHashMap::value_type( pDefIter->second.aResourceURL, … in impl_fillSequenceWithElementTypeInfo() 210 ++pDefIter; in impl_fillSequenceWithElementTypeInfo()
|
Completed in 76 milliseconds