Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/framework/configuration/
H A DResourceFactoryManager.cxx127 FactoryPatternList::iterator iPattern; in RemoveFactoryForURL() local
128 for (iPattern=maFactoryPatternList.begin(); in RemoveFactoryForURL()
129 iPattern!=maFactoryPatternList.end(); in RemoveFactoryForURL()
130 ++iPattern) in RemoveFactoryForURL()
132 if (iPattern->first == rsURL) in RemoveFactoryForURL()
135 maFactoryPatternList.erase(iPattern); in RemoveFactoryForURL()
223 FactoryPatternList::const_iterator iPattern; in FindFactory() local
224 for (iPattern=maFactoryPatternList.begin(); in FindFactory()
225 iPattern!=maFactoryPatternList.end(); in FindFactory()
226 ++iPattern) in FindFactory()
[all …]