Home
last modified time | relevance | path

Searched refs:BaseNode (Results 1 – 14 of 14) sorted by relevance

/trunk/main/slideshow/source/engine/animationnodes/
H A Dbasenode.cxx324 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 Dbasenode.hxx87 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 Danimationbasenode.cxx56 : 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 Dbasecontainernode.cxx48 : 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 Dnodetools.hxx55 void debugNodesShowTree( const BaseNode* );
56 void debugNodesShowTreeWithin( const BaseNode* );
H A Dnodetools.cxx51 void debugNodesShowTree( const BaseNode* pNode ) in debugNodesShowTree()
59 void debugNodesShowTreeWithin( const BaseNode* pNode ) in debugNodesShowTreeWithin()
H A Danimationcommandnode.cxx51 BaseNode( xNode, pParent, rContext ), in AnimationCommandNode()
65 BaseNode::dispose(); in dispose()
H A Danimationaudionode.cxx47 : BaseNode( xNode, rParent, rContext ), in AnimationAudioNode()
65 BaseNode::dispose(); in dispose()
H A Danimationcommandnode.hxx39 class AnimationCommandNode : public BaseNode
H A Danimationaudionode.hxx41 class AnimationAudioNode : public BaseNode, public AnimationEventHandler
H A Danimationbasenode.hxx42 class AnimationBaseNode : public BaseNode
H A Dbasecontainernode.hxx34 class BaseContainerNode : public BaseNode
/trunk/main/slideshow/source/engine/
H A Ddebug.cxx216 DebugShowState(DebugGetTreeRoot(::boost::dynamic_pointer_cast<BaseNode>(rpNode))); in Debug_ShowNodeTree()
H A Deffectrewinder.cxx340 BaseNodeSharedPtr pBaseNode (::boost::dynamic_pointer_cast<BaseNode>(rpNode)); in notifyAnimationStart()

Completed in 53 milliseconds