Lines Matching refs:pShell
743 …PresentationViewShell* pShell = dynamic_cast<PresentationViewShell*>(pFullScreenViewShellBase->Get… in end() local
745 if( pShell && pShell->GetViewFrame() ) in end()
747 …WorkWindow* pWorkWindow = dynamic_cast<WorkWindow*>(pShell->GetViewFrame()->GetTopFrame().GetWindo… in end()
757 PresentationViewShell* pShell = NULL; in end() local
763 pShell = dynamic_cast<PresentationViewShell*>(pSharedView.get()); in end()
765 if( pShell && pShell->GetViewFrame() ) in end()
766 pShell->GetViewFrame()->DoClose(); in end()
1040 …::boost::shared_ptr<PresentationViewShell> pShell = ::boost::dynamic_pointer_cast<PresentationView… in activate()
1041 if(pShell.get() != NULL) in activate()
1043 pShell->FinishInitialization( mpFullScreenFrameView ); in activate()
1046 CreateController( pShell.get(), pShell->GetView(), rBase.GetViewWindow() ); in activate()
1050 pShell->Resize(); in activate()
1052 pShell->GetActiveWindow()->GrabFocus(); in activate()