Lines Matching defs:xNode
142 CustomAnimationEffect::CustomAnimationEffect( const ::com::sun::star::uno::Reference< ::com::sun::s… in CustomAnimationEffect()
167 void CustomAnimationEffect::setNode( const ::com::sun::star::uno::Reference< ::com::sun::star::anim… in setNode()
398 Reference< XAnimationNode > xNode( xCloneable->createClone(), UNO_QUERY_THROW ); in clone() local
406 sal_Int32 CustomAnimationEffect::get_node_type( const Reference< XAnimationNode >& xNode ) in get_node_type()
861 void CustomAnimationEffect::replaceNode( const ::com::sun::star::uno::Reference< ::com::sun::star::… in replaceNode()
1595 Reference< XAnimationNode > xNode( xEnumeration->nextElement(), UNO_QUERY ); in findCommandNode() local
1780 Reference< XAnimationNode > xNode( mxSequenceRoot, UNO_QUERY_THROW ); in EffectSequenceHelper() local
1829 Reference< XAnimationNode > xNode( pPreset->create( strEmpty ) ); in append() local
2014 Reference< XAnimationNode > xNode( xChildEnumeration->nextElement(), UNO_QUERY_THROW ); in implRebuild() local
2226 Reference< XAnimationNode > xNode( xNextContainer, UNO_QUERY_THROW ); in stl_process_after_effect_node_func() local
2257 Reference< XAnimationNode > xNode( xNextContainer, UNO_QUERY_THROW ); in stl_process_after_effect_node_func() local
3052 void EffectSequenceHelper::create( const ::com::sun::star::uno::Reference< ::com::sun::star::animat… in create()
3074 void EffectSequenceHelper::createEffectsequence( const Reference< XAnimationNode >& xNode ) in createEffectsequence()
3097 void EffectSequenceHelper::createEffects( const Reference< XAnimationNode >& xNode ) in createEffects()
3144 void EffectSequenceHelper::processAfterEffect( const Reference< XAnimationNode >& xNode ) in processAfterEffect()
3285 MainSequence::MainSequence( const ::com::sun::star::uno::Reference< ::com::sun::star::animations::X… in MainSequence()