Lines Matching refs:pShell
738 …PresentationViewShell* pShell = dynamic_cast<PresentationViewShell*>(pFullScreenViewShellBase->Get… in end() local
740 if( pShell && pShell->GetViewFrame() ) in end()
742 …WorkWindow* pWorkWindow = dynamic_cast<WorkWindow*>(pShell->GetViewFrame()->GetTopFrame().GetWindo… in end()
752 PresentationViewShell* pShell = NULL; in end() local
758 pShell = dynamic_cast<PresentationViewShell*>(pSharedView.get()); in end()
760 if( pShell && pShell->GetViewFrame() ) in end()
761 pShell->GetViewFrame()->DoClose(); in end()
1035 …::boost::shared_ptr<PresentationViewShell> pShell = ::boost::dynamic_pointer_cast<PresentationView… in activate()
1036 if(pShell.get() != NULL) in activate()
1038 pShell->FinishInitialization( mpFullScreenFrameView ); in activate()
1041 CreateController( pShell.get(), pShell->GetView(), rBase.GetViewWindow() ); in activate()
1045 pShell->Resize(); in activate()
1047 pShell->GetActiveWindow()->GrabFocus(); in activate()