Searched refs:maActiveSubShells (Results 1 – 1 of 1) sorted by relevance
189 SubShellList maActiveSubShells; member in sd::ViewShellManager::Implementation561 SubShellList::iterator iList (maActiveSubShells.find(&rShell)); in DeactivateViewShell()562 if (iList != maActiveSubShells.end()) in DeactivateViewShell()635 SubShellList::iterator iList (maActiveSubShells.find(&rShell)); in DeactivateShell()636 if (iList != maActiveSubShells.end()) in DeactivateShell()667 SubShellList::iterator iList (maActiveSubShells.find(&rParentShell)); in ActivateSubShell()668 if (iList == maActiveSubShells.end()) in ActivateSubShell()669 iList = maActiveSubShells.insert( in ActivateSubShell()698 SubShellList::iterator iList (maActiveSubShells.find(&rParentShell)); in DeactivateSubShell()699 if (iList == maActiveSubShells.end()) in DeactivateSubShell()[all …]