Home
last modified time | relevance | path

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

/AOO42X/main/sd/source/ui/view/
H A DViewShellManager.cxx189 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()
[all …]