Lines Matching refs:SAL_CALL

139     virtual Any SAL_CALL queryInterface( const Type& aType ) throw (RuntimeException);
140 virtual void SAL_CALL acquire() throw ();
141 virtual void SAL_CALL release() throw ();
144 virtual Sequence< Type > SAL_CALL getTypes() throw (RuntimeException);
145 virtual Sequence< sal_Int8 > SAL_CALL getImplementationId() throw (RuntimeException);
148 OUString SAL_CALL getImplementationName() throw();
149 Sequence< OUString > SAL_CALL getSupportedServiceNames(void) throw();
150 sal_Bool SAL_CALL supportsService(const OUString& ServiceName) throw();
153 virtual Reference< XInterface > SAL_CALL getParent() throw (RuntimeException);
154 …virtual void SAL_CALL setParent( const Reference< XInterface >& Parent ) throw (NoSupportException…
157 virtual Reference< XCloneable > SAL_CALL createClone() throw (RuntimeException);
160 virtual sal_Int16 SAL_CALL getType() throw (RuntimeException);
161 virtual Any SAL_CALL getBegin() throw (RuntimeException);
162 virtual void SAL_CALL setBegin( const Any& _begin ) throw (RuntimeException);
163 virtual Any SAL_CALL getDuration() throw (RuntimeException);
164 virtual void SAL_CALL setDuration( const Any& _duration ) throw (RuntimeException);
165 virtual Any SAL_CALL getEnd() throw (RuntimeException);
166 virtual void SAL_CALL setEnd( const Any& _end ) throw (RuntimeException);
167 virtual Any SAL_CALL getEndSync() throw (RuntimeException);
168 virtual void SAL_CALL setEndSync( const Any& _endsync ) throw (RuntimeException);
169 virtual Any SAL_CALL getRepeatCount() throw (RuntimeException);
170 virtual void SAL_CALL setRepeatCount( const Any& _repeatcount ) throw (RuntimeException);
171 virtual Any SAL_CALL getRepeatDuration() throw (RuntimeException);
172 virtual void SAL_CALL setRepeatDuration( const Any& _repeatduration ) throw (RuntimeException);
173 virtual sal_Int16 SAL_CALL getFill() throw (RuntimeException);
174 virtual void SAL_CALL setFill( sal_Int16 _fill ) throw (RuntimeException);
175 virtual sal_Int16 SAL_CALL getFillDefault() throw (RuntimeException);
176 virtual void SAL_CALL setFillDefault( sal_Int16 _filldefault ) throw (RuntimeException);
177 virtual sal_Int16 SAL_CALL getRestart() throw (RuntimeException);
178 virtual void SAL_CALL setRestart( sal_Int16 _restart ) throw (RuntimeException);
179 virtual sal_Int16 SAL_CALL getRestartDefault() throw (RuntimeException);
180 virtual void SAL_CALL setRestartDefault( sal_Int16 _restartdefault ) throw (RuntimeException);
181 virtual double SAL_CALL getAcceleration() throw (RuntimeException);
182 virtual void SAL_CALL setAcceleration( double _acceleration ) throw (RuntimeException);
183 virtual double SAL_CALL getDecelerate() throw (RuntimeException);
184 virtual void SAL_CALL setDecelerate( double _decelerate ) throw (RuntimeException);
185 virtual sal_Bool SAL_CALL getAutoReverse() throw (RuntimeException);
186 virtual void SAL_CALL setAutoReverse( sal_Bool _autoreverse ) throw (RuntimeException);
187 virtual Sequence< NamedValue > SAL_CALL getUserData() throw (RuntimeException);
188 …virtual void SAL_CALL setUserData( const Sequence< NamedValue >& _userdata ) throw (RuntimeExcepti…
191 virtual Any SAL_CALL getTarget() throw (RuntimeException);
192 virtual void SAL_CALL setTarget( const Any& _target ) throw (RuntimeException);
193 virtual sal_Int16 SAL_CALL getSubItem() throw (RuntimeException);
194 virtual void SAL_CALL setSubItem( sal_Int16 _subitem ) throw (RuntimeException);
195 virtual OUString SAL_CALL getAttributeName() throw (RuntimeException);
196 virtual void SAL_CALL setAttributeName( const OUString& _attribute ) throw (RuntimeException);
197 virtual Sequence< Any > SAL_CALL getValues() throw (RuntimeException);
198 virtual void SAL_CALL setValues( const Sequence< Any >& _values ) throw (RuntimeException);
199 virtual Sequence< double > SAL_CALL getKeyTimes() throw (RuntimeException);
200 … virtual void SAL_CALL setKeyTimes( const Sequence< double >& _keytimes ) throw (RuntimeException);
201 virtual sal_Int16 SAL_CALL getValueType() throw (RuntimeException);
202 virtual void SAL_CALL setValueType( sal_Int16 _valuetype ) throw (RuntimeException);
203 virtual sal_Int16 SAL_CALL getCalcMode() throw (RuntimeException);
204 virtual void SAL_CALL setCalcMode( sal_Int16 _calcmode ) throw (RuntimeException);
205 virtual sal_Bool SAL_CALL getAccumulate() throw (RuntimeException);
206 virtual void SAL_CALL setAccumulate( sal_Bool _accumulate ) throw (RuntimeException);
207 virtual sal_Int16 SAL_CALL getAdditive() throw (RuntimeException);
208 virtual void SAL_CALL setAdditive( sal_Int16 _additive ) throw (RuntimeException);
209 virtual Any SAL_CALL getFrom() throw (RuntimeException);
210 virtual void SAL_CALL setFrom( const Any& _from ) throw (RuntimeException);
211 virtual Any SAL_CALL getTo() throw (RuntimeException);
212 virtual void SAL_CALL setTo( const Any& _to ) throw (RuntimeException);
213 virtual Any SAL_CALL getBy() throw (RuntimeException);
214 virtual void SAL_CALL setBy( const Any& _by ) throw (RuntimeException);
215 virtual Sequence< TimeFilterPair > SAL_CALL getTimeFilter() throw (RuntimeException);
216 …virtual void SAL_CALL setTimeFilter( const Sequence< TimeFilterPair >& _timefilter ) throw (Runtim…
217 virtual OUString SAL_CALL getFormula() throw (RuntimeException);
218 virtual void SAL_CALL setFormula( const OUString& _formula ) throw (RuntimeException);
221 virtual sal_Int16 SAL_CALL getColorInterpolation() throw (RuntimeException);
222 virtual void SAL_CALL setColorInterpolation( sal_Int16 _colorspace ) throw (RuntimeException);
223 virtual sal_Bool SAL_CALL getDirection() throw (RuntimeException);
224 virtual void SAL_CALL setDirection( sal_Bool _direction ) throw (RuntimeException);
227 virtual Any SAL_CALL getPath() throw (RuntimeException);
228 virtual void SAL_CALL setPath( const Any& _path ) throw (RuntimeException);
229 virtual Any SAL_CALL getOrigin() throw (RuntimeException);
230 virtual void SAL_CALL setOrigin( const Any& _origin ) throw (RuntimeException);
233 virtual sal_Int16 SAL_CALL getTransformType() throw (RuntimeException);
234 virtual void SAL_CALL setTransformType( sal_Int16 _transformtype ) throw (RuntimeException);
237 virtual sal_Int16 SAL_CALL getTransition() throw (RuntimeException);
238 virtual void SAL_CALL setTransition( sal_Int16 _transition ) throw (RuntimeException);
239 virtual sal_Int16 SAL_CALL getSubtype() throw (RuntimeException);
240 virtual void SAL_CALL setSubtype( sal_Int16 _subtype ) throw (RuntimeException);
241 virtual sal_Bool SAL_CALL getMode() throw (RuntimeException);
242 virtual void SAL_CALL setMode( sal_Bool _mode ) throw (RuntimeException);
245 virtual sal_Int32 SAL_CALL getFadeColor() throw (RuntimeException);
246 virtual void SAL_CALL setFadeColor( sal_Int32 _fadecolor ) throw (RuntimeException);
249 virtual Any SAL_CALL getSource() throw (RuntimeException);
250 virtual void SAL_CALL setSource( const Any& _source ) throw (RuntimeException);
251 virtual double SAL_CALL getVolume() throw (RuntimeException);
252 virtual void SAL_CALL setVolume( double _volume ) throw (RuntimeException);
258 virtual sal_Int16 SAL_CALL getCommand() throw (RuntimeException);
259 virtual void SAL_CALL setCommand( sal_Int16 _command ) throw (RuntimeException);
260 virtual Any SAL_CALL getParameter() throw (RuntimeException);
261 virtual void SAL_CALL setParameter( const Any& _parameter ) throw (RuntimeException);
264 virtual Type SAL_CALL getElementType() throw (RuntimeException);
265 virtual sal_Bool SAL_CALL hasElements() throw (RuntimeException);
268 virtual Reference< XEnumeration > SAL_CALL createEnumeration() throw (RuntimeException);
271 …virtual Reference< XAnimationNode > SAL_CALL insertBefore( const Reference< XAnimationNode >& newC…
272 …virtual Reference< XAnimationNode > SAL_CALL insertAfter( const Reference< XAnimationNode >& newCh…
273 …virtual Reference< XAnimationNode > SAL_CALL replaceChild( const Reference< XAnimationNode >& newC…
274 …virtual Reference< XAnimationNode > SAL_CALL removeChild( const Reference< XAnimationNode >& oldCh…
275 …virtual Reference< XAnimationNode > SAL_CALL appendChild( const Reference< XAnimationNode >& newCh…
278 virtual sal_Int16 SAL_CALL getIterateType() throw (RuntimeException);
279 virtual void SAL_CALL setIterateType( sal_Int16 _iteratetype ) throw (RuntimeException);
280 virtual double SAL_CALL getIterateInterval() throw (RuntimeException);
281 virtual void SAL_CALL setIterateInterval( double _iterateinterval ) throw (RuntimeException);
284 …virtual void SAL_CALL addChangesListener( const Reference< XChangesListener >& aListener ) throw (…
285 …virtual void SAL_CALL removeChangesListener( const Reference< XChangesListener >& aListener ) thro…
288 …virtual ::sal_Int64 SAL_CALL getSomething( const Sequence< ::sal_Int8 >& aIdentifier ) throw (Runt…
366 virtual sal_Bool SAL_CALL hasMoreElements() throw (RuntimeException);
367 …virtual Any SAL_CALL nextElement( ) throw (NoSuchElementException, WrappedTargetException, Runtim…
391 sal_Bool SAL_CALL TimeContainerEnumeration::hasMoreElements() throw (RuntimeException) in hasMoreElements()
398 Any SAL_CALL TimeContainerEnumeration::nextElement() in nextElement()
520 Reference< XInterface > SAL_CALL createInstance_##N( const Reference< XComponentContext > & ) thro…
550 Any SAL_CALL AnimationNode::queryInterface( const Type& aType ) throw (RuntimeException) in queryInterface()
736 void SAL_CALL AnimationNode::acquire( ) throw () in acquire()
744 void SAL_CALL AnimationNode::release( ) throw () in release()
831 sal_Int16 SAL_CALL AnimationNode::getType() throw (RuntimeException) in getType()
840 Any SAL_CALL AnimationNode::getBegin() throw (RuntimeException) in getBegin()
849 void SAL_CALL AnimationNode::setBegin( const Any& _begin ) throw (RuntimeException) in setBegin()
862 Any SAL_CALL AnimationNode::getDuration() throw (RuntimeException) in getDuration()
871 void SAL_CALL AnimationNode::setDuration( const Any& _duration ) throw (RuntimeException) in setDuration()
884 Any SAL_CALL AnimationNode::getEnd() throw (RuntimeException) in getEnd()
893 void SAL_CALL AnimationNode::setEnd( const Any& _end ) throw (RuntimeException) in setEnd()
906 Any SAL_CALL AnimationNode::getEndSync() throw (RuntimeException) in getEndSync()
915 void SAL_CALL AnimationNode::setEndSync( const Any& _endsync ) throw (RuntimeException) in setEndSync()
928 Any SAL_CALL AnimationNode::getRepeatCount() throw (RuntimeException) in getRepeatCount()
937 void SAL_CALL AnimationNode::setRepeatCount( const Any& _repeatcount ) throw (RuntimeException) in setRepeatCount()
950 Any SAL_CALL AnimationNode::getRepeatDuration() throw (RuntimeException) in getRepeatDuration()
959 void SAL_CALL AnimationNode::setRepeatDuration( const Any& _repeatduration ) throw (RuntimeExceptio… in setRepeatDuration()
972 sal_Int16 SAL_CALL AnimationNode::getFill() throw (RuntimeException) in getFill()
981 void SAL_CALL AnimationNode::setFill( sal_Int16 _fill ) throw (RuntimeException) in setFill()
994 sal_Int16 SAL_CALL AnimationNode::getFillDefault() throw (RuntimeException) in getFillDefault()
1003 void SAL_CALL AnimationNode::setFillDefault( sal_Int16 _filldefault ) throw (RuntimeException) in setFillDefault()
1016 sal_Int16 SAL_CALL AnimationNode::getRestart() throw (RuntimeException) in getRestart()
1025 void SAL_CALL AnimationNode::setRestart( sal_Int16 _restart ) throw (RuntimeException) in setRestart()
1038 sal_Int16 SAL_CALL AnimationNode::getRestartDefault() throw (RuntimeException) in getRestartDefault()
1047 void SAL_CALL AnimationNode::setRestartDefault( sal_Int16 _restartdefault ) throw (RuntimeException) in setRestartDefault()
1060 double SAL_CALL AnimationNode::getAcceleration() throw (RuntimeException) in getAcceleration()
1069 void SAL_CALL AnimationNode::setAcceleration( double _acceleration ) throw (RuntimeException) in setAcceleration()
1082 double SAL_CALL AnimationNode::getDecelerate() throw (RuntimeException) in getDecelerate()
1091 void SAL_CALL AnimationNode::setDecelerate( double _decelerate ) throw (RuntimeException) in setDecelerate()
1104 sal_Bool SAL_CALL AnimationNode::getAutoReverse() throw (RuntimeException) in getAutoReverse()
1113 void SAL_CALL AnimationNode::setAutoReverse( sal_Bool _autoreverse ) throw (RuntimeException) in setAutoReverse()
1125 Sequence< NamedValue > SAL_CALL AnimationNode::getUserData() throw (RuntimeException) in getUserData()
1133 void SAL_CALL AnimationNode::setUserData( const Sequence< NamedValue >& _userdata ) throw (RuntimeE… in setUserData()
1143 Reference< XInterface > SAL_CALL AnimationNode::getParent() throw (RuntimeException) in getParent()
1152 void SAL_CALL AnimationNode::setParent( const Reference< XInterface >& Parent ) throw (NoSupportExc… in setParent()
1171 Reference< XCloneable > SAL_CALL AnimationNode::createClone() throw (RuntimeException) in createClone()
1217 Any SAL_CALL AnimationNode::getTarget() in getTarget()
1227 void SAL_CALL AnimationNode::setTarget( const Any& _target ) in setTarget()
1241 OUString SAL_CALL AnimationNode::getAttributeName() throw (RuntimeException) in getAttributeName()
1250 void SAL_CALL AnimationNode::setAttributeName( const OUString& _attribute ) in setAttributeName()
1264 Sequence< Any > SAL_CALL AnimationNode::getValues() in getValues()
1274 void SAL_CALL AnimationNode::setValues( const Sequence< Any >& _values ) in setValues()
1285 sal_Int16 SAL_CALL AnimationNode::getSubItem() throw (RuntimeException) in getSubItem()
1294 void SAL_CALL AnimationNode::setSubItem( sal_Int16 _subitem ) throw (RuntimeException) in setSubItem()
1307 Sequence< double > SAL_CALL AnimationNode::getKeyTimes() throw (RuntimeException) in getKeyTimes()
1316 void SAL_CALL AnimationNode::setKeyTimes( const Sequence< double >& _keytimes ) throw (RuntimeExcep… in setKeyTimes()
1326 sal_Int16 SAL_CALL AnimationNode::getValueType() throw (RuntimeException) in getValueType()
1334 void SAL_CALL AnimationNode::setValueType( sal_Int16 _valuetype ) throw (RuntimeException) in setValueType()
1347 sal_Int16 SAL_CALL AnimationNode::getCalcMode() in getCalcMode()
1357 void SAL_CALL AnimationNode::setCalcMode( sal_Int16 _calcmode ) in setCalcMode()
1371 sal_Bool SAL_CALL AnimationNode::getAccumulate() in getAccumulate()
1381 void SAL_CALL AnimationNode::setAccumulate( sal_Bool _accumulate ) in setAccumulate()
1395 sal_Int16 SAL_CALL AnimationNode::getAdditive() in getAdditive()
1405 void SAL_CALL AnimationNode::setAdditive( sal_Int16 _additive ) in setAdditive()
1419 Any SAL_CALL AnimationNode::getFrom() in getFrom()
1429 void SAL_CALL AnimationNode::setFrom( const Any& _from ) in setFrom()
1443 Any SAL_CALL AnimationNode::getTo() in getTo()
1453 void SAL_CALL AnimationNode::setTo( const Any& _to ) in setTo()
1467 Any SAL_CALL AnimationNode::getBy() in getBy()
1477 void SAL_CALL AnimationNode::setBy( const Any& _by ) in setBy()
1491 Sequence< TimeFilterPair > SAL_CALL AnimationNode::getTimeFilter() in getTimeFilter()
1501 void SAL_CALL AnimationNode::setTimeFilter( const Sequence< TimeFilterPair >& _timefilter ) in setTimeFilter()
1511 OUString SAL_CALL AnimationNode::getFormula() throw (RuntimeException) in getFormula()
1519 void SAL_CALL AnimationNode::setFormula( const OUString& _formula ) throw (RuntimeException) in setFormula()
1532 sal_Int16 SAL_CALL AnimationNode::getColorInterpolation() throw (RuntimeException) in getColorInterpolation()
1541 void SAL_CALL AnimationNode::setColorInterpolation( sal_Int16 _colorspace ) throw (RuntimeException) in setColorInterpolation()
1554 sal_Bool SAL_CALL AnimationNode::getDirection() throw (RuntimeException) in getDirection()
1563 void SAL_CALL AnimationNode::setDirection( sal_Bool _direction ) throw (RuntimeException) in setDirection()
1576 Any SAL_CALL AnimationNode::getPath() throw (RuntimeException) in getPath()
1585 void SAL_CALL AnimationNode::setPath( const Any& _path ) throw (RuntimeException) in setPath()
1595 Any SAL_CALL AnimationNode::getOrigin() throw (RuntimeException) in getOrigin()
1604 void SAL_CALL AnimationNode::setOrigin( const Any& _origin ) throw (RuntimeException) in setOrigin()
1614 sal_Int16 SAL_CALL AnimationNode::getTransformType() throw (RuntimeException) in getTransformType()
1623 void SAL_CALL AnimationNode::setTransformType( sal_Int16 _transformtype ) throw (RuntimeException) in setTransformType()
1636 sal_Int16 SAL_CALL AnimationNode::getTransition() throw (RuntimeException) in getTransition()
1645 void SAL_CALL AnimationNode::setTransition( sal_Int16 _transition ) throw (RuntimeException) in setTransition()
1658 sal_Int16 SAL_CALL AnimationNode::getSubtype() throw (RuntimeException) in getSubtype()
1667 void SAL_CALL AnimationNode::setSubtype( sal_Int16 _subtype ) throw (RuntimeException) in setSubtype()
1680 sal_Bool SAL_CALL AnimationNode::getMode() throw (RuntimeException) in getMode()
1689 void SAL_CALL AnimationNode::setMode( sal_Bool _mode ) throw (RuntimeException) in setMode()
1702 sal_Int32 SAL_CALL AnimationNode::getFadeColor() throw (RuntimeException) in getFadeColor()
1711 void SAL_CALL AnimationNode::setFadeColor( sal_Int32 _fadecolor ) throw (RuntimeException) in setFadeColor()
1724 Any SAL_CALL AnimationNode::getSource() throw (RuntimeException) in getSource()
1733 void SAL_CALL AnimationNode::setSource( const Any& _source ) throw (RuntimeException) in setSource()
1743 double SAL_CALL AnimationNode::getVolume() throw (RuntimeException) in getVolume()
1752 void SAL_CALL AnimationNode::setVolume( double _volume ) throw (RuntimeException) in setVolume()
1765 sal_Int16 SAL_CALL AnimationNode::getCommand() throw (RuntimeException) in getCommand()
1774 void SAL_CALL AnimationNode::setCommand( sal_Int16 _command ) throw (RuntimeException) in setCommand()
1787 Any SAL_CALL AnimationNode::getParameter() throw (RuntimeException) in getParameter()
1796 void SAL_CALL AnimationNode::setParameter( const Any& _parameter ) throw (RuntimeException) in setParameter()
1806 Type SAL_CALL AnimationNode::getElementType() throw (RuntimeException) in getElementType()
1814 sal_Bool SAL_CALL AnimationNode::hasElements() throw (RuntimeException) in hasElements()
1823 Reference< XEnumeration > SAL_CALL AnimationNode::createEnumeration() in createEnumeration()
1835 Reference< XAnimationNode > SAL_CALL AnimationNode::insertBefore( const Reference< XAnimationNode >… in insertBefore()
1861 Reference< XAnimationNode > SAL_CALL AnimationNode::insertAfter( const Reference< XAnimationNode >&… in insertAfter()
1891 Reference< XAnimationNode > SAL_CALL AnimationNode::replaceChild( const Reference< XAnimationNode >… in replaceChild()
1920 Reference< XAnimationNode > SAL_CALL AnimationNode::removeChild( const Reference< XAnimationNode >&… in removeChild()
1943 Reference< XAnimationNode > SAL_CALL AnimationNode::appendChild( const Reference< XAnimationNode >&… in appendChild()
1970 sal_Int16 SAL_CALL AnimationNode::getIterateType() throw (RuntimeException) in getIterateType()
1979 void SAL_CALL AnimationNode::setIterateType( sal_Int16 _iteratetype ) throw (RuntimeException) in setIterateType()
1992 double SAL_CALL AnimationNode::getIterateInterval() throw (RuntimeException) in getIterateInterval()
2001 void SAL_CALL AnimationNode::setIterateInterval( double _iterateinterval ) throw (RuntimeException) in setIterateInterval()
2014 void SAL_CALL AnimationNode::addChangesListener( const Reference< XChangesListener >& aListener ) t… in addChangesListener()
2022 void SAL_CALL AnimationNode::removeChangesListener( const Reference< XChangesListener >& aListener … in removeChangesListener()
2030 ::sal_Int64 SAL_CALL AnimationNode::getSomething( const Sequence< ::sal_Int8 >& rId ) throw (Runtim… in getSomething()