Home
last modified time | relevance | path

Searched refs:mpFullScreenFrameView (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sd/source/ui/slideshow/
H A Dslideshow.cxx168 , mpFullScreenFrameView( 0 ) in SlideShow()
720 if( mpFullScreenFrameView ) in end()
722 delete mpFullScreenFrameView; in end()
723 mpFullScreenFrameView = 0; in end()
1038 pShell->FinishInitialization( mpFullScreenFrameView ); in activate()
1039 mpFullScreenFrameView = 0; in activate()
1251 if( mpFullScreenFrameView ) in StartFullscreenPresentation()
1252 delete mpFullScreenFrameView; in StartFullscreenPresentation()
1253 mpFullScreenFrameView = new FrameView(mpDoc, pOriginalFrameView); in StartFullscreenPresentation()
/trunk/main/sd/source/ui/inc/
H A Dslideshow.hxx220 FrameView* mpFullScreenFrameView; member in sd::SlideShow