Lines Matching refs:aDescriptor
555 ShellDescriptor aDescriptor(*iShell); in DeactivateViewShell() local
556 mrBase.GetDocShell()->Disconnect(dynamic_cast<ViewShell*>(aDescriptor.mpShell)); in DeactivateViewShell()
558 TakeShellsFromStack(aDescriptor.mpShell); in DeactivateViewShell()
569 DestroyViewShell(aDescriptor); in DeactivateViewShell()
581 ShellDescriptor aDescriptor; in ActivateShell() local
582 aDescriptor.mpShell = &rShell; in ActivateShell()
584 ActivateShell(aDescriptor); in ActivateShell()
629 ShellDescriptor aDescriptor(*iShell); in DeactivateShell() local
630 mrBase.GetDocShell()->Disconnect(dynamic_cast<ViewShell*>(aDescriptor.mpShell)); in DeactivateShell()
632 TakeShellsFromStack(aDescriptor.mpShell); in DeactivateShell()
643 DestroyViewShell(aDescriptor); in DeactivateShell()
714 ShellDescriptor aDescriptor(*iShell); in DeactivateSubShell() local
720 DestroySubShell(rParentShell, aDescriptor); in DeactivateSubShell()
811 ShellDescriptor aDescriptor(*iShell); in MoveToTop() local
818 if (mbKeepMainViewShellOnTop && ! aDescriptor.IsMainViewShell()) in MoveToTop()
824 maActiveViewShells.insert(aInsertPosition, aDescriptor); in MoveToTop()