Lines Matching refs:BaseNode

273 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()
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()
535 void BaseNode::scheduleDeactivationEvent( EventSharedPtr const& pEvent ) in scheduleDeactivationEvent()
565 void BaseNode::deactivate() in deactivate()
594 void BaseNode::deactivate_st( NodeState ) in deactivate_st()
598 void BaseNode::end() in end()
628 void BaseNode::notifyDeactivating( const AnimationNodeSharedPtr& rNotifier ) in notifyDeactivating()
636 void BaseNode::notifyEndListeners() const in notifyEndListeners()
659 AnimationNode::NodeState BaseNode::getState() const in getState()
664 bool BaseNode::registerDeactivatingListener( in registerDeactivatingListener()
678 void BaseNode::setSelf( const BaseNodeSharedPtr& rSelf ) in setSelf()
692 void BaseNode::showState() const in showState()
748 const char* BaseNode::getDescription() const in getDescription()
753 void BaseNode::showTreeFromWithin() const in showTreeFromWithin()