Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/unoidl/
H A Drandomnode.cxx108 void SAL_CALL setEndSync( const Any& _endsync ) throw (RuntimeException);
344 void SAL_CALL RandomAnimationNode::setEndSync( const Any& _endsync ) throw (RuntimeException) in setEndSync() argument
347 maEndSync = _endsync; in setEndSync()
/trunk/main/animations/source/animcore/
H A Danimcore.cxx168 virtual void SAL_CALL setEndSync( const Any& _endsync ) throw (RuntimeException);
915 void SAL_CALL AnimationNode::setEndSync( const Any& _endsync ) throw (RuntimeException) in setEndSync() argument
918 if( _endsync != maEndSync ) in setEndSync()
920 maEndSync = _endsync; in setEndSync()

Completed in 32 milliseconds