summaryrefslogtreecommitdiff
path: root/animations
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 18:16:42 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 08:18:05 +0000
commita238b1f8d304bf1e2ffb357937f3ec888ee8ac89 (patch)
tree083c0582d4bf80e313ed256ca476ba8f69c7f7a6 /animations
parent538f276ae0414ea34ede6090b5f56e8fecd6fc65 (diff)
Remove excess newlines
A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'animations')
-rw-r--r--animations/source/animcore/animcore.cxx113
1 files changed, 0 insertions, 113 deletions
diff --git a/animations/source/animcore/animcore.cxx b/animations/source/animcore/animcore.cxx
index e4771a19170d..94a0dc92488b 100644
--- a/animations/source/animcore/animcore.cxx
+++ b/animations/source/animcore/animcore.cxx
@@ -100,11 +100,9 @@ namespace animcore
{
-
typedef ::std::list< Reference< XAnimationNode > > ChildList_t;
-
class AnimationNodeBase : public XAnimateMotion,
public XAnimateColor,
public XTransitionFilter,
@@ -350,7 +348,6 @@ private:
};
-
class TimeContainerEnumeration : public ::cppu::WeakImplHelper< XEnumeration >
{
public:
@@ -402,7 +399,6 @@ Any SAL_CALL TimeContainerEnumeration::nextElement()
}
-
Sequence< Type >* AnimationNode::mpTypes[] = { nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr };
AnimationNode::AnimationNode( sal_Int16 nNodeType )
@@ -723,7 +719,6 @@ Any SAL_CALL AnimationNode::queryInterface( const Type& aType ) throw (RuntimeEx
}
-
void AnimationNode::initTypeProvider( sal_Int16 nNodeType ) throw()
{
::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );
@@ -800,7 +795,6 @@ void AnimationNode::initTypeProvider( sal_Int16 nNodeType ) throw()
}
-
Sequence< Type > AnimationNode::getTypes() throw (RuntimeException, std::exception)
{
if (! mpTypes[mnNodeType])
@@ -815,7 +809,6 @@ Sequence< sal_Int8 > AnimationNode::getImplementationId() throw (RuntimeExceptio
}
-
// XInterface
void SAL_CALL AnimationNode::acquire( ) throw ()
{
@@ -823,7 +816,6 @@ void SAL_CALL AnimationNode::acquire( ) throw ()
}
-
// XInterface
void SAL_CALL AnimationNode::release( ) throw ()
{
@@ -831,7 +823,6 @@ void SAL_CALL AnimationNode::release( ) throw ()
}
-
// XServiceInfo
OUString AnimationNode::getImplementationName() throw(std::exception)
{
@@ -901,7 +892,6 @@ Sequence< OUString > AnimationNode::getSupportedServiceNames() throw(std::except
}
-
// XAnimationNode
sal_Int16 SAL_CALL AnimationNode::getType() throw (RuntimeException, std::exception)
{
@@ -910,7 +900,6 @@ sal_Int16 SAL_CALL AnimationNode::getType() throw (RuntimeException, std::except
}
-
// XAnimationNode
Any SAL_CALL AnimationNode::getBegin() throw (RuntimeException, std::exception)
{
@@ -919,7 +908,6 @@ Any SAL_CALL AnimationNode::getBegin() throw (RuntimeException, std::exception)
}
-
// XAnimationNode
void SAL_CALL AnimationNode::setBegin( const Any& _begin ) throw (RuntimeException, std::exception)
{
@@ -932,7 +920,6 @@ void SAL_CALL AnimationNode::setBegin( const Any& _begin ) throw (RuntimeExcepti
}
-
// XAnimationNode
Any SAL_CALL AnimationNode::getDuration() throw (RuntimeException, std::exception)
{
@@ -941,7 +928,6 @@ Any SAL_CALL AnimationNode::getDuration() throw (RuntimeException, std::exceptio
}
-
// XAnimationNode
void SAL_CALL AnimationNode::setDuration( const Any& _duration ) throw (RuntimeException, std::exception)
{
@@ -954,7 +940,6 @@ void SAL_CALL AnimationNode::setDuration( const Any& _duration ) throw (RuntimeE
}
-
// XAnimationNode
Any SAL_CALL AnimationNode::getEnd() throw (RuntimeException, std::exception)
{
@@ -963,7 +948,6 @@ Any SAL_CALL AnimationNode::getEnd() throw (RuntimeException, std::exception)
}
-
// XAnimationNode
void SAL_CALL AnimationNode::setEnd( const Any& _end ) throw (RuntimeException, std::exception)
{
@@ -976,7 +960,6 @@ void SAL_CALL AnimationNode::setEnd( const Any& _end ) throw (RuntimeException,
}
-
// XAnimationNode
Any SAL_CALL AnimationNode::getEndSync() throw (RuntimeException, std::exception)
{
@@ -985,7 +968,6 @@ Any SAL_CALL AnimationNode::getEndSync() throw (RuntimeException, std::exception
}
-
// XAnimationNode
void SAL_CALL AnimationNode::setEndSync( const Any& _endsync ) throw (RuntimeException, std::exception)
{
@@ -998,7 +980,6 @@ void SAL_CALL AnimationNode::setEndSync( const Any& _endsync ) throw (RuntimeExc
}
-
// XAnimationNode
Any SAL_CALL AnimationNode::getRepeatCount() throw (RuntimeException, std::exception)
{
@@ -1007,7 +988,6 @@ Any SAL_CALL AnimationNode::getRepeatCount() throw (RuntimeException, std::excep
}
-
// XAnimationNode
void SAL_CALL AnimationNode::setRepeatCount( const Any& _repeatcount ) throw (RuntimeException, std::exception)
{
@@ -1020,7 +1000,6 @@ void SAL_CALL AnimationNode::setRepeatCount( const Any& _repeatcount ) throw (Ru
}
-
// XAnimationNode
Any SAL_CALL AnimationNode::getRepeatDuration() throw (RuntimeException, std::exception)
{
@@ -1029,7 +1008,6 @@ Any SAL_CALL AnimationNode::getRepeatDuration() throw (RuntimeException, std::ex
}
-
// XAnimationNode
void SAL_CALL AnimationNode::setRepeatDuration( const Any& _repeatduration ) throw (RuntimeException, std::exception)
{
@@ -1042,7 +1020,6 @@ void SAL_CALL AnimationNode::setRepeatDuration( const Any& _repeatduration ) thr
}
-
// XAnimationNode
sal_Int16 SAL_CALL AnimationNode::getFill() throw (RuntimeException, std::exception)
{
@@ -1051,7 +1028,6 @@ sal_Int16 SAL_CALL AnimationNode::getFill() throw (RuntimeException, std::except
}
-
// XAnimationNode
void SAL_CALL AnimationNode::setFill( sal_Int16 _fill ) throw (RuntimeException, std::exception)
{
@@ -1064,7 +1040,6 @@ void SAL_CALL AnimationNode::setFill( sal_Int16 _fill ) throw (RuntimeException,
}
-
// XAnimationNode
sal_Int16 SAL_CALL AnimationNode::getFillDefault() throw (RuntimeException, std::exception)
{
@@ -1073,7 +1048,6 @@ sal_Int16 SAL_CALL AnimationNode::getFillDefault() throw (RuntimeException, std:
}
-
// XAnimationNode
void SAL_CALL AnimationNode::setFillDefault( sal_Int16 _filldefault ) throw (RuntimeException, std::exception)
{
@@ -1086,7 +1060,6 @@ void SAL_CALL AnimationNode::setFillDefault( sal_Int16 _filldefault ) throw (Run
}
-
// XAnimationNode
sal_Int16 SAL_CALL AnimationNode::getRestart() throw (RuntimeException, std::exception)
{
@@ -1095,7 +1068,6 @@ sal_Int16 SAL_CALL AnimationNode::getRestart() throw (RuntimeException, std::exc
}
-
// XAnimationNode
void SAL_CALL AnimationNode::setRestart( sal_Int16 _restart ) throw (RuntimeException, std::exception)
{
@@ -1108,7 +1080,6 @@ void SAL_CALL AnimationNode::setRestart( sal_Int16 _restart ) throw (RuntimeExce
}
-
// XAnimationNode
sal_Int16 SAL_CALL AnimationNode::getRestartDefault() throw (RuntimeException, std::exception)
{
@@ -1117,7 +1088,6 @@ sal_Int16 SAL_CALL AnimationNode::getRestartDefault() throw (RuntimeException, s
}
-
// XAnimationNode
void SAL_CALL AnimationNode::setRestartDefault( sal_Int16 _restartdefault ) throw (RuntimeException, std::exception)
{
@@ -1130,7 +1100,6 @@ void SAL_CALL AnimationNode::setRestartDefault( sal_Int16 _restartdefault ) thro
}
-
// XAnimationNode
double SAL_CALL AnimationNode::getAcceleration() throw (RuntimeException, std::exception)
{
@@ -1139,7 +1108,6 @@ double SAL_CALL AnimationNode::getAcceleration() throw (RuntimeException, std::e
}
-
// XAnimationNode
void SAL_CALL AnimationNode::setAcceleration( double _acceleration ) throw (RuntimeException, std::exception)
{
@@ -1152,7 +1120,6 @@ void SAL_CALL AnimationNode::setAcceleration( double _acceleration ) throw (Runt
}
-
// XAnimationNode
double SAL_CALL AnimationNode::getDecelerate() throw (RuntimeException, std::exception)
{
@@ -1161,7 +1128,6 @@ double SAL_CALL AnimationNode::getDecelerate() throw (RuntimeException, std::exc
}
-
// XAnimationNode
void SAL_CALL AnimationNode::setDecelerate( double _decelerate ) throw (RuntimeException, std::exception)
{
@@ -1174,7 +1140,6 @@ void SAL_CALL AnimationNode::setDecelerate( double _decelerate ) throw (RuntimeE
}
-
// XAnimationNode
sal_Bool SAL_CALL AnimationNode::getAutoReverse() throw (RuntimeException, std::exception)
{
@@ -1183,7 +1148,6 @@ sal_Bool SAL_CALL AnimationNode::getAutoReverse() throw (RuntimeException, std::
}
-
// XAnimationNode
void SAL_CALL AnimationNode::setAutoReverse( sal_Bool _autoreverse ) throw (RuntimeException, std::exception)
{
@@ -1196,7 +1160,6 @@ void SAL_CALL AnimationNode::setAutoReverse( sal_Bool _autoreverse ) throw (Runt
}
-
Sequence< NamedValue > SAL_CALL AnimationNode::getUserData() throw (RuntimeException, std::exception)
{
Guard< Mutex > aGuard( maMutex );
@@ -1204,7 +1167,6 @@ Sequence< NamedValue > SAL_CALL AnimationNode::getUserData() throw (RuntimeExcep
}
-
void SAL_CALL AnimationNode::setUserData( const Sequence< NamedValue >& _userdata ) throw (RuntimeException, std::exception)
{
Guard< Mutex > aGuard( maMutex );
@@ -1213,7 +1175,6 @@ void SAL_CALL AnimationNode::setUserData( const Sequence< NamedValue >& _userdat
}
-
// XChild
Reference< XInterface > SAL_CALL AnimationNode::getParent() throw (RuntimeException, std::exception)
{
@@ -1222,7 +1183,6 @@ Reference< XInterface > SAL_CALL AnimationNode::getParent() throw (RuntimeExcept
}
-
// XChild
void SAL_CALL AnimationNode::setParent( const Reference< XInterface >& Parent ) throw (NoSupportException, RuntimeException, std::exception)
{
@@ -1241,7 +1201,6 @@ void SAL_CALL AnimationNode::setParent( const Reference< XInterface >& Parent )
}
-
// XCloneable
Reference< XCloneable > SAL_CALL AnimationNode::createClone() throw (RuntimeException, std::exception)
{
@@ -1285,7 +1244,6 @@ Reference< XCloneable > SAL_CALL AnimationNode::createClone() throw (RuntimeExce
}
-
// XAnimate
Any SAL_CALL AnimationNode::getTarget()
throw (RuntimeException, std::exception)
@@ -1295,7 +1253,6 @@ Any SAL_CALL AnimationNode::getTarget()
}
-
// XAnimate
void SAL_CALL AnimationNode::setTarget( const Any& _target )
throw (RuntimeException, std::exception)
@@ -1309,7 +1266,6 @@ void SAL_CALL AnimationNode::setTarget( const Any& _target )
}
-
// XAnimate
OUString SAL_CALL AnimationNode::getAttributeName() throw (RuntimeException, std::exception)
{
@@ -1318,7 +1274,6 @@ OUString SAL_CALL AnimationNode::getAttributeName() throw (RuntimeException, std
}
-
// XAnimate
void SAL_CALL AnimationNode::setAttributeName( const OUString& _attribute )
throw (RuntimeException, std::exception)
@@ -1332,7 +1287,6 @@ void SAL_CALL AnimationNode::setAttributeName( const OUString& _attribute )
}
-
// XAnimate
Sequence< Any > SAL_CALL AnimationNode::getValues()
throw (RuntimeException, std::exception)
@@ -1342,7 +1296,6 @@ Sequence< Any > SAL_CALL AnimationNode::getValues()
}
-
// XAnimate
void SAL_CALL AnimationNode::setValues( const Sequence< Any >& _values )
throw (RuntimeException, std::exception)
@@ -1353,7 +1306,6 @@ void SAL_CALL AnimationNode::setValues( const Sequence< Any >& _values )
}
-
// XAnimate
sal_Int16 SAL_CALL AnimationNode::getSubItem() throw (RuntimeException, std::exception)
{
@@ -1362,7 +1314,6 @@ sal_Int16 SAL_CALL AnimationNode::getSubItem() throw (RuntimeException, std::exc
}
-
// XAnimate
void SAL_CALL AnimationNode::setSubItem( sal_Int16 _subitem ) throw (RuntimeException, std::exception)
{
@@ -1375,7 +1326,6 @@ void SAL_CALL AnimationNode::setSubItem( sal_Int16 _subitem ) throw (RuntimeExce
}
-
// XAnimate
Sequence< double > SAL_CALL AnimationNode::getKeyTimes() throw (RuntimeException, std::exception)
{
@@ -1384,7 +1334,6 @@ Sequence< double > SAL_CALL AnimationNode::getKeyTimes() throw (RuntimeException
}
-
// XAnimate
void SAL_CALL AnimationNode::setKeyTimes( const Sequence< double >& _keytimes ) throw (RuntimeException, std::exception)
{
@@ -1394,7 +1343,6 @@ void SAL_CALL AnimationNode::setKeyTimes( const Sequence< double >& _keytimes )
}
-
// XAnimate
sal_Int16 SAL_CALL AnimationNode::getValueType() throw (RuntimeException, std::exception)
{
@@ -1403,7 +1351,6 @@ sal_Int16 SAL_CALL AnimationNode::getValueType() throw (RuntimeException, std::e
}
-
void SAL_CALL AnimationNode::setValueType( sal_Int16 _valuetype ) throw (RuntimeException, std::exception)
{
Guard< Mutex > aGuard( maMutex );
@@ -1415,7 +1362,6 @@ void SAL_CALL AnimationNode::setValueType( sal_Int16 _valuetype ) throw (Runtime
}
-
// XAnimate
sal_Int16 SAL_CALL AnimationNode::getCalcMode()
throw (RuntimeException, std::exception)
@@ -1425,7 +1371,6 @@ sal_Int16 SAL_CALL AnimationNode::getCalcMode()
}
-
// XAnimate
void SAL_CALL AnimationNode::setCalcMode( sal_Int16 _calcmode )
throw (RuntimeException, std::exception)
@@ -1439,7 +1384,6 @@ void SAL_CALL AnimationNode::setCalcMode( sal_Int16 _calcmode )
}
-
// XAnimate
sal_Bool SAL_CALL AnimationNode::getAccumulate()
throw (RuntimeException, std::exception)
@@ -1449,7 +1393,6 @@ sal_Bool SAL_CALL AnimationNode::getAccumulate()
}
-
// XAnimate
void SAL_CALL AnimationNode::setAccumulate( sal_Bool _accumulate )
throw (RuntimeException, std::exception)
@@ -1463,7 +1406,6 @@ void SAL_CALL AnimationNode::setAccumulate( sal_Bool _accumulate )
}
-
// XAnimate
sal_Int16 SAL_CALL AnimationNode::getAdditive()
throw (RuntimeException, std::exception)
@@ -1473,7 +1415,6 @@ sal_Int16 SAL_CALL AnimationNode::getAdditive()
}
-
// XAnimate
void SAL_CALL AnimationNode::setAdditive( sal_Int16 _additive )
throw (RuntimeException, std::exception)
@@ -1487,7 +1428,6 @@ void SAL_CALL AnimationNode::setAdditive( sal_Int16 _additive )
}
-
// XAnimate
Any SAL_CALL AnimationNode::getFrom()
throw (RuntimeException, std::exception)
@@ -1497,7 +1437,6 @@ Any SAL_CALL AnimationNode::getFrom()
}
-
// XAnimate
void SAL_CALL AnimationNode::setFrom( const Any& _from )
throw (RuntimeException, std::exception)
@@ -1511,7 +1450,6 @@ void SAL_CALL AnimationNode::setFrom( const Any& _from )
}
-
// XAnimate
Any SAL_CALL AnimationNode::getTo()
throw (RuntimeException, std::exception)
@@ -1521,7 +1459,6 @@ Any SAL_CALL AnimationNode::getTo()
}
-
// XAnimate
void SAL_CALL AnimationNode::setTo( const Any& _to )
throw (RuntimeException, std::exception)
@@ -1535,7 +1472,6 @@ void SAL_CALL AnimationNode::setTo( const Any& _to )
}
-
// XAnimate
Any SAL_CALL AnimationNode::getBy()
throw (RuntimeException, std::exception)
@@ -1545,7 +1481,6 @@ Any SAL_CALL AnimationNode::getBy()
}
-
// XAnimate
void SAL_CALL AnimationNode::setBy( const Any& _by )
throw (RuntimeException, std::exception)
@@ -1559,7 +1494,6 @@ void SAL_CALL AnimationNode::setBy( const Any& _by )
}
-
// XAnimate
Sequence< TimeFilterPair > SAL_CALL AnimationNode::getTimeFilter()
throw (RuntimeException, std::exception)
@@ -1569,7 +1503,6 @@ Sequence< TimeFilterPair > SAL_CALL AnimationNode::getTimeFilter()
}
-
// XAnimate
void SAL_CALL AnimationNode::setTimeFilter( const Sequence< TimeFilterPair >& _timefilter )
throw (RuntimeException, std::exception)
@@ -1580,7 +1513,6 @@ void SAL_CALL AnimationNode::setTimeFilter( const Sequence< TimeFilterPair >& _t
}
-
OUString SAL_CALL AnimationNode::getFormula() throw (RuntimeException, std::exception)
{
Guard< Mutex > aGuard( maMutex );
@@ -1588,7 +1520,6 @@ OUString SAL_CALL AnimationNode::getFormula() throw (RuntimeException, std::exce
}
-
void SAL_CALL AnimationNode::setFormula( const OUString& _formula ) throw (RuntimeException, std::exception)
{
Guard< Mutex > aGuard( maMutex );
@@ -1600,7 +1531,6 @@ void SAL_CALL AnimationNode::setFormula( const OUString& _formula ) throw (Runti
}
-
// XAnimateColor
sal_Int16 SAL_CALL AnimationNode::getColorInterpolation() throw (RuntimeException, std::exception)
{
@@ -1609,7 +1539,6 @@ sal_Int16 SAL_CALL AnimationNode::getColorInterpolation() throw (RuntimeExceptio
}
-
// XAnimateColor
void SAL_CALL AnimationNode::setColorInterpolation( sal_Int16 _colorspace ) throw (RuntimeException, std::exception)
{
@@ -1622,7 +1551,6 @@ void SAL_CALL AnimationNode::setColorInterpolation( sal_Int16 _colorspace ) thro
}
-
// XAnimateColor
sal_Bool SAL_CALL AnimationNode::getDirection() throw (RuntimeException, std::exception)
{
@@ -1631,7 +1559,6 @@ sal_Bool SAL_CALL AnimationNode::getDirection() throw (RuntimeException, std::ex
}
-
// XAnimateColor
void SAL_CALL AnimationNode::setDirection( sal_Bool _direction ) throw (RuntimeException, std::exception)
{
@@ -1644,7 +1571,6 @@ void SAL_CALL AnimationNode::setDirection( sal_Bool _direction ) throw (RuntimeE
}
-
// XAnimateMotion
Any SAL_CALL AnimationNode::getPath() throw (RuntimeException, std::exception)
{
@@ -1653,7 +1579,6 @@ Any SAL_CALL AnimationNode::getPath() throw (RuntimeException, std::exception)
}
-
// XAnimateMotion
void SAL_CALL AnimationNode::setPath( const Any& _path ) throw (RuntimeException, std::exception)
{
@@ -1663,7 +1588,6 @@ void SAL_CALL AnimationNode::setPath( const Any& _path ) throw (RuntimeException
}
-
// XAnimateMotion
Any SAL_CALL AnimationNode::getOrigin() throw (RuntimeException, std::exception)
{
@@ -1672,7 +1596,6 @@ Any SAL_CALL AnimationNode::getOrigin() throw (RuntimeException, std::exception)
}
-
// XAnimateMotion
void SAL_CALL AnimationNode::setOrigin( const Any& _origin ) throw (RuntimeException, std::exception)
{
@@ -1682,7 +1605,6 @@ void SAL_CALL AnimationNode::setOrigin( const Any& _origin ) throw (RuntimeExcep
}
-
// XAnimateTransform
sal_Int16 SAL_CALL AnimationNode::getTransformType() throw (RuntimeException, std::exception)
{
@@ -1691,7 +1613,6 @@ sal_Int16 SAL_CALL AnimationNode::getTransformType() throw (RuntimeException, st
}
-
// XAnimateTransform
void SAL_CALL AnimationNode::setTransformType( sal_Int16 _transformtype ) throw (RuntimeException, std::exception)
{
@@ -1704,7 +1625,6 @@ void SAL_CALL AnimationNode::setTransformType( sal_Int16 _transformtype ) throw
}
-
// XTransitionFilter
sal_Int16 SAL_CALL AnimationNode::getTransition() throw (RuntimeException, std::exception)
{
@@ -1713,7 +1633,6 @@ sal_Int16 SAL_CALL AnimationNode::getTransition() throw (RuntimeException, std::
}
-
// XTransitionFilter
void SAL_CALL AnimationNode::setTransition( sal_Int16 _transition ) throw (RuntimeException, std::exception)
{
@@ -1726,7 +1645,6 @@ void SAL_CALL AnimationNode::setTransition( sal_Int16 _transition ) throw (Runti
}
-
// XTransitionFilter
sal_Int16 SAL_CALL AnimationNode::getSubtype() throw (RuntimeException, std::exception)
{
@@ -1735,7 +1653,6 @@ sal_Int16 SAL_CALL AnimationNode::getSubtype() throw (RuntimeException, std::exc
}
-
// XTransitionFilter
void SAL_CALL AnimationNode::setSubtype( sal_Int16 _subtype ) throw (RuntimeException, std::exception)
{
@@ -1748,7 +1665,6 @@ void SAL_CALL AnimationNode::setSubtype( sal_Int16 _subtype ) throw (RuntimeExce
}
-
// XTransitionFilter
sal_Bool SAL_CALL AnimationNode::getMode() throw (RuntimeException, std::exception)
{
@@ -1757,7 +1673,6 @@ sal_Bool SAL_CALL AnimationNode::getMode() throw (RuntimeException, std::excepti
}
-
// XTransitionFilter
void SAL_CALL AnimationNode::setMode( sal_Bool _mode ) throw (RuntimeException, std::exception)
{
@@ -1770,7 +1685,6 @@ void SAL_CALL AnimationNode::setMode( sal_Bool _mode ) throw (RuntimeException,
}
-
// XTransitionFilter
sal_Int32 SAL_CALL AnimationNode::getFadeColor() throw (RuntimeException, std::exception)
{
@@ -1779,7 +1693,6 @@ sal_Int32 SAL_CALL AnimationNode::getFadeColor() throw (RuntimeException, std::e
}
-
// XTransitionFilter
void SAL_CALL AnimationNode::setFadeColor( sal_Int32 _fadecolor ) throw (RuntimeException, std::exception)
{
@@ -1792,7 +1705,6 @@ void SAL_CALL AnimationNode::setFadeColor( sal_Int32 _fadecolor ) throw (Runtime
}
-
// XAudio
Any SAL_CALL AnimationNode::getSource() throw (RuntimeException, std::exception)
{
@@ -1801,7 +1713,6 @@ Any SAL_CALL AnimationNode::getSource() throw (RuntimeException, std::exception)
}
-
// XAudio
void SAL_CALL AnimationNode::setSource( const Any& _source ) throw (RuntimeException, std::exception)
{
@@ -1811,7 +1722,6 @@ void SAL_CALL AnimationNode::setSource( const Any& _source ) throw (RuntimeExcep
}
-
// XAudio
double SAL_CALL AnimationNode::getVolume() throw (RuntimeException, std::exception)
{
@@ -1820,7 +1730,6 @@ double SAL_CALL AnimationNode::getVolume() throw (RuntimeException, std::excepti
}
-
// XAudio
void SAL_CALL AnimationNode::setVolume( double _volume ) throw (RuntimeException, std::exception)
{
@@ -1833,7 +1742,6 @@ void SAL_CALL AnimationNode::setVolume( double _volume ) throw (RuntimeException
}
-
// XCommand
sal_Int16 SAL_CALL AnimationNode::getCommand() throw (RuntimeException, std::exception)
{
@@ -1842,7 +1750,6 @@ sal_Int16 SAL_CALL AnimationNode::getCommand() throw (RuntimeException, std::exc
}
-
// XCommand
void SAL_CALL AnimationNode::setCommand( sal_Int16 _command ) throw (RuntimeException, std::exception)
{
@@ -1855,7 +1762,6 @@ void SAL_CALL AnimationNode::setCommand( sal_Int16 _command ) throw (RuntimeExce
}
-
// XCommand
Any SAL_CALL AnimationNode::getParameter() throw (RuntimeException, std::exception)
{
@@ -1864,7 +1770,6 @@ Any SAL_CALL AnimationNode::getParameter() throw (RuntimeException, std::excepti
}
-
// XCommand
void SAL_CALL AnimationNode::setParameter( const Any& _parameter ) throw (RuntimeException, std::exception)
{
@@ -1874,7 +1779,6 @@ void SAL_CALL AnimationNode::setParameter( const Any& _parameter ) throw (Runtim
}
-
// XElementAccess
Type SAL_CALL AnimationNode::getElementType() throw (RuntimeException, std::exception)
{
@@ -1882,7 +1786,6 @@ Type SAL_CALL AnimationNode::getElementType() throw (RuntimeException, std::exce
}
-
// XElementAccess
sal_Bool SAL_CALL AnimationNode::hasElements() throw (RuntimeException, std::exception)
{
@@ -1891,7 +1794,6 @@ sal_Bool SAL_CALL AnimationNode::hasElements() throw (RuntimeException, std::exc
}
-
// XEnumerationAccess
Reference< XEnumeration > SAL_CALL AnimationNode::createEnumeration()
throw (RuntimeException, std::exception)
@@ -1902,8 +1804,6 @@ Reference< XEnumeration > SAL_CALL AnimationNode::createEnumeration()
}
-
-
// XTimeContainer
Reference< XAnimationNode > SAL_CALL AnimationNode::insertBefore( const Reference< XAnimationNode >& newChild, const Reference< XAnimationNode >& refChild )
throw (IllegalArgumentException, NoSuchElementException, ElementExistException, WrappedTargetException, RuntimeException, std::exception)
@@ -1929,7 +1829,6 @@ Reference< XAnimationNode > SAL_CALL AnimationNode::insertBefore( const Referenc
}
-
// XTimeContainer
Reference< XAnimationNode > SAL_CALL AnimationNode::insertAfter( const Reference< XAnimationNode >& newChild, const Reference< XAnimationNode >& refChild )
throw (IllegalArgumentException, NoSuchElementException, ElementExistException, WrappedTargetException, RuntimeException, std::exception)
@@ -1959,7 +1858,6 @@ Reference< XAnimationNode > SAL_CALL AnimationNode::insertAfter( const Reference
}
-
// XTimeContainer
Reference< XAnimationNode > SAL_CALL AnimationNode::replaceChild( const Reference< XAnimationNode >& newChild, const Reference< XAnimationNode >& oldChild )
throw( IllegalArgumentException, NoSuchElementException, ElementExistException, WrappedTargetException, RuntimeException, std::exception)
@@ -1988,7 +1886,6 @@ Reference< XAnimationNode > SAL_CALL AnimationNode::replaceChild( const Referenc
}
-
// XTimeContainer
Reference< XAnimationNode > SAL_CALL AnimationNode::removeChild( const Reference< XAnimationNode >& oldChild )
throw(IllegalArgumentException, NoSuchElementException, WrappedTargetException, RuntimeException, std::exception)
@@ -2011,7 +1908,6 @@ Reference< XAnimationNode > SAL_CALL AnimationNode::removeChild( const Reference
}
-
// XTimeContainer
Reference< XAnimationNode > SAL_CALL AnimationNode::appendChild( const Reference< XAnimationNode >& newChild )
throw(IllegalArgumentException, ElementExistException, WrappedTargetException, RuntimeException, std::exception)
@@ -2038,7 +1934,6 @@ Reference< XAnimationNode > SAL_CALL AnimationNode::appendChild( const Reference
}
-
// XIterateContainer
sal_Int16 SAL_CALL AnimationNode::getIterateType() throw (RuntimeException, std::exception)
{
@@ -2047,7 +1942,6 @@ sal_Int16 SAL_CALL AnimationNode::getIterateType() throw (RuntimeException, std:
}
-
// XIterateContainer
void SAL_CALL AnimationNode::setIterateType( sal_Int16 _iteratetype ) throw (RuntimeException, std::exception)
{
@@ -2060,7 +1954,6 @@ void SAL_CALL AnimationNode::setIterateType( sal_Int16 _iteratetype ) throw (Run
}
-
// XIterateContainer
double SAL_CALL AnimationNode::getIterateInterval() throw (RuntimeException, std::exception)
{
@@ -2069,7 +1962,6 @@ double SAL_CALL AnimationNode::getIterateInterval() throw (RuntimeException, std
}
-
// XIterateContainer
void SAL_CALL AnimationNode::setIterateInterval( double _iterateinterval ) throw (RuntimeException, std::exception)
{
@@ -2082,7 +1974,6 @@ void SAL_CALL AnimationNode::setIterateInterval( double _iterateinterval ) throw
}
-
// XChangesNotifier
void SAL_CALL AnimationNode::addChangesListener( const Reference< XChangesListener >& aListener ) throw (RuntimeException, std::exception)
{
@@ -2090,7 +1981,6 @@ void SAL_CALL AnimationNode::addChangesListener( const Reference< XChangesListen
}
-
// XChangesNotifier
void SAL_CALL AnimationNode::removeChangesListener( const Reference< XChangesListener >& aListener ) throw (RuntimeException, std::exception)
{
@@ -2098,7 +1988,6 @@ void SAL_CALL AnimationNode::removeChangesListener( const Reference< XChangesLis
}
-
// XUnoTunnel
::sal_Int64 SAL_CALL AnimationNode::getSomething( const Sequence< ::sal_Int8 >& rId ) throw (RuntimeException, std::exception)
{
@@ -2124,7 +2013,6 @@ const css::uno::Sequence< sal_Int8 > & AnimationNode::getUnoTunnelId()
}
-
void AnimationNode::fireChangeListener()
{
Guard< Mutex > aGuard( maMutex );
@@ -2153,7 +2041,6 @@ void AnimationNode::fireChangeListener()
}
-
} // namespace animcore