Searched refs:getRepeatCount (Results 1 – 13 of 13) sorted by relevance
410 if( (xAnimationNode->getRepeatCount() >>= nRepeats) ) in fillCommonParameters()415 if( (xAnimationNode->getRepeatCount() >>= eTiming) && in fillCommonParameters()451 if( !(mxAnimateNode->getRepeatCount() >>= eTiming) || in fillCommonParameters()
390 !mxAnimationNode->getRepeatCount().hasValue() && in getFillMode()
143 const double nRepeatCount( getRepeatCount() ); in perform()206 nRepeats >= getRepeatCount() ) in perform()
119 double getRepeatCount() const { return *maRepeats; } in getRepeatCount() function in slideshow::internal::ActivityBase
145 nCurrRepeat < getRepeatCount() ) in perform()
109 Any SAL_CALL getRepeatCount() throw (RuntimeException);353 Any SAL_CALL RandomAnimationNode::getRepeatCount() throw (RuntimeException) in getRepeatCount() function in sd::RandomAnimationNode
914 Any CustomAnimationEffect::getRepeatCount() const in getRepeatCount() function in sd::CustomAnimationEffect918 return mxNode->getRepeatCount(); in getRepeatCount()1063 xNewNode->setRepeatCount( mxNode->getRepeatCount() ); in setIterateType()1073 xNewNode->setRepeatCount( mxNode->getRepeatCount() ); in setIterateType()
169 virtual Any SAL_CALL getRepeatCount() throw (RuntimeException);928 Any SAL_CALL AnimationNode::getRepeatCount() throw (RuntimeException) in getRepeatCount() function in animcore::AnimationNode
90 ::com::sun::star::uno::Any getRepeatCount() const;
331 if ( !xNode->getRepeatCount().hasValue() ) in GetFillMode()1865 aAny = xNode->getRepeatCount(); in exportAnimValue()
1372 addValue( pSet, nHandleRepeat, makeAny( pEffect->getRepeatCount() ) ); in createSelectionSet()1538 if( aRepeatCount != pEffect->getRepeatCount() ) in changeSelection()
1459 if( (xAudio->getRepeatCount() >>= eTiming) && (eTiming == Timing_INDEFINITE) ) in postProcessRootNode()
850 aTemp = xNode->getRepeatCount(); in exportNode()
Completed in 363 milliseconds