Home
last modified time | relevance | path

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

/aoo42x/main/sd/source/ui/framework/configuration/
H A DResourceFactoryManager.cxx48 maFactoryPatternList(), in ResourceFactoryManager()
89 maFactoryPatternList.push_back(FactoryPatternList::value_type(rsURL, rxFactory)); in AddFactory()
130 for (iPattern=maFactoryPatternList.begin(); in RemoveFactoryForURL()
131 iPattern!=maFactoryPatternList.end(); in RemoveFactoryForURL()
137 maFactoryPatternList.erase(iPattern); in RemoveFactoryForURL()
170 maFactoryPatternList.begin(), in RemoveFactoryForReference()
171 maFactoryPatternList.end(), in RemoveFactoryForReference()
176 if (iNewEnd != maFactoryPatternList.end()) in RemoveFactoryForReference()
177 maFactoryPatternList.erase(iNewEnd, maFactoryPatternList.end()); in RemoveFactoryForReference()
229 for (iPattern=maFactoryPatternList.begin(); in FindFactory()
[all …]
H A DResourceFactoryManager.hxx104 FactoryPatternList maFactoryPatternList; member in sd::framework::ResourceFactoryManager

Completed in 15 milliseconds