Searched refs:nLastSlideIndex (Results 1 – 1 of 1) sorted by relevance
3384 const sal_Int32 nLastSlideIndex = mpSlideController->getCurrentSlideIndex(); in gotoPreviousSlide() local3385 if( nLastSlideIndex >= 0 ) in gotoPreviousSlide()3386 mpShowWindow->RestartShow( nLastSlideIndex ); in gotoPreviousSlide()3435 const sal_Int32 nLastSlideIndex = mpSlideController->getSlideIndexCount() - 1; in gotoLastSlide() local3436 if( nLastSlideIndex >= 0 ) in gotoLastSlide()3440 mpShowWindow->RestartShow( nLastSlideIndex ); in gotoLastSlide()3444 displaySlideIndex( nLastSlideIndex ); in gotoLastSlide()
Completed in 30 milliseconds