Searched refs:pViewShellBase (Results 1 – 9 of 9) sorted by relevance
160 ViewShellBase* pViewShellBase = PTR_CAST (ViewShellBase, SfxViewShell::Current()); in ProvideOutliner() local162 if (pViewShellBase != NULL) in ProvideOutliner()164 ViewShell* pViewShell = pViewShellBase->GetMainViewShell().get(); in ProvideOutliner()
118 sd::ViewShellBase* pViewShellBase = sd::ViewShellBase::GetViewShellBase( pViewFrame ); in Command() local119 if( !pViewShellBase ) in Command()122 SdDrawDocument* pDoc = pViewShellBase->GetDocument(); in Command()
45 ViewShellBase* pViewShellBase) in SlideShowRestarter() argument48 mpViewShellBase(pViewShellBase), in SlideShowRestarter()50 mpDispatcher(pViewShellBase->GetViewFrame()->GetDispatcher()), in SlideShowRestarter()
88 ViewShellBase* pViewShellBase) in FullScreenWorkWindow() argument90 mpRestarter(new SlideShowRestarter(rpSlideShow, pViewShellBase)) in FullScreenWorkWindow()1291 bool SlideShow::dependsOn( ViewShellBase* pViewShellBase ) in dependsOn() argument1293 …return mxController.is() && (pViewShellBase == mpCurrentViewShellBase) && mpFullScreenViewShellBas… in dependsOn()
54 ViewShellBase* pViewShellBase);
576 … ViewShellBase* pViewShellBase = dynamic_cast< ViewShellBase* >( pSfxViewFrame->GetViewShell() ); in ClearUndoBuffer() local577 if( pViewShellBase ) in ClearUndoBuffer()579 ::boost::shared_ptr<ViewShell> pViewSh( pViewShellBase->GetMainViewShell() ); in ClearUndoBuffer()
224 ViewShellBase* pViewShellBase = GetViewShellBase(); in suspend() local225 if( pViewShellBase ) in suspend()228 rtl::Reference< SlideShow > xSlideShow( SlideShow::GetSlideShow( *pViewShellBase ) ); in suspend()229 if( xSlideShow.is() && xSlideShow->dependsOn(pViewShellBase) ) in suspend()
452 ViewShellBase* pViewShellBase = GetViewShellBase(); in CreateModel() local453 if (pViewShellBase != NULL) in CreateModel()455 OSL_ASSERT (pViewShellBase->GetDocument() != NULL); in CreateModel()
185 bool dependsOn( ViewShellBase* pViewShellBase );