Home
last modified time | relevance | path

Searched refs:pViewShellBase (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sd/source/ui/dlg/
H A DSpellDialogChildWindow.cxx160 ViewShellBase* pViewShellBase = PTR_CAST (ViewShellBase, SfxViewShell::Current()); in ProvideOutliner() local
162 if (pViewShellBase != NULL) in ProvideOutliner()
164 ViewShell* pViewShell = pViewShellBase->GetMainViewShell().get(); in ProvideOutliner()
/trunk/main/sd/source/ui/app/
H A Dtmplctrl.cxx118 sd::ViewShellBase* pViewShellBase = sd::ViewShellBase::GetViewShellBase( pViewFrame ); in Command() local
119 if( !pViewShellBase ) in Command()
122 SdDrawDocument* pDoc = pViewShellBase->GetDocument(); in Command()
/trunk/main/sd/source/ui/slideshow/
H A DSlideShowRestarter.cxx47 ViewShellBase* pViewShellBase) in SlideShowRestarter() argument
50 mpViewShellBase(pViewShellBase), in SlideShowRestarter()
52 mpDispatcher(pViewShellBase->GetViewFrame()->GetDispatcher()), in SlideShowRestarter()
H A Dslideshow.cxx91 ViewShellBase* pViewShellBase) in FullScreenWorkWindow() argument
93 mpRestarter(new SlideShowRestarter(rpSlideShow, pViewShellBase)) in FullScreenWorkWindow()
1296 bool SlideShow::dependsOn( ViewShellBase* pViewShellBase ) in dependsOn() argument
1298 …return mxController.is() && (pViewShellBase == mpCurrentViewShellBase) && mpFullScreenViewShellBas… in dependsOn()
H A DSlideShowRestarter.hxx56 ViewShellBase* pViewShellBase);
/trunk/main/sd/source/ui/docshell/
H A Ddocshell.cxx576 ViewShellBase* pViewShellBase = dynamic_cast< ViewShellBase* >( pSfxViewFrame->GetViewShell() ); in ClearUndoBuffer() local
577 if( pViewShellBase ) in ClearUndoBuffer()
579 ::boost::shared_ptr<ViewShell> pViewSh( pViewShellBase->GetMainViewShell() ); in ClearUndoBuffer()
/trunk/main/sd/source/ui/unoidl/
H A DDrawController.cxx224 ViewShellBase* pViewShellBase = GetViewShellBase(); in suspend() local
225 if( pViewShellBase ) in suspend()
228 rtl::Reference< SlideShow > xSlideShow( SlideShow::GetSlideShow( *pViewShellBase ) ); in suspend()
229 if( xSlideShow.is() && xSlideShow->dependsOn(pViewShellBase) ) in suspend()
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorter.cxx452 ViewShellBase* pViewShellBase = GetViewShellBase(); in CreateModel() local
453 if (pViewShellBase != NULL) in CreateModel()
455 OSL_ASSERT (pViewShellBase->GetDocument() != NULL); in CreateModel()
/trunk/main/sd/source/ui/inc/
H A Dslideshow.hxx187 bool dependsOn( ViewShellBase* pViewShellBase );

Completed in 51 milliseconds