Searched refs:_autoreverse (Results 1 – 2 of 2) sorted by relevance
126 void SAL_CALL setAutoReverse( ::sal_Bool _autoreverse ) throw (RuntimeException);506 void SAL_CALL RandomAnimationNode::setAutoReverse( sal_Bool _autoreverse ) throw (RuntimeException) in setAutoReverse() argument509 mbAutoReverse = _autoreverse; in setAutoReverse()
186 virtual void SAL_CALL setAutoReverse( sal_Bool _autoreverse ) throw (RuntimeException);1113 void SAL_CALL AnimationNode::setAutoReverse( sal_Bool _autoreverse ) throw (RuntimeException) in setAutoReverse() argument1116 if( _autoreverse != mbAutoReverse ) in setAutoReverse()1118 mbAutoReverse = _autoreverse; in setAutoReverse()
Completed in 15 milliseconds