Lines Matching refs:AnimationSlideController
140 class AnimationSlideController class
146 AnimationSlideController( Reference< XIndexAccess > xSlides, Mode eMode );
203 Reference< XDrawPage > AnimationSlideController::getSlideByNumber( sal_Int32 nSlideNumber ) const in getSlideByNumber()
211 bool AnimationSlideController::isVisibleSlideNumber( sal_Int32 nSlideNumber ) const in isVisibleSlideNumber()
222 void AnimationSlideController::setPreviewNode( const Reference< XAnimationNode >& xPreviewNode ) in setPreviewNode()
227 AnimationSlideController::AnimationSlideController( Reference< XIndexAccess > xSlides, Mode eMode ) in AnimationSlideController() function in sd::AnimationSlideController
239 sal_Int32 AnimationSlideController::getStartSlideIndex() const in getStartSlideIndex()
256 sal_Int32 AnimationSlideController::getCurrentSlideNumber() const in getCurrentSlideNumber()
266 sal_Int32 AnimationSlideController::getCurrentSlideIndex() const in getCurrentSlideIndex()
274 bool AnimationSlideController::jumpToSlideIndex( sal_Int32 nNewSlideIndex ) in jumpToSlideIndex()
289 bool AnimationSlideController::jumpToSlideNumber( sal_Int32 nNewSlideNumber ) in jumpToSlideNumber()
308 sal_Int32 AnimationSlideController::getSlideNumber( sal_Int32 nSlideIndex ) const in getSlideNumber()
316 void AnimationSlideController::insertSlideNumber( sal_Int32 nSlideNumber, bool bVisible /* = true *… in insertSlideNumber()
327 bool AnimationSlideController::getSlideAPI( sal_Int32 nSlideNumber, Reference< XDrawPage >& xSlide,… in getSlideAPI()
360 sal_Int32 AnimationSlideController::findSlideIndex( sal_Int32 nSlideNumber ) const in findSlideIndex()
374 sal_Int32 AnimationSlideController::getNextSlideIndex() const in getNextSlideIndex()
412 sal_Int32 AnimationSlideController::getNextSlideNumber() const in getNextSlideNumber()
426 bool AnimationSlideController::nextSlide() in nextSlide()
431 sal_Int32 AnimationSlideController::getPreviousSlideIndex() const in getPreviousSlideIndex()
462 bool AnimationSlideController::previousSlide() in previousSlide()
467 void AnimationSlideController::displayCurrentSlide( const Reference< XSlideShow >& xShow, in displayCurrentSlide()
832 …mpSlideController.reset( new AnimationSlideController( xSlides, AnimationSlideController::PREVIEW … in startPreview()
2552 AnimationSlideController::Mode eMode = in createSlideList()
2553 ( pCustomShow && pCustomShow->Count() ) ? AnimationSlideController::CUSTOM : in createSlideList()
2554 (bAll ? AnimationSlideController::ALL : AnimationSlideController::FROM); in createSlideList()
2558 mpSlideController.reset( new AnimationSlideController( xSlides, eMode ) ); in createSlideList()
2560 if( eMode != AnimationSlideController::CUSTOM ) in createSlideList()
2565 if( eMode == AnimationSlideController::FROM ) in createSlideList()
2595 if( bVisible || (eMode == AnimationSlideController::ALL) ) in createSlideList()