Lines Matching refs:rParentShell
132 void ActivateSubShell (const SfxShell& rParentShell, ShellId nId);
133 void DeactivateSubShell (const SfxShell& rParentShell, ShellId nId);
134 void MoveSubShellToTop (const SfxShell& rParentShell, ShellId nId);
135 void MoveToTop (const SfxShell& rParentShell);
314 const ViewShell& rParentShell, in MoveSubShellToTop() argument
318 mpImpl->MoveSubShellToTop(rParentShell, nId); in MoveSubShellToTop()
381 void ViewShellManager::MoveToTop (const ViewShell& rParentShell) in MoveToTop() argument
384 mpImpl->MoveToTop(rParentShell); in MoveToTop()
651 const SfxShell& rParentShell, in ActivateSubShell() argument
662 IsShell(&rParentShell))); in ActivateSubShell()
667 SubShellList::iterator iList (maActiveSubShells.find(&rParentShell)); in ActivateSubShell()
670 SubShellList::value_type(&rParentShell,SubShellSubList())).first; in ActivateSubShell()
690 const SfxShell& rParentShell, in DeactivateSubShell() argument
698 SubShellList::iterator iList (maActiveSubShells.find(&rParentShell)); in DeactivateSubShell()
720 DestroySubShell(rParentShell, aDescriptor); in DeactivateSubShell()
729 const SfxShell& rParentShell, in MoveSubShellToTop() argument
732 SubShellList::iterator iList (maActiveSubShells.find(&rParentShell)); in MoveSubShellToTop()
1280 const SfxShell& rParentShell, in DestroySubShell() argument
1283 (void)rParentShell; in DestroySubShell()