Home
last modified time | relevance | path

Searched refs:_repeatduration (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sd/source/ui/unoidl/
H A Drandomnode.cxx112 void SAL_CALL setRepeatDuration( const Any& _repeatduration ) throw (RuntimeException);
380 void SAL_CALL RandomAnimationNode::setRepeatDuration( const Any& _repeatduration ) throw (RuntimeEx… in setRepeatDuration() argument
383 maRepeatDuration = _repeatduration; in setRepeatDuration()
/trunk/main/animations/source/animcore/
H A Danimcore.cxx172 virtual void SAL_CALL setRepeatDuration( const Any& _repeatduration ) throw (RuntimeException);
959 void SAL_CALL AnimationNode::setRepeatDuration( const Any& _repeatduration ) throw (RuntimeExceptio… in setRepeatDuration() argument
962 if( _repeatduration != maRepeatDuration ) in setRepeatDuration()
964 maRepeatDuration = _repeatduration; in setRepeatDuration()

Completed in 21 milliseconds