Lines Matching refs:AnimationNode

131 class AnimationNode : public AnimationNodeBase  class
134 AnimationNode( sal_Int16 nNodeType );
135 AnimationNode( const AnimationNode& rNode );
136 virtual ~AnimationNode();
313 AnimationNode* mpParent;
411 Sequence< Type >* AnimationNode::mpTypes[] = { NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL…
412 Sequence< sal_Int8 >* AnimationNode::mpId[] = { NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NUL…
414 AnimationNode::AnimationNode( sal_Int16 nNodeType ) in AnimationNode() function in animcore::AnimationNode
445 AnimationNode::AnimationNode( const AnimationNode& rNode ) in AnimationNode() function in animcore::AnimationNode
513 AnimationNode::~AnimationNode() in ~AnimationNode()
522 …return Reference < XInterface > ( SAL_STATIC_CAST( ::cppu::OWeakObject * , new AnimationNode( N ) …
550 Any SAL_CALL AnimationNode::queryInterface( const Type& aType ) throw (RuntimeException) in queryInterface()
637 void AnimationNode::initTypeProvider( sal_Int16 nNodeType ) throw() in initTypeProvider()
718 Sequence< Type > AnimationNode::getTypes() throw (RuntimeException) in getTypes()
726 Sequence< sal_Int8 > AnimationNode::getImplementationId() throw (RuntimeException) in getImplementationId()
736 void SAL_CALL AnimationNode::acquire( ) throw () in acquire()
744 void SAL_CALL AnimationNode::release( ) throw () in release()
752 OUString AnimationNode::getImplementationName() throw() in getImplementationName()
785 sal_Bool AnimationNode::supportsService(const OUString& ServiceName) throw() in supportsService()
800 Sequence< OUString > AnimationNode::getSupportedServiceNames(void) throw() in getSupportedServiceNames()
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()
1162 …mpParent = reinterpret_cast< AnimationNode* >( sal::static_int_cast< sal_IntPtr >(xTunnel->getSome… in setParent()
1171 Reference< XCloneable > SAL_CALL AnimationNode::createClone() throw (RuntimeException) in createClone()
1178 xNewNode = new AnimationNode( *this ); 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()
2045 const ::com::sun::star::uno::Sequence< sal_Int8 > & AnimationNode::getUnoTunnelId() in getUnoTunnelId()
2063 void AnimationNode::fireChangeListener() in fireChangeListener()