Lines Matching refs:RandomAnimationNode

75 class RandomAnimationNode : public RandomAnimationNodeBase  class
78 RandomAnimationNode( const RandomAnimationNode& rNode );
79 RandomAnimationNode( sal_Int16 nPresetClass );
80 RandomAnimationNode();
169 Reference< XInterface > xInt( static_cast<XWeak*>( new RandomAnimationNode( nPresetClass ) ) ); in RandomAnimationNode_createInstance()
177 Reference< XInterface > xInt( static_cast<XWeak*>( new RandomAnimationNode() ) ); in RandomNode_createInstance()
202 RandomAnimationNode::RandomAnimationNode( const RandomAnimationNode& rNode ) in RandomAnimationNode() function in sd::RandomAnimationNode
225 RandomAnimationNode::RandomAnimationNode( sal_Int16 nPresetClass ) in RandomAnimationNode() function in sd::RandomAnimationNode
230 RandomAnimationNode::RandomAnimationNode() in RandomAnimationNode() function in sd::RandomAnimationNode
235 void RandomAnimationNode::init( sal_Int16 nPresetClass ) in init()
250 void SAL_CALL RandomAnimationNode::initialize( const Sequence< Any >& aArguments ) throw (Exception… in initialize()
272 sal_Int16 SAL_CALL RandomAnimationNode::getType() throw (RuntimeException) in getType()
281 Any SAL_CALL RandomAnimationNode::getBegin() throw (RuntimeException) in getBegin()
290 void SAL_CALL RandomAnimationNode::setBegin( const Any& _begin ) throw (RuntimeException) in setBegin()
299 Any SAL_CALL RandomAnimationNode::getDuration() throw (RuntimeException) in getDuration()
308 void SAL_CALL RandomAnimationNode::setDuration( const Any& _duration ) throw (RuntimeException) in setDuration()
317 Any SAL_CALL RandomAnimationNode::getEnd() throw (RuntimeException) in getEnd()
326 void SAL_CALL RandomAnimationNode::setEnd( const Any& _end ) throw (RuntimeException) in setEnd()
335 Any SAL_CALL RandomAnimationNode::getEndSync() throw (RuntimeException) in getEndSync()
344 void SAL_CALL RandomAnimationNode::setEndSync( const Any& _endsync ) throw (RuntimeException) in setEndSync()
353 Any SAL_CALL RandomAnimationNode::getRepeatCount() throw (RuntimeException) in getRepeatCount()
362 void SAL_CALL RandomAnimationNode::setRepeatCount( const Any& _repeatcount ) throw (RuntimeExceptio… in setRepeatCount()
371 Any SAL_CALL RandomAnimationNode::getRepeatDuration() throw (RuntimeException) in getRepeatDuration()
380 void SAL_CALL RandomAnimationNode::setRepeatDuration( const Any& _repeatduration ) throw (RuntimeEx… in setRepeatDuration()
389 sal_Int16 SAL_CALL RandomAnimationNode::getFill() throw (RuntimeException) in getFill()
398 void SAL_CALL RandomAnimationNode::setFill( sal_Int16 _fill ) throw (RuntimeException) in setFill()
407 sal_Int16 SAL_CALL RandomAnimationNode::getFillDefault() throw (RuntimeException) in getFillDefault()
416 void SAL_CALL RandomAnimationNode::setFillDefault( sal_Int16 _filldefault ) throw (RuntimeException) in setFillDefault()
425 sal_Int16 SAL_CALL RandomAnimationNode::getRestart() throw (RuntimeException) in getRestart()
434 void SAL_CALL RandomAnimationNode::setRestart( sal_Int16 _restart ) throw (RuntimeException) in setRestart()
443 sal_Int16 SAL_CALL RandomAnimationNode::getRestartDefault() throw (RuntimeException) in getRestartDefault()
452 void SAL_CALL RandomAnimationNode::setRestartDefault( sal_Int16 _restartdefault ) throw (RuntimeExc… in setRestartDefault()
461 double SAL_CALL RandomAnimationNode::getAcceleration() throw (RuntimeException) in getAcceleration()
470 void SAL_CALL RandomAnimationNode::setAcceleration( double _acceleration ) throw (RuntimeException) in setAcceleration()
479 double SAL_CALL RandomAnimationNode::getDecelerate() throw (RuntimeException) in getDecelerate()
488 void SAL_CALL RandomAnimationNode::setDecelerate( double _decelerate ) throw (RuntimeException) in setDecelerate()
497 sal_Bool SAL_CALL RandomAnimationNode::getAutoReverse() throw (RuntimeException) in getAutoReverse()
506 void SAL_CALL RandomAnimationNode::setAutoReverse( sal_Bool _autoreverse ) throw (RuntimeException) in setAutoReverse()
514 Sequence< NamedValue > SAL_CALL RandomAnimationNode::getUserData() throw (RuntimeException) in getUserData()
522 void SAL_CALL RandomAnimationNode::setUserData( const Sequence< NamedValue >& _userdata ) throw (Ru… in setUserData()
531 Reference< XInterface > SAL_CALL RandomAnimationNode::getParent() throw (RuntimeException) in getParent()
540 void SAL_CALL RandomAnimationNode::setParent( const Reference< XInterface >& Parent ) throw (NoSupp… in setParent()
549 Reference< XCloneable > SAL_CALL RandomAnimationNode::createClone() throw (RuntimeException) in createClone()
551 Reference< XCloneable > xNewNode( new RandomAnimationNode( *this ) ); in createClone()
558 Type SAL_CALL RandomAnimationNode::getElementType() throw (RuntimeException) in getElementType()
566 sal_Bool SAL_CALL RandomAnimationNode::hasElements() throw (RuntimeException) in hasElements()
574 Reference< XEnumeration > SAL_CALL RandomAnimationNode::createEnumeration() in createEnumeration()
627 Reference< XAnimationNode > SAL_CALL RandomAnimationNode::insertBefore( const Reference< XAnimation… in insertBefore()
636 Reference< XAnimationNode > SAL_CALL RandomAnimationNode::insertAfter( const Reference< XAnimationN… in insertAfter()
645 Reference< XAnimationNode > SAL_CALL RandomAnimationNode::replaceChild( const Reference< XAnimation… in replaceChild()
654 Reference< XAnimationNode > SAL_CALL RandomAnimationNode::removeChild( const Reference< XAnimationN… in removeChild()
663 Reference< XAnimationNode > SAL_CALL RandomAnimationNode::appendChild( const Reference< XAnimationN… in appendChild()
681 OUString RandomAnimationNode::getImplementationName() throw() in getImplementationName()
687 sal_Bool RandomAnimationNode::supportsService(const OUString& ServiceName) throw() in supportsService()
693 Sequence< OUString > RandomAnimationNode::getSupportedServiceNames(void) throw() in getSupportedServiceNames()