Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/unoidl/
H A Drandomnode.cxx122 void SAL_CALL setAcceleration( double _acceleration ) throw (RuntimeException);
470 void SAL_CALL RandomAnimationNode::setAcceleration( double _acceleration ) throw (RuntimeException) in setAcceleration() argument
473 mfAcceleration = _acceleration; in setAcceleration()
/trunk/main/animations/source/animcore/
H A Danimcore.cxx182 virtual void SAL_CALL setAcceleration( double _acceleration ) throw (RuntimeException);
1069 void SAL_CALL AnimationNode::setAcceleration( double _acceleration ) throw (RuntimeException) in setAcceleration() argument
1072 if( _acceleration != mfAcceleration ) in setAcceleration()
1074 mfAcceleration = _acceleration; in setAcceleration()

Completed in 22 milliseconds