Lines Matching refs:mpNode

164                     xRet.set( new CommonBehaviorContext ( *this, xAttribs, mpNode ) );  in createFastChildContext()
210 mpNode->setTo( maTo ); in ~SetTimeNodeContext()
230 xRet.set( new CommonBehaviorContext ( *this, xAttribs, mpNode ) ); in createFastChildContext()
329 mpNode->getNodeProperties()[ NP_COMMAND ] = makeAny((sal_Int16)nCommand); in endFastElement()
339 mpNode->getNodeProperties()[ NP_PARAMETER ] = makeAny( aParamSeq ); in endFastElement()
359 xRet.set( new CommonBehaviorContext ( *this, xAttribs, mpNode ) ); in createFastChildContext()
412 xRet.set( new CommonTimeNodeContext( *this, aElementToken, xAttribs, mpNode ) ); in createFastChildContext()
415 xRet.set( new CondListContext( *this, aElementToken, xAttribs, mpNode, in createFastChildContext()
416 mpNode->getNextCondition() ) ); in createFastChildContext()
419 xRet.set( new CondListContext( *this, aElementToken, xAttribs, mpNode, in createFastChildContext()
420 mpNode->getPrevCondition() ) ); in createFastChildContext()
460 xRet.set( new CommonTimeNodeContext( *this, aElementToken, xAttribs, mpNode ) ); in createFastChildContext()
503 NodePropertyMap & pProps(mpNode->getNodeProperties()); in endFastElement()
508 mpNode->setTo( Any( maToClr.getColor( rGraphicHelper ) ) ); in endFastElement()
510 mpNode->setFrom( Any( maFromClr.getColor( rGraphicHelper ) ) ); in endFastElement()
512 mpNode->setBy( m_byColor.get() ); in endFastElement()
555 xRet.set( new CommonBehaviorContext ( *this, xAttribs, mpNode ) ); in createFastChildContext()
648 NodePropertyMap & aProps( mpNode->getNodeProperties() ); in ~AnimContext()
681 xRet.set( new CommonBehaviorContext ( *this, xAttribs, mpNode ) ); in createFastChildContext()
729 mpNode->setTo( maTo ); in endFastElement()
733 mpNode->setBy( maBy ); in endFastElement()
737 mpNode->setFrom( maFrom ); in endFastElement()
751 xRet.set( new CommonBehaviorContext ( *this, xAttribs, mpNode ) ); in createFastChildContext()
837 xRet.set( new CommonBehaviorContext ( *this, xAttribs, mpNode ) ); in createFastChildContext()
905 xRet.set( new CommonBehaviorContext ( *this, xAttribs, mpNode ) ); in createFastChildContext()
914 mpNode->setTo( rAny ); in createFastChildContext()
924 mpNode->setFrom( rAny ); in createFastChildContext()
934 mpNode->setBy( rAny ); in createFastChildContext()
996 xRet.set( new CommonBehaviorContext ( *this, xAttribs, mpNode ) ); in createFastChildContext()
1076 , mpNode( pNode ) in TimeNodeContext()