Lines Matching refs:xNode

75     const uno::Reference< animations::XAnimationNode >&  xNode,
292 uno::Reference< animations::XAnimationNode > xNode( xIterNode, in implCreateIteratedNodes() local
318 if( !::anim::for_each_childNode( xNode, in implCreateIteratedNodes()
441 if( !::anim::for_each_childNode( xNode, in implCreateIteratedNodes()
459 const uno::Reference< animations::XAnimationNode >& xNode, in implCreateAnimationNode()
463 ENSURE_OR_THROW( xNode.is(), in implCreateAnimationNode()
470 switch( xNode->getType() ) in implCreateAnimationNode()
479 new ParallelTimeContainer( xNode, rParent, rContext ) ); in implCreateAnimationNode()
487 new ParallelTimeContainer( xNode, rParent, rContext ) ); in implCreateAnimationNode()
492 new SequentialTimeContainer( xNode, rParent, rContext ) ); in implCreateAnimationNode()
497 xNode, rParent, rContext ) ); in implCreateAnimationNode()
502 xNode, rParent, rContext ) ); in implCreateAnimationNode()
507 xNode, rParent, rContext ) ); in implCreateAnimationNode()
512 xNode, rParent, rContext ) ); in implCreateAnimationNode()
517 xNode, rParent, rContext ) ); in implCreateAnimationNode()
522 xNode, rParent, rContext ) ); in implCreateAnimationNode()
527 xNode, rParent, rContext ) ); in implCreateAnimationNode()
532 xNode, rParent, rContext ) ); in implCreateAnimationNode()
553 xNode, uno::UNO_QUERY ); in implCreateAnimationNode()
575 if( !::anim::for_each_childNode( xNode, aCreator ) ) in implCreateAnimationNode()
590 const uno::Reference< animations::XAnimationNode >& xNode, in createAnimationNode()
595 xNode.is(), in createAnimationNode()
599 xNode, in createAnimationNode()