Lines Matching refs:rAttributeName

1421 …Exporter::convertAnimateValue( const Any& rSourceValue, const rtl::OUString& rAttributeName ) const  in convertAnimateValue()
1424 if ( rAttributeName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "X" ) ) in convertAnimateValue()
1425 || rAttributeName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Y" ) ) in convertAnimateValue()
1426 || rAttributeName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Width" ) ) in convertAnimateValue()
1427 || rAttributeName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Height" ) ) in convertAnimateValue()
1437 …else if ( rAttributeName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Rotate" ) ) // "r" or "style… in convertAnimateValue()
1438 || rAttributeName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "SkewX" ) ) in convertAnimateValue()
1439 || rAttributeName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Opacity" ) ) in convertAnimateValue()
1440 || rAttributeName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "CharHeight" ) ) in convertAnimateValue()
1447 else if ( rAttributeName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Color" ) ) in convertAnimateValue()
1448 …|| rAttributeName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "FillColor" ) ) // "Fillcolor" or "Fi… in convertAnimateValue()
1449 || rAttributeName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "LineColor" ) ) in convertAnimateValue()
1450 || rAttributeName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "CharColor" ) ) in convertAnimateValue()
1477 else if ( rAttributeName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "FillStyle" ) ) ) in convertAnimateValue()
1488 else if ( rAttributeName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "LineStyle" ) ) ) in convertAnimateValue()
1499 else if ( rAttributeName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "CharWeight" ) ) ) in convertAnimateValue()
1510 else if ( rAttributeName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "CharUnderline" ) ) ) in convertAnimateValue()
1521 else if ( rAttributeName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "CharPosture" ) ) ) in convertAnimateValue()
1532 else if ( rAttributeName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Visibility" ) ) ) in convertAnimateValue()
1570 sal_uInt32 GetValueTypeForAttributeName( const rtl::OUString& rAttributeName ) in GetValueTypeForAttributeName() argument
1616 if ( rAttributeName.equalsIgnoreAsciiCaseAscii( pPtr->pName ) ) in GetValueTypeForAttributeName()