Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/slideshow/
H A Dshowwin.cxx399 sal_Bool ShowWindow::SetPauseMode( sal_Int32 nPageIndexToRestart, sal_Int32 nTimeout, Graphic* pLog… in SetPauseMode() argument
408 xSlideShow->jumpToPageIndex( nPageIndexToRestart ); in SetPauseMode()
414 mnRestartPageIndex = nPageIndexToRestart; in SetPauseMode()
441 sal_Bool ShowWindow::SetBlankMode( sal_Int32 nPageIndexToRestart, const Color& rBlankColor ) in SetBlankMode() argument
446 mnRestartPageIndex = nPageIndexToRestart; in SetBlankMode()
510 void ShowWindow::RestartShow( sal_Int32 nPageIndexToRestart ) in RestartShow() argument
538 xSlideShow->jumpToPageIndex( nPageIndexToRestart ); in RestartShow()
H A Dshowwindow.hxx76 …sal_Bool SetPauseMode( sal_Int32 nPageIndexToRestart, sal_Int32 nTimeoutSec = SLIDE_NO_…
77 sal_Bool SetBlankMode( sal_Int32 nPageIndexToRestart, const Color& rBlankColor );
88 void RestartShow( sal_Int32 nPageIndexToRestart );