Searched refs:BaseNode (Results 1 – 14 of 14) sorted by relevance
/aoo41x/main/slideshow/source/engine/animationnodes/ |
H A D | basenode.cxx | 324 BaseNode *const mpNode; 328 BaseNode::BaseNode( const uno::Reference< animations::XAnimationNode >& xNode, in BaseNode() function in slideshow::internal::BaseNode 351 void BaseNode::dispose() in dispose() 427 bool BaseNode::init() in init() 440 bool BaseNode::init_st() in init_st() 445 bool BaseNode::resolve() in resolve() 500 bool BaseNode::resolve_st() in resolve_st() 506 bool BaseNode::activate() in activate() 530 void BaseNode::activate_st() in activate_st() 565 void BaseNode::deactivate() in deactivate() [all …]
|
H A D | basenode.hxx | 87 class BaseNode : public AnimationNode, class 88 public ::osl::DebugBase<BaseNode>, 92 BaseNode( ::com::sun::star::uno::Reference< 104 void setSelf( const ::boost::shared_ptr< BaseNode >& rSelf ); 140 ::boost::shared_ptr<BaseNode> const& getSelf() const { return mpSelf; } in getSelf() 210 ::boost::shared_ptr< BaseNode > mpSelf; 219 typedef ::boost::shared_ptr< BaseNode > BaseNodeSharedPtr;
|
H A D | animationbasenode.cxx | 56 : BaseNode( xNode, rParent, rContext ), in AnimationBaseNode() 193 BaseNode::dispose(); in dispose() 307 BaseNode::scheduleDeactivationEvent(); in activate_st() 375 BaseNode::showState(); in showState() 404 for ( boost::shared_ptr<BaseNode> pNode( pSelf ); in fillCommonParameters() 465 for ( boost::shared_ptr<BaseNode> pNode( pSelf ); in fillCommonParameters()
|
H A D | basecontainernode.cxx | 48 : BaseNode( xNode, rParent, rContext ), in BaseContainerNode() 60 BaseNode::dispose(); in dispose() 157 boost::dynamic_pointer_cast<BaseNode>(maChildren[i]); in showState() 165 BaseNode::showState(); in showState()
|
H A D | nodetools.hxx | 55 void debugNodesShowTree( const BaseNode* ); 56 void debugNodesShowTreeWithin( const BaseNode* );
|
H A D | nodetools.cxx | 51 void debugNodesShowTree( const BaseNode* pNode ) in debugNodesShowTree() 59 void debugNodesShowTreeWithin( const BaseNode* pNode ) in debugNodesShowTreeWithin()
|
H A D | animationcommandnode.cxx | 51 BaseNode( xNode, pParent, rContext ), in AnimationCommandNode() 65 BaseNode::dispose(); in dispose()
|
H A D | animationaudionode.cxx | 47 : BaseNode( xNode, rParent, rContext ), in AnimationAudioNode() 65 BaseNode::dispose(); in dispose()
|
H A D | animationcommandnode.hxx | 39 class AnimationCommandNode : public BaseNode
|
H A D | animationaudionode.hxx | 40 class AnimationAudioNode : public BaseNode, public AnimationEventHandler
|
H A D | animationbasenode.hxx | 42 class AnimationBaseNode : public BaseNode
|
H A D | basecontainernode.hxx | 34 class BaseContainerNode : public BaseNode
|
/aoo41x/main/slideshow/source/engine/ |
H A D | debug.cxx | 216 DebugShowState(DebugGetTreeRoot(::boost::dynamic_pointer_cast<BaseNode>(rpNode))); in Debug_ShowNodeTree()
|
H A D | effectrewinder.cxx | 340 BaseNodeSharedPtr pBaseNode (::boost::dynamic_pointer_cast<BaseNode>(rpNode)); in notifyAnimationStart()
|
Completed in 40 milliseconds