Lines Matching refs:rEffect

189 	const Effect& rEffect = AnimationEffectMap[eEffect];  in SdXMLImplSetEffect()  local
190 eKind = rEffect.meKind; in SdXMLImplSetEffect()
191 eDirection = rEffect.meDirection; in SdXMLImplSetEffect()
192 nStartScale = rEffect.mnStartScale; in SdXMLImplSetEffect()
193 bIn = rEffect.mbIn; in SdXMLImplSetEffect()
456 XMLEffectHint& rEffect = *aIter; in exportAnimations() local
458 DBG_ASSERT( rEffect.mxShape.is(), "shape id creation failed for animation effect?" ); in exportAnimations()
460 …CE_DRAW, XML_SHAPE_ID, rExport.getInterfaceToIdentifierMapper().getIdentifier( rEffect.mxShape ) ); in exportAnimations()
462 if( rEffect.meKind == XMLE_DIM ) in exportAnimations()
466 SvXMLUnitConverter::convertColor( sTmp, rEffect.maDimColor ); in exportAnimations()
471 else if( rEffect.meKind == XMLE_PLAY ) in exportAnimations()
473 if( rEffect.meSpeed != AnimationSpeed_MEDIUM ) in exportAnimations()
475 SvXMLUnitConverter::convertEnum( sTmp, rEffect.meSpeed, aXML_AnimationSpeed_EnumMap ); in exportAnimations()
484 if( rEffect.meEffect != EK_none ) in exportAnimations()
486 SvXMLUnitConverter::convertEnum( sTmp, rEffect.meEffect, aXML_AnimationEffect_EnumMap ); in exportAnimations()
490 if( rEffect.meDirection != ED_none ) in exportAnimations()
492 SvXMLUnitConverter::convertEnum( sTmp, rEffect.meDirection, aXML_AnimationDirection_EnumMap ); in exportAnimations()
496 if( rEffect.mnStartScale != -1 ) in exportAnimations()
498 SvXMLUnitConverter::convertPercent( sTmp, rEffect.mnStartScale ); in exportAnimations()
502 if( rEffect.meSpeed != AnimationSpeed_MEDIUM ) in exportAnimations()
504 SvXMLUnitConverter::convertEnum( sTmp, rEffect.meSpeed, aXML_AnimationSpeed_EnumMap ); in exportAnimations()
508 if( rEffect.mnPathShapeId != -1 ) in exportAnimations()
510 …rExport.AddAttribute( XML_NAMESPACE_PRESENTATION, XML_PATH_ID, OUString::valueOf( rEffect.mnPathSh… in exportAnimations()
514 if( rEffect.meKind == XMLE_SHOW ) in exportAnimations()
516 if( rEffect.mbTextEffect ) in exportAnimations()
523 if( rEffect.mbTextEffect ) in exportAnimations()
530 if( rEffect.maSoundURL.getLength() != 0 ) in exportAnimations()
532 …rExport.AddAttribute(XML_NAMESPACE_XLINK, XML_HREF, rExport.GetRelativeReference(rEffect.maSoundUR… in exportAnimations()
536 if( rEffect.mbPlayFull ) in exportAnimations()