Home
last modified time | relevance | path

Searched refs:AnimationNode (Results 1 – 20 of 20) sorted by relevance

/AOO41X/main/slideshow/source/engine/animationnodes/
H A Dbasenode.cxx72 AnimationNode::INVALID, in getStateTransitionTable()
73 AnimationNode::RESOLVED|AnimationNode::ENDED, // active successors for UNRESOLVED in getStateTransitionTable()
74 AnimationNode::ACTIVE|AnimationNode::ENDED, // active successors for RESOLVED in getStateTransitionTable()
75 AnimationNode::INVALID, in getStateTransitionTable()
76AnimationNode::ENDED, // active successors for ACTIVE: no freeze here in getStateTransitionTable()
77 AnimationNode::INVALID, in getStateTransitionTable()
78 AnimationNode::INVALID, in getStateTransitionTable()
79 AnimationNode::INVALID, in getStateTransitionTable()
80AnimationNode::INVALID, // active successors for FROZEN: this state is unr… in getStateTransitionTable()
81 AnimationNode::INVALID, in getStateTransitionTable()
[all …]
H A Dbasecontainernode.cxx69 boost::mem_fn(&AnimationNode::init) ) == in init_st()
77 forEachChildNode( boost::mem_fn(&AnimationNode::deactivate), in deactivate_st()
82 forEachChildNode( boost::mem_fn(&AnimationNode::end), ~ENDED ); in deactivate_st()
94 boost::mem_fn(&AnimationNode::hasPendingAnimation) ) != iEnd); in hasPendingAnimation()
H A Dparalleltimecontainer.cxx41 boost::mem_fn(&AnimationNode::resolve) )); in activate_st()
49 makeEvent( boost::bind( &AnimationNode::deactivate, getSelf() ), in activate_st()
H A Dsequentialtimecontainer.cxx60 boost::bind< void >( boost::mem_fn( &AnimationNode::deactivate ), getSelf() ), in activate_st()
88 boost::bind<void>( boost::mem_fn( &AnimationNode::deactivate ), pChildNode ), in skipEffect()
H A Danimationaudionode.cxx89 makeDelay( boost::bind( &AnimationNode::deactivate, getSelf() ), in activate_st()
98 makeEvent( boost::bind( &AnimationNode::deactivate, getSelf() ), in activate_st()
H A Danimationcommandnode.cxx120 makeEvent( boost::bind( &AnimationNode::deactivate, getSelf() ), in activate_st()
H A Dbasenode.hxx87 class BaseNode : public AnimationNode,
H A Danimationbasenode.cxx479 boost::bind( &AnimationNode::deactivate, pSelf ), in fillCommonParameters()
/AOO41X/main/animations/source/animcore/
H A Danimcore.cxx131 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()
[all …]
/AOO41X/main/slideshow/source/engine/
H A Ddebug.cxx110 case AnimationNode::INVALID: in DebugShowState()
114 case AnimationNode::UNRESOLVED: in DebugShowState()
118 case AnimationNode::RESOLVED: in DebugShowState()
122 case AnimationNode::ACTIVE: in DebugShowState()
126 case AnimationNode::FROZEN: in DebugShowState()
130 case AnimationNode::ENDED: in DebugShowState()
H A Dslideshowimpl.cxx2417 case AnimationNode::ACTIVE: in handleAnimationEvent()
2424 case AnimationNode::FROZEN: in handleAnimationEvent()
2425 case AnimationNode::ENDED: in handleAnimationEvent()
/AOO41X/main/slideshow/source/inc/
H A Deventmultiplexer.hxx46 class AnimationNode;
573 bool notifyAnimationStart( const boost::shared_ptr<AnimationNode>& rNode );
589 bool notifyAnimationEnd( const boost::shared_ptr<AnimationNode>& rNode );
614 bool notifyAudioStopped( const boost::shared_ptr<AnimationNode>& rNode );
639 bool notifyCommandStopAudio( const boost::shared_ptr<AnimationNode>& rNode );
H A Danimationnode.hxx37 class AnimationNode : public Disposable class
135 const ::boost::shared_ptr< AnimationNode >& rNotifee ) = 0;
142 const ::boost::shared_ptr< AnimationNode >& rNotifier ) = 0;
153 typedef ::boost::shared_ptr< AnimationNode > AnimationNodeSharedPtr;
/AOO41X/main/sd/source/filter/ppt/
H A Dpptinanimations.hxx83 …rence< ::com::sun::star::animations::XAnimationNode >& xTiming, const AnimationNode& rNode, const …
84 …un::star::animations::XAnimationNode > createNode( const Atom* pAtom, const AnimationNode& rNode );
107 …void dump_anim_group( const Atom* pAtom, const AnimationNode& rNode, const PropertySet& rSet, bool…
117 void dump( const AnimationNode& rNode );
H A Dpptinanimations.cxx123 SvStream& operator>>(SvStream& rIn, AnimationNode& rNode ) in operator >>()
279 Reference< XAnimationNode > AnimationImporter::createNode( const Atom* pAtom, const AnimationNode& … in createNode()
347 static bool is_random( const AnimationNode& rNode, const PropertySet& rSet, sal_Int32& rPresetClass… in is_random()
376 AnimationNode aNode; in importAnimationContainer()
1116 void AnimationImporter::fillNode( Reference< XAnimationNode >& xNode, const AnimationNode& rNode, c… in fillNode()
3351 void AnimationImporter::dump_anim_group( const Atom* pAtom, const AnimationNode& rNode, const Prope… in dump_anim_group()
3409 void AnimationImporter::dump( const AnimationNode& rNode ) in dump()
3859 void AnimationImporter::dump( const AnimationNode& ) in dump() argument
H A Dpptanimations.hxx199 struct AnimationNode struct
221 friend SvStream& operator>>(SvStream& rIn, AnimationNode& rAtom);
222 friend SvStream& operator<<(SvStream& rOut, AnimationNode& rAtom);
/AOO41X/main/offapi/com/sun/star/presentation/
H A DEffectPresetClass.idl40 @see ::com::sun::star::animations::AnimationNode
H A DEffectNodeType.idl40 @see ::com::sun::star::animations::AnimationNode
/AOO41X/main/offapi/com/sun/star/animations/
H A DAnimationNodeType.idl36 @see AnimationNode
/AOO41X/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx267 SvStream& operator<<(SvStream& rOut, AnimationNode& rNode ) in operator <<()
566 AnimationNode aAnim; in exportNode()
801 AnimationNode aAnim; in exportAnimNode()