Searched refs:rAttributeName (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/sd/source/filter/eppt/ |
| H A D | pptexanimations.cxx | 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 … 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() [all …]
|
| H A D | pptexanimations.hxx | 83 …imateValue( const ::com::sun::star::uno::Any& rSource, const rtl::OUString& rAttributeName ) const;
|
| /AOO41X/main/sd/source/core/ |
| H A D | CustomAnimationEffect.cxx | 1198 Any CustomAnimationEffect::getProperty( sal_Int32 nNodeType, const OUString& rAttributeName, EValue… in getProperty() argument 1217 if( xAnimate->getAttributeName() == rAttributeName ) in getProperty() 1250 bool CustomAnimationEffect::setProperty( sal_Int32 nNodeType, const OUString& rAttributeName, EValu… in setProperty() argument 1269 if( xAnimate->getAttributeName() == rAttributeName ) in setProperty() 1328 static bool implIsColorAttribute( const OUString& rAttributeName ) in implIsColorAttribute() argument 1330 return rAttributeName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("FillColor") ) || in implIsColorAttribute() 1331 rAttributeName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("LineColor") ) || in implIsColorAttribute() 1332 rAttributeName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("CharColor") ); in implIsColorAttribute()
|
| /AOO41X/main/sd/inc/ |
| H A D | CustomAnimationEffect.hxx | 143 …ar::uno::Any getProperty( sal_Int32 nNodeType, const rtl::OUString& rAttributeName, EValue eValue… 144 … setProperty( sal_Int32 nNodeType, const rtl::OUString& rAttributeName, EValue eValue…
|