Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx3395 const sal_Int32 nLastSlideIndex = mpSlideController->getCurrentSlideIndex(); in gotoPreviousSlide() local
3396 if( nLastSlideIndex >= 0 ) in gotoPreviousSlide()
3397 mpShowWindow->RestartShow( nLastSlideIndex ); in gotoPreviousSlide()
3446 const sal_Int32 nLastSlideIndex = mpSlideController->getSlideIndexCount() - 1; in gotoLastSlide() local
3447 if( nLastSlideIndex >= 0 ) in gotoLastSlide()
3451 mpShowWindow->RestartShow( nLastSlideIndex ); in gotoLastSlide()
3455 displaySlideIndex( nLastSlideIndex ); in gotoLastSlide()