| /AOO41X/main/slideshow/source/engine/animationnodes/ |
| H A D | basenode.cxx | 72 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() 76 … AnimationNode::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() 80 …AnimationNode::INVALID, // active successors for FROZEN: this state is unr… in getStateTransitionTable() 81 AnimationNode::INVALID, in getStateTransitionTable() [all …]
|
| H A D | basecontainernode.cxx | 69 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 D | paralleltimecontainer.cxx | 41 boost::mem_fn(&AnimationNode::resolve) )); in activate_st() 49 makeEvent( boost::bind( &AnimationNode::deactivate, getSelf() ), in activate_st()
|
| H A D | sequentialtimecontainer.cxx | 60 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 D | animationaudionode.cxx | 89 makeDelay( boost::bind( &AnimationNode::deactivate, getSelf() ), in activate_st() 98 makeEvent( boost::bind( &AnimationNode::deactivate, getSelf() ), in activate_st()
|
| H A D | animationcommandnode.cxx | 120 makeEvent( boost::bind( &AnimationNode::deactivate, getSelf() ), in activate_st()
|
| H A D | basenode.hxx | 87 class BaseNode : public AnimationNode,
|
| H A D | animationbasenode.cxx | 479 boost::bind( &AnimationNode::deactivate, pSelf ), in fillCommonParameters()
|
| /AOO41X/main/animations/source/animcore/ |
| H A D | animcore.cxx | 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() [all …]
|
| /AOO41X/main/slideshow/source/engine/ |
| H A D | debug.cxx | 110 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 D | slideshowimpl.cxx | 2417 case AnimationNode::ACTIVE: in handleAnimationEvent() 2424 case AnimationNode::FROZEN: in handleAnimationEvent() 2425 case AnimationNode::ENDED: in handleAnimationEvent()
|
| /AOO41X/main/slideshow/source/inc/ |
| H A D | eventmultiplexer.hxx | 46 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 D | animationnode.hxx | 37 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 D | pptinanimations.hxx | 83 …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 D | pptinanimations.cxx | 123 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 D | pptanimations.hxx | 199 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 D | EffectPresetClass.idl | 40 @see ::com::sun::star::animations::AnimationNode
|
| H A D | EffectNodeType.idl | 40 @see ::com::sun::star::animations::AnimationNode
|
| /AOO41X/main/offapi/com/sun/star/animations/ |
| H A D | AnimationNodeType.idl | 36 @see AnimationNode
|
| /AOO41X/main/sd/source/filter/eppt/ |
| H A D | pptexanimations.cxx | 267 SvStream& operator<<(SvStream& rOut, AnimationNode& rNode ) in operator <<() 566 AnimationNode aAnim; in exportNode() 801 AnimationNode aAnim; in exportAnimNode()
|