Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx556 , mpShowWindow(0) in SlideshowImpl()
706 if( mpShowWindow && mpView ) in disposing()
707 mpView->DeleteWindowFromPaintView( mpShowWindow ); in disposing()
715 mpShowWindow->SetViewShell( NULL ); in disposing()
729 if( mpShowWindow ) in disposing()
730 mpShowWindow->Hide(); in disposing()
766 if( mpShowWindow ) in disposing()
767 mpShowWindow->Hide(); in disposing()
795 if( mpShowWindow ) in disposing()
797 delete mpShowWindow; in disposing()
[all …]
H A Dslideshowimpl.hxx272 ShowWindow* getShowWindow() const { return mpShowWindow; } in getShowWindow()
358 ShowWindow* mpShowWindow; member in sd::SlideshowImpl
H A Dslideshow.cxx978 return mxController.is() ? mxController->mpShowWindow : 0; in getShowWindow()