Home
last modified time | relevance | path

Searched refs:pUserIter (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/framework/source/uiconfiguration/
H A Dmoduleuiconfigurationmanager.cxx169 UIElementDataHashMap::const_iterator pUserIter = rUserElements.begin(); in impl_fillSequenceWithElementTypeInfo() local
172 while ( pUserIter != rUserElements.end() ) in impl_fillSequenceWithElementTypeInfo()
174 …sal_Int32 nIndex = pUserIter->second.aResourceURL.indexOf( aCustomUrlPrefix, RESOURCEURL_PREFIX_SI… in impl_fillSequenceWithElementTypeInfo()
179 …UIElementData* pDataSettings = impl_findUIElementData( pUserIter->second.aResourceURL, nElementTyp… in impl_fillSequenceWithElementTypeInfo()
191 UIElementInfo aInfo( pUserIter->second.aResourceURL, aUIName ); in impl_fillSequenceWithElementTypeInfo()
192 …aUIElementInfoCollection.insert( UIElementInfoHashMap::value_type( pUserIter->second.aResourceURL,… in impl_fillSequenceWithElementTypeInfo()
198 UIElementInfo aInfo( pUserIter->second.aResourceURL, OUString() ); in impl_fillSequenceWithElementTypeInfo()
199 …aUIElementInfoCollection.insert( UIElementInfoHashMap::value_type( pUserIter->second.aResourceURL,… in impl_fillSequenceWithElementTypeInfo()
201 ++pUserIter; in impl_fillSequenceWithElementTypeInfo()
H A Duiconfigurationmanagerimpl.cxx138 UIElementDataHashMap::const_iterator pUserIter = rUserElements.begin(); in impl_fillSequenceWithElementTypeInfo() local
141 while ( pUserIter != rUserElements.end() ) in impl_fillSequenceWithElementTypeInfo()
143 …sal_Int32 nIndex = pUserIter->second.aResourceURL.indexOf( aCustomUrlPrefix, RESOURCEURL_PREFIX_SI… in impl_fillSequenceWithElementTypeInfo()
148 …UIElementData* pDataSettings = impl_findUIElementData( pUserIter->second.aResourceURL, nElementTyp… in impl_fillSequenceWithElementTypeInfo()
159 UIElementInfo aInfo( pUserIter->second.aResourceURL, aUIName ); in impl_fillSequenceWithElementTypeInfo()
160 …aUIElementInfoCollection.insert( UIElementInfoHashMap::value_type( pUserIter->second.aResourceURL,… in impl_fillSequenceWithElementTypeInfo()
166 UIElementInfo aInfo( pUserIter->second.aResourceURL, rtl::OUString() ); in impl_fillSequenceWithElementTypeInfo()
167 …aUIElementInfoCollection.insert( UIElementInfoHashMap::value_type( pUserIter->second.aResourceURL,… in impl_fillSequenceWithElementTypeInfo()
169 ++pUserIter; in impl_fillSequenceWithElementTypeInfo()
H A Duiconfigurationmanager.cxx165 UIElementDataHashMap::const_iterator pUserIter = rUserElements.begin(); in impl_fillSequenceWithElementTypeInfo() local
167 while ( pUserIter != rUserElements.end() ) in impl_fillSequenceWithElementTypeInfo()
169 …UIElementData* pDataSettings = impl_findUIElementData( pUserIter->second.aResourceURL, nElementTyp… in impl_fillSequenceWithElementTypeInfo()
181 UIElementInfo aInfo( pUserIter->second.aResourceURL, aUIName ); in impl_fillSequenceWithElementTypeInfo()
182 …aUIElementInfoCollection.insert( UIElementInfoHashMap::value_type( pUserIter->second.aResourceURL,… in impl_fillSequenceWithElementTypeInfo()
184 ++pUserIter; in impl_fillSequenceWithElementTypeInfo()

Completed in 44 milliseconds