Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx1629 case ClickAction_LASTPAGE: gotoLastSlide(); break; in click()
2121 gotoLastSlide(); in keyInput()
2204 gotoLastSlide(); in IMPL_LINK()
2396 gotoLastSlide(); in IMPL_LINK()
2904 case PAGE_LAST: gotoLastSlide(); break; in receiveRequest()
3437 void SAL_CALL SlideshowImpl::gotoLastSlide() throw (RuntimeException) in gotoLastSlide() function in sd::SlideshowImpl
H A Dslideshowimpl.hxx212 virtual void SAL_CALL gotoLastSlide( ) throw (css::uno::RuntimeException);
/trunk/main/offapi/com/sun/star/presentation/
H A DXSlideShowController.idl143 void gotoLastSlide();
/trunk/main/sdext/source/presenter/
H A DPresenterController.cxx1027 mxSlideShowController->gotoLastSlide(); in keyReleased()