Home
last modified time | relevance | path

Searched refs:rAttributeName (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx1424 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()
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()
1449 || rAttributeName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "LineColor" ) ) in convertAnimateValue()
1450 || rAttributeName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "CharColor" ) ) in convertAnimateValue()
1570 sal_uInt32 GetValueTypeForAttributeName( const rtl::OUString& rAttributeName ) in GetValueTypeForAttributeName() argument
[all …]
H A Dpptexanimations.hxx83 …imateValue( const ::com::sun::star::uno::Any& rSource, const rtl::OUString& rAttributeName ) const;
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx1198 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()
/trunk/main/sd/inc/
H A DCustomAnimationEffect.hxx143 …::com::sun::star::uno::Any getProperty( sal_Int32 nNodeType, const rtl::OUString& rAttributeName, …
144 …bool setProperty( sal_Int32 nNodeType, const rtl::OUString& rAttributeName, EValue eValue, co…

Completed in 48 milliseconds