Searched refs:_repeatcount (Results 1 – 2 of 2) sorted by relevance
110 void SAL_CALL setRepeatCount( const Any& _repeatcount ) throw (RuntimeException);362 void SAL_CALL RandomAnimationNode::setRepeatCount( const Any& _repeatcount ) throw (RuntimeExceptio… in setRepeatCount() argument365 maRepeatCount = _repeatcount; in setRepeatCount()
170 virtual void SAL_CALL setRepeatCount( const Any& _repeatcount ) throw (RuntimeException);937 void SAL_CALL AnimationNode::setRepeatCount( const Any& _repeatcount ) throw (RuntimeException) in setRepeatCount() argument940 if( _repeatcount != maRepeatCount ) in setRepeatCount()942 maRepeatCount = _repeatcount; in setRepeatCount()
Completed in 23 milliseconds