Lines Matching refs:rShell
127 void DeactivateViewShell (const ViewShell& rShell);
128 void ActivateShell (SfxShell& rShell);
129 void DeactivateShell (const SfxShell& rShell);
543 void ViewShellManager::Implementation::DeactivateViewShell (const ViewShell& rShell) in DeactivateViewShell() argument
550 IsShell(&rShell))); in DeactivateViewShell()
561 SubShellList::iterator iList (maActiveSubShells.find(&rShell)); in DeactivateViewShell()
566 DeactivateSubShell(rShell, rList.front().mnId); in DeactivateViewShell()
576 void ViewShellManager::Implementation::ActivateShell (SfxShell& rShell) in ActivateShell() argument
582 aDescriptor.mpShell = &rShell; in ActivateShell()
617 void ViewShellManager::Implementation::DeactivateShell (const SfxShell& rShell) in DeactivateShell() argument
624 IsShell(&rShell))); in DeactivateShell()
635 SubShellList::iterator iList (maActiveSubShells.find(&rShell)); in DeactivateShell()
640 DeactivateSubShell(rShell, rList.front().mnId); in DeactivateShell()
756 void ViewShellManager::Implementation::MoveToTop (const SfxShell& rShell) in MoveToTop() argument
771 IsShell(&rShell))); in MoveToTop()
813 TakeShellsFromStack(&rShell); in MoveToTop()