Home
last modified time | relevance | path

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

/AOO41X/main/offapi/com/sun/star/presentation/
H A DXSlideShow.idl92 boolean nextEffect();
294 notably, the next/previousSlide(), nextEffect() and show()
/AOO41X/main/slideshow/source/engine/
H A Dslideshowimpl.cxx296 virtual sal_Bool SAL_CALL nextEffect() throw (uno::RuntimeException);
1256 sal_Bool SlideShowImpl::nextEffect() throw (uno::RuntimeException) in nextEffect() function in __anonc0c504490111::SlideShowImpl
/AOO41X/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx3254 mxShow->nextEffect(); in gotoNextEffect()