Searched refs:getSlideIndexCount (Results 1 – 1 of 1) sorted by relevance
154 sal_Int32 getSlideIndexCount() const { return maSlideNumbers.size(); } in getSlideIndexCount() function in sd::AnimationSlideController1843 sal_Int32 nSlideIndexCount = mpSlideController->getSlideIndexCount() - 1; in getFirstSlideNumber()1866 sal_Int32 nSlideIndexCount = mpSlideController->getSlideIndexCount() - 1; in getLastSlideNumber()2304 …AST_SLIDE, ( mpSlideController->getSlideNumber( mpSlideController->getSlideIndexCount() - 1) != nC… in IMPL_LINK()3026 return mpSlideController.get() ? mpSlideController->getSlideIndexCount() : 0; in getSlideCount()3033 …lideController.get() == 0 ) || (Index < 0) || (Index >= mpSlideController->getSlideIndexCount() ) ) in getSlideByIndex()3297 if( mpSlideController->getSlideIndexCount() ) in gotoFirstSlide()3456 const sal_Int32 nLastSlideIndex = mpSlideController->getSlideIndexCount() - 1; in gotoLastSlide()
Completed in 25 milliseconds