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.cxx273 class BaseNode::StateTransition : private boost::noncopyable
278 explicit StateTransition( BaseNode * pNode ) in StateTransition()
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()
368 sal_Int16 BaseNode::getRestartMode() in getRestartMode()
376 sal_Int16 BaseNode::getFillMode() in getFillMode()
400 sal_Int16 BaseNode::getFillDefaultMode() const in getFillDefaultMode()
411 sal_Int16 BaseNode::getRestartDefaultMode() const in getRestartDefaultMode()
422 uno::Reference<animations::XAnimationNode> BaseNode::getXAnimationNode() const in getXAnimationNode()
[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.cxx49 void debugNodesShowTree( const BaseNode* pNode ) in debugNodesShowTree()
57 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 Deffectrewinder.cxx340 BaseNodeSharedPtr pBaseNode (::boost::dynamic_pointer_cast<BaseNode>(rpNode)); in notifyAnimationStart()
H A Ddebug.cxx216 DebugShowState(DebugGetTreeRoot(::boost::dynamic_pointer_cast<BaseNode>(rpNode))); in Debug_ShowNodeTree()