Home
last modified time | relevance | path

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

/aoo41x/main/sd/source/ui/unoidl/
H A Drandomnode.cxx104 void SAL_CALL setDuration( const Any& _duration ) throw (RuntimeException);
308 void SAL_CALL RandomAnimationNode::setDuration( const Any& _duration ) throw (RuntimeException) in setDuration() argument
311 maDuration = _duration; in setDuration()
/aoo41x/main/animations/source/animcore/
H A Danimcore.cxx164 virtual void SAL_CALL setDuration( const Any& _duration ) throw (RuntimeException);
871 void SAL_CALL AnimationNode::setDuration( const Any& _duration ) throw (RuntimeException) in setDuration() argument
874 if( _duration != maDuration ) in setDuration()
876 maDuration = _duration; in setDuration()

Completed in 33 milliseconds