Home
last modified time | relevance | path

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

/aoo41x/main/sd/source/ui/unoidl/
H A Drandomnode.cxx126 void SAL_CALL setAutoReverse( ::sal_Bool _autoreverse ) throw (RuntimeException);
506 void SAL_CALL RandomAnimationNode::setAutoReverse( sal_Bool _autoreverse ) throw (RuntimeException) in setAutoReverse() argument
509 mbAutoReverse = _autoreverse; in setAutoReverse()
/aoo41x/main/animations/source/animcore/
H A Danimcore.cxx186 virtual void SAL_CALL setAutoReverse( sal_Bool _autoreverse ) throw (RuntimeException);
1113 void SAL_CALL AnimationNode::setAutoReverse( sal_Bool _autoreverse ) throw (RuntimeException) in setAutoReverse() argument
1116 if( _autoreverse != mbAutoReverse ) in setAutoReverse()
1118 mbAutoReverse = _autoreverse; in setAutoReverse()

Completed in 17 milliseconds