Searched refs:getSelf (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/slideshow/source/engine/animationnodes/ |
H A D | animationaudionode.cxx | 73 boost::dynamic_pointer_cast<AnimationEventHandler>( getSelf() ) ); in activate_st() 89 makeDelay( boost::bind( &AnimationNode::deactivate, getSelf() ), in activate_st() 98 makeEvent( boost::bind( &AnimationNode::deactivate, getSelf() ), in activate_st() 109 boost::dynamic_pointer_cast<AnimationEventHandler>( getSelf() ) ); in deactivate_st() 125 getSelf() ), in deactivate_st()
|
H A D | sequentialtimecontainer.cxx | 60 boost::bind< void >( boost::mem_fn( &AnimationNode::deactivate ), getSelf() ), in activate_st() 115 boost::dynamic_pointer_cast<SequentialTimeContainer>( getSelf() ), in resolveChild() 121 boost::dynamic_pointer_cast<SequentialTimeContainer>( getSelf() ), in resolveChild()
|
H A D | animationcommandnode.cxx | 114 getContext().mrEventMultiplexer.notifyCommandStopAudio( getSelf() ); in activate_st() 120 makeEvent( boost::bind( &AnimationNode::deactivate, getSelf() ), in activate_st()
|
H A D | paralleltimecontainer.cxx | 49 makeEvent( boost::bind( &AnimationNode::deactivate, getSelf() ), in activate_st()
|
H A D | animationsetnode.cxx | 71 boost::dynamic_pointer_cast<AnimationSetNode>(getSelf()) ); in createActivity()
|
H A D | basecontainernode.cxx | 105 if (pNode->registerDeactivatingListener( getSelf() )) { in appendChildNode()
|
H A D | basenode.hxx | 140 ::boost::shared_ptr<BaseNode> const& getSelf() const { return mpSelf; } in getSelf() function in slideshow::internal::BaseNode
|
H A D | animationbasenode.cxx | 403 BaseNodeSharedPtr const pSelf( getSelf() ); in fillCommonParameters()
|
Completed in 24 milliseconds