Searched refs:isFullScreen (Results 1 – 11 of 11) sorted by relevance
57 if (pSlideShow!=NULL && !pSlideShow->isFullScreen()) try in PaneHider()
230 virtual ::sal_Bool SAL_CALL isFullScreen( ) throw (css::uno::RuntimeException);
1021 bool SlideShow::isFullScreen() in isFullScreen() function in SlideShow
3059 sal_Bool SAL_CALL SlideshowImpl::isFullScreen() throw (RuntimeException) in isFullScreen() function in sd::SlideshowImpl
101 if (xSlideShow->isFullScreen()) in CheckSlideShowRunning()
167 bool isFullScreen(); // a.k.a. FuSlideShow::IsFullScreen()
260 boolean isFullScreen();
120 if( xSlideshow.is() && xSlideshow->isRunning() && !xSlideshow->isFullScreen() ) in Resize()
1061 …Active = (xSlideShow.is() && xSlideShow->isRunning()) && !xSlideShow->isFullScreen() && xSlideShow… in ArrangeGUIElements()
423 if( !xSlideShowController.is() || !xSlideShowController->isFullScreen() ) in InitializePresenterScreen()
417 if( xSlideshow.is() && xSlideshow->isRunning() && xSlideshow->isFullScreen() ) in propertyChange()
Completed in 69 milliseconds