Lines Matching refs:RuntimeException

47 using ::com::sun::star::uno::RuntimeException;
85 … void SAL_CALL initialize( const Sequence< Any >& aArguments ) throw (Exception, RuntimeException);
88 Reference< XInterface > SAL_CALL getParent( ) throw (RuntimeException);
89 …LL setParent( const Reference< XInterface >& Parent ) throw (NoSupportException, RuntimeException);
92 virtual Reference< XCloneable > SAL_CALL createClone() throw (RuntimeException);
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 …xception, NoSuchElementException, ElementExistException, WrappedTargetException, RuntimeException);
139 …xception, NoSuchElementException, ElementExistException, WrappedTargetException, RuntimeException);
140 …xception, NoSuchElementException, ElementExistException, WrappedTargetException, RuntimeException);
141 …throw (IllegalArgumentException, NoSuchElementException, WrappedTargetException, RuntimeException);
142 … throw (IllegalArgumentException, ElementExistException, WrappedTargetException, RuntimeException);
183 OUString RandomNode__getImplementationName() throw( RuntimeException ) in RandomNode__getImplementationName()
190 Sequence< OUString > SAL_CALL RandomNode_getSupportedServiceNames() throw( RuntimeException ) in RandomNode_getSupportedServiceNames()
250 …mAnimationNode::initialize( const Sequence< Any >& aArguments ) throw (Exception, RuntimeException) 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 …id SAL_CALL RandomAnimationNode::setRepeatCount( const Any& _repeatcount ) throw (RuntimeException) in setRepeatCount()
371 Any SAL_CALL RandomAnimationNode::getRepeatDuration() throw (RuntimeException) in getRepeatDuration()
380 …_CALL RandomAnimationNode::setRepeatDuration( const Any& _repeatduration ) throw (RuntimeException) 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 …L_CALL RandomAnimationNode::setRestartDefault( sal_Int16 _restartdefault ) throw (RuntimeException) 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 …andomAnimationNode::setUserData( const Sequence< NamedValue >& _userdata ) throw (RuntimeException) in setUserData()
531 Reference< XInterface > SAL_CALL RandomAnimationNode::getParent() throw (RuntimeException) in getParent()
540 …de::setParent( const Reference< XInterface >& Parent ) throw (NoSupportException, RuntimeException) 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()
575 throw (RuntimeException) in createEnumeration()
628 …Exception, NoSuchElementException, ElementExistException, WrappedTargetException, RuntimeException) in insertBefore()
637 …Exception, NoSuchElementException, ElementExistException, WrappedTargetException, RuntimeException) in insertAfter()
646 …Exception, NoSuchElementException, ElementExistException, WrappedTargetException, RuntimeException) in replaceChild()
655 throw(IllegalArgumentException, NoSuchElementException, WrappedTargetException, RuntimeException) in removeChild()
664 throw(IllegalArgumentException, ElementExistException, WrappedTargetException, RuntimeException) in appendChild()