Home
last modified time | relevance | path

Searched refs:getCurrentSlideIndex (Results 1 – 7 of 7) sorted by relevance

/AOO42X/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx144 sal_Int32 getCurrentSlideIndex() const;
279 sal_Int32 AnimationSlideController::getCurrentSlideIndex() const in getCurrentSlideIndex() function in sd::AnimationSlideController
1490 sal_Int32 currentPageIndex = getCurrentSlideIndex(); in displayCurrentSlide()
1605 if( mpShowWindow->SetBlankMode( mpSlideController->getCurrentSlideIndex(), nColor ) ) in blankScreen()
2416 … if( mpShowWindow->SetBlankMode( mpSlideController->getCurrentSlideIndex(), aBlankColor ) ) in IMPL_LINK()
3005 sal_Int32 SAL_CALL SlideshowImpl::getCurrentSlideIndex() throw (RuntimeException) in getCurrentSlideIndex() function in sd::SlideshowImpl
3007 return mpSlideController.get() ? mpSlideController->getCurrentSlideIndex() : -1; in getCurrentSlideIndex()
3395 const sal_Int32 nLastSlideIndex = mpSlideController->getCurrentSlideIndex(); in gotoPreviousSlide()
H A Dslideshowimpl.hxx225 virtual ::sal_Int32 SAL_CALL getCurrentSlideIndex( ) throw (css::uno::RuntimeException);
/AOO42X/main/offapi/com/sun/star/presentation/
H A DXSlideShowController.idl243 long getCurrentSlideIndex();
/AOO42X/main/sdext/source/presenter/
H A DPresenterProtocolHandler.cxx672 return mpPresenterController->GetSlideShowController()->getCurrentSlideIndex()>0; in IsEnabled()
H A DPresenterSlideSorter.cxx327 mnCurrentSlideIndex = mxSlideShowController->getCurrentSlideIndex(); in PresenterSlideSorter()
747 const sal_Int32 nNewCurrentSlideIndex (mxSlideShowController->getCurrentSlideIndex()); in setCurrentPage()
H A DPresenterController.cxx318 nSlideIndex = mxSlideShowController->getCurrentSlideIndex() + nOffset; in GetSlides()
H A DPresenterToolBar.cxx522 return mxSlideShowController->getCurrentSlideIndex(); in GetCurrentSlideIndex()