Searched refs:nLastSlideIndex (Results 1 – 1 of 1) sorted by relevance
3405 const sal_Int32 nLastSlideIndex = mpSlideController->getCurrentSlideIndex(); in gotoPreviousSlide() local3406 if( nLastSlideIndex >= 0 ) in gotoPreviousSlide()3407 mpShowWindow->RestartShow( nLastSlideIndex ); in gotoPreviousSlide()3456 const sal_Int32 nLastSlideIndex = mpSlideController->getSlideIndexCount() - 1; in gotoLastSlide() local3457 if( nLastSlideIndex >= 0 ) in gotoLastSlide()3461 mpShowWindow->RestartShow( nLastSlideIndex ); in gotoLastSlide()3465 displaySlideIndex( nLastSlideIndex ); in gotoLastSlide()
Completed in 26 milliseconds