Lines Matching refs:xAttribs
374 const Reference< XFastAttributeList >& xAttribs, in CommonTimeNodeContext()
376 : TimeNodeContext( rParent, aElement, xAttribs, pNode ) in CommonTimeNodeContext()
379 AttributeList attribs( xAttribs ); in CommonTimeNodeContext()
387 …double dPercent = ::oox::drawingml::GetPositiveFixedPercentage( xAttribs->getOptionalValue( XML_ac… in CommonTimeNodeContext()
405 …double dPercent = ::oox::drawingml::GetPositiveFixedPercentage( xAttribs->getOptionalValue( XML_de… in CommonTimeNodeContext()
415 aProps[ NP_DURATION ] = GetTime( xAttribs->getOptionalValue( XML_dur) ); in CommonTimeNodeContext()
420 xAttribs->getOptionalValue( XML_evtFilter ); in CommonTimeNodeContext()
425 nInt = xAttribs->getOptionalValueToken( XML_fill, 0 ); in CommonTimeNodeContext()
461 nInt = xAttribs->getOptionalValueToken( XML_masterRel, 0 ); in CommonTimeNodeContext()
480 nInt = xAttribs->getOptionalValueToken( XML_nodeType, 0 ); in CommonTimeNodeContext()
515 nInt = xAttribs->getOptionalValueToken( XML_presetClass, 0 ); in CommonTimeNodeContext()
567 aProps[ NP_REPEATCOUNT ] = GetTime( xAttribs->getOptionalValue( XML_repeatCount ) ); in CommonTimeNodeContext()
573 aProps[ NP_REPEATDURATION ] = GetTime( xAttribs->getOptionalValue( XML_repeatDur ) ); in CommonTimeNodeContext()
578 nInt = xAttribs->getOptionalValueToken( XML_restart, 0 ); in CommonTimeNodeContext()
601 xAttribs->getOptionalValue( XML_spd /*"10000" */ ); in CommonTimeNodeContext()
603 xAttribs->getOptionalValue( XML_syncBehavior ); in CommonTimeNodeContext()
605 xAttribs->getOptionalValue( XML_tmFilter ); in CommonTimeNodeContext()
623 …text( ::sal_Int32 aElementToken, const Reference< XFastAttributeList >& xAttribs ) throw ( SAXExce… in createFastChildContext() argument
635 …xRet.set( new CondListContext( *this, aElementToken, xAttribs, mpNode, mpNode->getStartCondition()… in createFastChildContext()
638 …xRet.set( new CondListContext( *this, aElementToken, xAttribs, mpNode, mpNode->getEndCondition() )… in createFastChildContext()
642 xRet.set( new CondContext( *this, xAttribs, mpNode, mpNode->getEndSyncValue() ) ); in createFastChildContext()
646 sal_Int32 nVal = xAttribs->getOptionalValueToken( XML_type, XML_el ); in createFastChildContext()
671 AttributeList attribs( xAttribs ); in createFastChildContext()
680 AttributeList attribs( xAttribs ); in createFastChildContext()
689 AttributeList attribs( xAttribs ); in createFastChildContext()