Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/view/
H A DViewShellManager.cxx177 FactoryList; typedef in sd::ViewShellManager::Implementation
178 FactoryList maShellFactories;
477 ::std::pair<FactoryList::iterator,FactoryList::iterator> aRange( in AddShellFactory()
479 for (FactoryList::const_iterator iFactory=aRange.first; iFactory!=aRange.second; ++iFactory) in AddShellFactory()
488 maShellFactories.insert(FactoryList::value_type(pViewShell, rpFactory)); in AddShellFactory()
498 ::std::pair<FactoryList::iterator,FactoryList::iterator> aRange( in RemoveShellFactory()
500 for (FactoryList::iterator iFactory=aRange.first; iFactory!=aRange.second; ++iFactory) in RemoveShellFactory()
1224 ::std::pair<FactoryList::iterator,FactoryList::iterator> aRange( in CreateSubShell()
1228 for (FactoryList::const_iterator iFactory=aRange.first; iFactory!=aRange.second; ++iFactory) in CreateSubShell()
1266 ::std::pair<FactoryList::iterator,FactoryList::iterator> aRange( in DestroyViewShell()

Completed in 20 milliseconds