Home
last modified time | relevance | path

Searched refs:AnimationNodeSharedPtr (Results 1 – 22 of 22) sorted by relevance

/trunk/main/slideshow/source/engine/animationnodes/
H A Dbasecontainernode.hxx45 void appendChildNode( AnimationNodeSharedPtr const& pNode );
63 AnimationNodeSharedPtr const& rNotifier ) = 0;
68 bool isChildNode( AnimationNodeSharedPtr const& pNode ) const;
71 bool notifyDeactivatedChild( AnimationNodeSharedPtr const& pChildNode );
80 AnimationNodeSharedPtr const& pNode = *iPos; in forEachChildNode()
87 typedef ::std::vector<AnimationNodeSharedPtr> VectorOfNodes;
H A Dsequentialtimecontainer.cxx81 AnimationNodeSharedPtr const& pChildNode ) in skipEffect()
96 AnimationNodeSharedPtr const& /*pChildNode*/ ) in rewindEffect()
102 AnimationNodeSharedPtr const& pChildNode ) in resolveChild()
137 AnimationNodeSharedPtr const& rNotifier ) in notifyDeactivating()
143 AnimationNodeSharedPtr const& pNextChild = maChildren[mnFinishedChildren]; in notifyDeactivating()
H A Dsequentialtimecontainer.hxx55 virtual void notifyDeactivating( AnimationNodeSharedPtr const& rNotifier );
57 void skipEffect( AnimationNodeSharedPtr const& pChildNode );
58 void rewindEffect( AnimationNodeSharedPtr const& pChildNode );
61 bool resolveChild( AnimationNodeSharedPtr const& pChildNode );
H A Dbasecontainernode.cxx97 void BaseContainerNode::appendChildNode( AnimationNodeSharedPtr const& pNode ) in appendChildNode()
110 bool BaseContainerNode::isChildNode( AnimationNodeSharedPtr const& pNode ) const in isChildNode()
121 AnimationNodeSharedPtr const& pChildNode ) in notifyDeactivatedChild()
H A Dbasenode.hxx129 const AnimationNodeSharedPtr& rNotifee );
131 virtual void notifyDeactivating( const AnimationNodeSharedPtr& rNotifier );
204 typedef ::std::vector< AnimationNodeSharedPtr > ListenerVector;
H A Danimationnodefactory.cxx589 AnimationNodeSharedPtr AnimationNodeFactory::createAnimationNode( in createAnimationNode()
606 void AnimationNodeFactory::showTree( AnimationNodeSharedPtr& pRootNode ) in showTree()
H A Dbasenode.cxx628 void BaseNode::notifyDeactivating( const AnimationNodeSharedPtr& rNotifier ) in notifyDeactivating()
665 const AnimationNodeSharedPtr& rNotifee ) in registerDeactivatingListener()
H A Dparalleltimecontainer.hxx52 virtual void notifyDeactivating( AnimationNodeSharedPtr const& pChildNode );
H A Dparalleltimecontainer.cxx58 AnimationNodeSharedPtr const& pChildNode ) in notifyDeactivating()
H A Danimationaudionode.hxx59 virtual bool handleAnimationEvent( const AnimationNodeSharedPtr& rNode );
H A Danimationaudionode.cxx168 const AnimationNodeSharedPtr& /*rNode*/ ) in handleAnimationEvent() argument
/trunk/main/slideshow/source/engine/
H A Ddebug.cxx65 OUString DebugGetDescription (const AnimationNodeSharedPtr& rpNode) in DebugGetDescription()
100 void DebugShowState (const AnimationNodeSharedPtr& rpNode) in DebugShowState()
192 AnimationNodeSharedPtr DebugGetTreeRoot (const BaseNodeSharedPtr& rpNode) in DebugGetTreeRoot()
212 void Debug_ShowNodeTree (const AnimationNodeSharedPtr& rpNode) in Debug_ShowNodeTree()
H A Deventmultiplexer.cxx273 AnimationNodeSharedPtr const& rNode );
431 AnimationNodeSharedPtr const& rNode ) in notifyAllAnimationHandlers()
1133 const AnimationNodeSharedPtr& rNode ) in notifyAnimationStart()
1140 const AnimationNodeSharedPtr& rNode ) in notifyAnimationEnd()
1153 const AnimationNodeSharedPtr& rNode ) in notifyAudioStopped()
1161 const AnimationNodeSharedPtr& rNode ) in notifyCommandStopAudio()
H A Deffectrewinder.cxx65 typedef ::boost::function<bool(const AnimationNodeSharedPtr& rpNode)> Action;
70 virtual bool handleAnimationEvent (const AnimationNodeSharedPtr& rpNode) in handleAnimationEvent()
336 bool EffectRewinder::notifyAnimationStart (const AnimationNodeSharedPtr& rpNode) in notifyAnimationStart()
H A Deffectrewinder.hxx137 bool notifyAnimationStart (const AnimationNodeSharedPtr& rpNode);
H A Dslideshowimpl.cxx292 bool handleAnimationEvent( const AnimationNodeSharedPtr& rNode );
572 virtual bool handleAnimationEvent( const AnimationNodeSharedPtr& rNode ) in handleAnimationEvent()
2409 bool SlideShowImpl::handleAnimationEvent( const AnimationNodeSharedPtr& rNode ) in handleAnimationEvent()
H A Dusereventqueue.cxx175 virtual bool handleAnimationEvent( const AnimationNodeSharedPtr& rNode ) in handleAnimationEvent()
/trunk/main/slideshow/source/inc/
H A Danimationnodefactory.hxx53 … static AnimationNodeSharedPtr createAnimationNode( const ::com::sun::star::uno::Reference<
60 static void showTree( AnimationNodeSharedPtr& pRootNode );
H A Danimationeventhandler.hxx59 virtual bool handleAnimationEvent( const AnimationNodeSharedPtr& rNode ) = 0;
H A Danimationnode.hxx153 typedef ::boost::shared_ptr< AnimationNode > AnimationNodeSharedPtr; typedef
H A Ddebug.hxx36 void Debug_ShowNodeTree (const AnimationNodeSharedPtr& rpNode);
/trunk/main/slideshow/source/engine/slide/
H A Dslideanimations.hxx116 AnimationNodeSharedPtr mpRootNode;

Completed in 90 milliseconds