Home
last modified time | relevance | path

Searched refs:mpShowWindow (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx546 , mpShowWindow(0) in SlideshowImpl()
696 if( mpShowWindow && mpView ) in disposing()
697 mpView->DeleteWindowFromPaintView( mpShowWindow ); in disposing()
705 mpShowWindow->SetViewShell( NULL ); in disposing()
719 if( mpShowWindow ) in disposing()
720 mpShowWindow->Hide(); in disposing()
756 if( mpShowWindow ) in disposing()
757 mpShowWindow->Hide(); in disposing()
785 if( mpShowWindow ) in disposing()
787 delete mpShowWindow; in disposing()
[all …]
H A Dslideshowimpl.hxx270 ShowWindow* getShowWindow() const { return mpShowWindow; } in getShowWindow()
356 ShowWindow* mpShowWindow; member in sd::SlideshowImpl
H A Dslideshow.cxx973 return mxController.is() ? mxController->mpShowWindow : 0; in getShowWindow()