Lines Matching refs:eAttributeName
525 void convertValue( XMLTokenEnum eAttributeName, OUStringBuffer& sTmp, const Any& rValue );
1108 XMLTokenEnum eAttributeName = XML_TOKEN_INVALID; in exportAnimate() local
1112 eAttributeName = XML_TRANSITIONFILTER; in exportAnimate()
1116 eAttributeName = XML_ANIMATETRANSFORM; in exportAnimate()
1120 eAttributeName = XML_ANIMATEMOTION; in exportAnimate()
1133 eAttributeName = p->meXMLToken; in exportAnimate()
1153 convertValue( eAttributeName, sTmp, aTemp ); in exportAnimate()
1161 convertValue( eAttributeName, sTmp, aTemp ); in exportAnimate()
1168 convertValue( eAttributeName, sTmp, aTemp ); in exportAnimate()
1175 convertValue( eAttributeName, sTmp, aTemp ); in exportAnimate()
1443 void AnimationsExporterImpl::convertValue( XMLTokenEnum eAttributeName, OUStringBuffer& sTmp, const… in convertValue() argument
1452 convertValue( eAttributeName, sTmp, pValuePair->First ); in convertValue()
1454 convertValue( eAttributeName, sTmp2, pValuePair->Second ); in convertValue()
1470 convertValue( eAttributeName, sTmp2, *pAny ); in convertValue()
1479 switch( eAttributeName ) in convertValue()