Lines Matching refs:mpCurrentViewShellBase

171 , mpCurrentViewShellBase( 0 )  in SlideShow()
768 else if( mpCurrentViewShellBase ) in end()
770 ViewShell* pViewShell = mpCurrentViewShellBase->GetMainViewShell().get(); in end()
785 framework::FrameworkHelper::Instance(*mpCurrentViewShellBase)->RequestView( in end()
794 if( mpCurrentViewShellBase ) in end()
796 ViewShell* pViewShell = mpCurrentViewShellBase->GetMainViewShell().get(); in end()
812 … Reference<XWeak>(&mpCurrentViewShellBase->GetDrawController()), UNO_QUERY); in end()
826 mpCurrentViewShellBase = 0; in end()
870 if( mpCurrentViewShellBase == 0 ) in startWithArguments()
876 mpCurrentViewShellBase = pBase; in startWithArguments()
881mpCurrentViewShellBase = ::sd::ViewShellBase::GetViewShellBase( SfxViewFrame::GetFirst( mpDoc->Get… in startWithArguments()
887 if(mpCurrentViewShellBase) in startWithArguments()
889 ViewShell* pViewShell = mpCurrentViewShellBase->GetMainViewShell().get(); in startWithArguments()
942 mpCurrentViewShellBase = 0; in disposing()
1168 if( mpCurrentViewShellBase ) in StartInPlacePresentation()
1176 ::boost::shared_ptr<FrameworkHelper> pHelper(FrameworkHelper::Instance(*mpCurrentViewShellBase)); in StartInPlacePresentation()
1202 pParentWindow = mpCurrentViewShellBase->GetViewWindow(); in StartInPlacePresentation()
1229 if(mpCurrentViewShellBase) in StartInPlacePresentation()
1230 mpCurrentViewShellBase->GetWindow()->GrabFocus(); in StartInPlacePresentation()
1243 WorkWindow* pWorkWindow = new FullScreenWorkWindow(this, mpCurrentViewShellBase); in StartFullscreenPresentation()
1254 …FrameView* pOriginalFrameView = mpCurrentViewShellBase ? mpCurrentViewShellBase->GetMainViewShell(… in StartFullscreenPresentation()
1298 …return mxController.is() && (pViewShellBase == mpCurrentViewShellBase) && mpFullScreenViewShellBas… in dependsOn()