Searched refs:_duration (Results 1 – 2 of 2) sorted by relevance
104 void SAL_CALL setDuration( const Any& _duration ) throw (RuntimeException);308 void SAL_CALL RandomAnimationNode::setDuration( const Any& _duration ) throw (RuntimeException) in setDuration() argument311 maDuration = _duration; in setDuration()
164 virtual void SAL_CALL setDuration( const Any& _duration ) throw (RuntimeException);871 void SAL_CALL AnimationNode::setDuration( const Any& _duration ) throw (RuntimeException) in setDuration() argument874 if( _duration != maDuration ) in setDuration()876 maDuration = _duration; in setDuration()
Completed in 19 milliseconds