Lines Matching refs:attribs
379 AttributeList attribs( xAttribs ); in CommonTimeNodeContext() local
385 if( attribs.hasAttribute( XML_accel ) ) in CommonTimeNodeContext()
391 if( attribs.hasAttribute( XML_afterEffect ) ) in CommonTimeNodeContext()
394 = makeAny( attribs.getBool( XML_afterEffect, false ) ); in CommonTimeNodeContext()
396 aProps[ NP_AUTOREVERSE ] = makeAny( attribs.getBool( XML_autoRev, false ) ); in CommonTimeNodeContext()
399 if( attribs.hasAttribute( XML_bldLvl ) ) in CommonTimeNodeContext()
401 attribs.getInteger( XML_bldLvl, 0 ); in CommonTimeNodeContext()
403 if( attribs.hasAttribute( XML_decel ) ) in CommonTimeNodeContext()
409 if( attribs.hasAttribute( XML_display ) ) in CommonTimeNodeContext()
411 aProps[ NP_DISPLAY ] <<= attribs.getBool( XML_display, true ); in CommonTimeNodeContext()
413 if( attribs.hasAttribute( XML_dur ) ) in CommonTimeNodeContext()
418 if( attribs.hasAttribute( XML_evtFilter ) ) in CommonTimeNodeContext()
423 if( attribs.hasAttribute( XML_fill ) ) in CommonTimeNodeContext()
450 if( attribs.hasAttribute( XML_grpId ) ) in CommonTimeNodeContext()
452 attribs.getUnsigned( XML_grpId, 0 ); in CommonTimeNodeContext()
455 if( attribs.hasAttribute( XML_id ) ) in CommonTimeNodeContext()
457 sal_uInt32 nId = attribs.getUnsigned( XML_id, 0 ); in CommonTimeNodeContext()
475 if( attribs.hasAttribute( XML_nodePh ) ) in CommonTimeNodeContext()
477 attribs.getBool( XML_nodePh, false ); in CommonTimeNodeContext()
548 if( attribs.hasAttribute( XML_presetID ) ) in CommonTimeNodeContext()
550 nPresetId = attribs.getInteger( XML_presetID, 0 ); in CommonTimeNodeContext()
557 nPresetSubType = attribs.getInteger( XML_presetSubtype, 0 ); in CommonTimeNodeContext()
565 if( attribs.hasAttribute( XML_repeatCount ) ) in CommonTimeNodeContext()
571 if( attribs.hasAttribute( XML_repeatDur ) ) in CommonTimeNodeContext()
671 AttributeList attribs( xAttribs ); in createFastChildContext() local
673 /*bool bBackwards =*/ attribs.getBool( XML_backwards, false ); in createFastChildContext()
680 AttributeList attribs( xAttribs ); in createFastChildContext() local
681 double fTime = attribs.getUnsigned( XML_val, 0 ); in createFastChildContext()
689 AttributeList attribs( xAttribs ); in createFastChildContext() local
690 double fPercent = (double)attribs.getUnsigned( XML_val, 0 ) / 100000.0; in createFastChildContext()