Lines Matching refs:SAL_CALL
85 … void SAL_CALL initialize( const Sequence< Any >& aArguments ) throw (Exception, RuntimeException);
88 Reference< XInterface > SAL_CALL getParent( ) throw (RuntimeException);
89 …void SAL_CALL setParent( const Reference< XInterface >& Parent ) throw (NoSupportException, Runtim…
92 virtual Reference< XCloneable > SAL_CALL createClone() throw (RuntimeException);
95 OUString SAL_CALL getImplementationName() throw();
96 Sequence< OUString > SAL_CALL getSupportedServiceNames(void) throw();
97 sal_Bool SAL_CALL supportsService(const OUString& ServiceName) throw();
100 ::sal_Int16 SAL_CALL getType() throw (RuntimeException);
101 Any SAL_CALL getBegin() throw (RuntimeException);
102 void SAL_CALL setBegin( const Any& _begin ) throw (RuntimeException);
103 Any SAL_CALL getDuration() throw (RuntimeException);
104 void SAL_CALL setDuration( const Any& _duration ) throw (RuntimeException);
105 Any SAL_CALL getEnd() throw (RuntimeException);
106 void SAL_CALL setEnd( const Any& _end ) throw (RuntimeException);
107 Any SAL_CALL getEndSync() throw (RuntimeException);
108 void SAL_CALL setEndSync( const Any& _endsync ) throw (RuntimeException);
109 Any SAL_CALL getRepeatCount() throw (RuntimeException);
110 void SAL_CALL setRepeatCount( const Any& _repeatcount ) throw (RuntimeException);
111 Any SAL_CALL getRepeatDuration() throw (RuntimeException);
112 void SAL_CALL setRepeatDuration( const Any& _repeatduration ) throw (RuntimeException);
113 ::sal_Int16 SAL_CALL getFill() throw (RuntimeException);
114 void SAL_CALL setFill( ::sal_Int16 _fill ) throw (RuntimeException);
115 ::sal_Int16 SAL_CALL getFillDefault() throw (RuntimeException);
116 void SAL_CALL setFillDefault( ::sal_Int16 _filldefault ) throw (RuntimeException);
117 ::sal_Int16 SAL_CALL getRestart() throw (RuntimeException);
118 void SAL_CALL setRestart( ::sal_Int16 _restart ) throw (RuntimeException);
119 ::sal_Int16 SAL_CALL getRestartDefault() throw (RuntimeException);
120 void SAL_CALL setRestartDefault( ::sal_Int16 _restartdefault ) throw (RuntimeException);
121 double SAL_CALL getAcceleration() throw (RuntimeException);
122 void SAL_CALL setAcceleration( double _acceleration ) throw (RuntimeException);
123 double SAL_CALL getDecelerate() throw (RuntimeException);
124 void SAL_CALL setDecelerate( double _decelerate ) throw (RuntimeException);
125 ::sal_Bool SAL_CALL getAutoReverse() throw (RuntimeException);
126 void SAL_CALL setAutoReverse( ::sal_Bool _autoreverse ) throw (RuntimeException);
127 Sequence< NamedValue > SAL_CALL getUserData() throw (RuntimeException);
128 void SAL_CALL setUserData( const Sequence< NamedValue >& _userdata ) throw (RuntimeException);
131 virtual Type SAL_CALL getElementType() throw (RuntimeException);
132 virtual sal_Bool SAL_CALL hasElements() throw (RuntimeException);
135 virtual Reference< XEnumeration > SAL_CALL createEnumeration() throw (RuntimeException);
138 …Reference< XAnimationNode > SAL_CALL insertBefore( const Reference< XAnimationNode >& newChild, co…
139 …Reference< XAnimationNode > SAL_CALL insertAfter( const Reference< XAnimationNode >& newChild, con…
140 …Reference< XAnimationNode > SAL_CALL replaceChild( const Reference< XAnimationNode >& newChild, co…
141 …Reference< XAnimationNode > SAL_CALL removeChild( const Reference< XAnimationNode >& oldChild ) th…
142 …Reference< XAnimationNode > SAL_CALL appendChild( const Reference< XAnimationNode >& newChild ) th…
175 Reference< XInterface > SAL_CALL RandomNode_createInstance( const Reference< XMultiServiceFactory >… in RandomNode_createInstance()
190 Sequence< OUString > SAL_CALL RandomNode_getSupportedServiceNames() throw( RuntimeException ) in RandomNode_getSupportedServiceNames()
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()
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()