Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/unoidl/
H A Drandomnode.cxx110 void SAL_CALL setRepeatCount( const Any& _repeatcount ) throw (RuntimeException);
362 void SAL_CALL RandomAnimationNode::setRepeatCount( const Any& _repeatcount ) throw (RuntimeExceptio… in setRepeatCount() argument
365 maRepeatCount = _repeatcount; in setRepeatCount()
/trunk/main/animations/source/animcore/
H A Danimcore.cxx170 virtual void SAL_CALL setRepeatCount( const Any& _repeatcount ) throw (RuntimeException);
937 void SAL_CALL AnimationNode::setRepeatCount( const Any& _repeatcount ) throw (RuntimeException) in setRepeatCount() argument
940 if( _repeatcount != maRepeatCount ) in setRepeatCount()
942 maRepeatCount = _repeatcount; in setRepeatCount()

Completed in 25 milliseconds