Lines Matching refs:maActiveSubShells

189 	SubShellList maActiveSubShells;  member in sd::ViewShellManager::Implementation
561 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()
732 SubShellList::iterator iList (maActiveSubShells.find(&rParentShell)); in MoveSubShellToTop()
733 if (iList != maActiveSubShells.end()) in MoveSubShellToTop()
849 for (iList=maActiveSubShells.begin(); iList!=maActiveSubShells.end(); ++iList) in GetShell()
1098 SubShellList::iterator iList (maActiveSubShells.find(iShell->mpShell)); in CreateShells()
1099 if (iList != maActiveSubShells.end()) in CreateShells()
1148 SubShellList::const_iterator iList (maActiveSubShells.find(iViewShell->mpShell)); in CreateTargetStack()
1149 if (iList != maActiveSubShells.end()) in CreateTargetStack()
1295 SubShellList::iterator iList (maActiveSubShells.find(pParentShell)); in InvalidateAllSubShells()
1296 if (iList != maActiveSubShells.end()) in InvalidateAllSubShells()