Lines Matching refs:maShellFactories
178 FactoryList maShellFactories; member in sd::ViewShellManager::Implementation
446 maShellFactories(), in Implementation()
478 maShellFactories.equal_range(pViewShell)); in AddShellFactory()
488 maShellFactories.insert(FactoryList::value_type(pViewShell, rpFactory)); in AddShellFactory()
499 maShellFactories.equal_range(pViewShell)); in RemoveShellFactory()
503 maShellFactories.erase(iFactory); in RemoveShellFactory()
1225 maShellFactories.equal_range(pParentShell)); in CreateSubShell()
1267 maShellFactories.equal_range(rDescriptor.mpShell)); in DestroyViewShell()
1268 if (aRange.first != maShellFactories.end()) in DestroyViewShell()
1269 maShellFactories.erase(aRange.first, aRange.second); in DestroyViewShell()
1340 maShellFactories.clear(); in Shutdown()