Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx152 sal_Int32 getCurrentSlideIndex() const;
287 sal_Int32 AnimationSlideController::getCurrentSlideIndex() const in getCurrentSlideIndex() function in sd::AnimationSlideController
1500 sal_Int32 currentPageIndex = getCurrentSlideIndex(); in displayCurrentSlide()
1615 if( mpShowWindow->SetBlankMode( mpSlideController->getCurrentSlideIndex(), nColor ) ) in blankScreen()
2426 if( mpShowWindow->SetBlankMode( mpSlideController->getCurrentSlideIndex(), aBlankColor ) ) in IMPL_LINK()
3015 sal_Int32 SAL_CALL SlideshowImpl::getCurrentSlideIndex() throw (RuntimeException) in getCurrentSlideIndex() function in sd::SlideshowImpl
3017 return mpSlideController.get() ? mpSlideController->getCurrentSlideIndex() : -1; in getCurrentSlideIndex()
3405 const sal_Int32 nLastSlideIndex = mpSlideController->getCurrentSlideIndex(); in gotoPreviousSlide()
H A Dslideshowimpl.hxx227 virtual ::sal_Int32 SAL_CALL getCurrentSlideIndex( ) throw (css::uno::RuntimeException);
/trunk/main/offapi/com/sun/star/presentation/
H A DXSlideShowController.idl243 long getCurrentSlideIndex();
/trunk/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()

Completed in 47 milliseconds