Searched refs:_restartdefault (Results 1 – 2 of 2) sorted by relevance
120 void SAL_CALL setRestartDefault( ::sal_Int16 _restartdefault ) throw (RuntimeException);452 void SAL_CALL RandomAnimationNode::setRestartDefault( sal_Int16 _restartdefault ) throw (RuntimeExc… in setRestartDefault() argument455 mnRestartDefault = _restartdefault; in setRestartDefault()
180 virtual void SAL_CALL setRestartDefault( sal_Int16 _restartdefault ) throw (RuntimeException);1047 void SAL_CALL AnimationNode::setRestartDefault( sal_Int16 _restartdefault ) throw (RuntimeException) in setRestartDefault() argument1050 if( _restartdefault != mnRestartDefault ) in setRestartDefault()1052 mnRestartDefault = _restartdefault; in setRestartDefault()
Completed in 27 milliseconds