Home
last modified time | relevance | path

Searched refs:getRepeatCount (Results 1 – 13 of 13) sorted by relevance

/trunk/main/slideshow/source/engine/animationnodes/
H A Danimationbasenode.cxx410 if( (xAnimationNode->getRepeatCount() >>= nRepeats) ) in fillCommonParameters()
415 if( (xAnimationNode->getRepeatCount() >>= eTiming) && in fillCommonParameters()
451 if( !(mxAnimateNode->getRepeatCount() >>= eTiming) || in fillCommonParameters()
H A Dbasenode.cxx390 !mxAnimationNode->getRepeatCount().hasValue() && in getFillMode()
/trunk/main/slideshow/source/engine/activities/
H A Dsimplecontinuousactivitybase.cxx143 const double nRepeatCount( getRepeatCount() ); in perform()
206 nRepeats >= getRepeatCount() ) in perform()
H A Dactivitybase.hxx119 double getRepeatCount() const { return *maRepeats; } in getRepeatCount() function in slideshow::internal::ActivityBase
H A Ddiscreteactivitybase.cxx145 nCurrRepeat < getRepeatCount() ) in perform()
/trunk/main/sd/source/ui/unoidl/
H A Drandomnode.cxx109 Any SAL_CALL getRepeatCount() throw (RuntimeException);
353 Any SAL_CALL RandomAnimationNode::getRepeatCount() throw (RuntimeException) in getRepeatCount() function in sd::RandomAnimationNode
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx914 Any CustomAnimationEffect::getRepeatCount() const in getRepeatCount() function in sd::CustomAnimationEffect
918 return mxNode->getRepeatCount(); in getRepeatCount()
1063 xNewNode->setRepeatCount( mxNode->getRepeatCount() ); in setIterateType()
1073 xNewNode->setRepeatCount( mxNode->getRepeatCount() ); in setIterateType()
/trunk/main/animations/source/animcore/
H A Danimcore.cxx169 virtual Any SAL_CALL getRepeatCount() throw (RuntimeException);
928 Any SAL_CALL AnimationNode::getRepeatCount() throw (RuntimeException) in getRepeatCount() function in animcore::AnimationNode
/trunk/main/sd/inc/
H A DCustomAnimationEffect.hxx90 ::com::sun::star::uno::Any getRepeatCount() const;
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx331 if ( !xNode->getRepeatCount().hasValue() ) in GetFillMode()
1865 aAny = xNode->getRepeatCount(); in exportAnimValue()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1372 addValue( pSet, nHandleRepeat, makeAny( pEffect->getRepeatCount() ) ); in createSelectionSet()
1538 if( aRepeatCount != pEffect->getRepeatCount() ) in changeSelection()
/trunk/main/xmloff/source/draw/
H A Danimationimport.cxx1459 if( (xAudio->getRepeatCount() >>= eTiming) && (eTiming == Timing_INDEFINITE) ) in postProcessRootNode()
H A Danimationexport.cxx850 aTemp = xNode->getRepeatCount(); in exportNode()

Completed in 75 milliseconds