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()
47 ViewShellBase* pViewShellBase) in SlideShowRestarter() argument50 mpViewShellBase(pViewShellBase), in SlideShowRestarter()52 mpDispatcher(pViewShellBase->GetViewFrame()->GetDispatcher()), in SlideShowRestarter()
91 ViewShellBase* pViewShellBase) in FullScreenWorkWindow() argument93 mpRestarter(new SlideShowRestarter(rpSlideShow, pViewShellBase)) in FullScreenWorkWindow()1296 bool SlideShow::dependsOn( ViewShellBase* pViewShellBase ) in dependsOn() argument1298 …return mxController.is() && (pViewShellBase == mpCurrentViewShellBase) && mpFullScreenViewShellBas… in dependsOn()
56 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()
453 ViewShellBase* pViewShellBase = GetViewShellBase(); in CreateModel() local454 if (pViewShellBase != NULL) in CreateModel()456 OSL_ASSERT (pViewShellBase->GetDocument() != NULL); in CreateModel()
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()
187 bool dependsOn( ViewShellBase* pViewShellBase );
Completed in 40 milliseconds