Searched refs:rPresetSubType (Results 1 – 7 of 7) sorted by relevance
/trunk/main/sd/source/filter/eppt/ |
H A D | pptexanimations.cxx | 160 …e( const sal_uInt32 nPresetClass, const sal_uInt32 nPresetId, const rtl::OUString& rPresetSubType ) in ImplTranslatePresetSubType() argument 173 if ( rPresetSubType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "downward" ) ) ) in ImplTranslatePresetSubType() 178 else if ( rPresetSubType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "across" ) ) ) in ImplTranslatePresetSubType() 187 if ( rPresetSubType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "across" ) ) ) in ImplTranslatePresetSubType() 196 if ( rPresetSubType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "right-to-top" ) ) ) in ImplTranslatePresetSubType() 201 else if ( rPresetSubType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "right-to-bottom" ) ) ) in ImplTranslatePresetSubType() 206 else if ( rPresetSubType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "left-to-top" ) ) ) in ImplTranslatePresetSubType() 211 else if ( rPresetSubType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "left-to-bottom" ) ) ) in ImplTranslatePresetSubType() 225 if ( rPresetSubType.equalsAscii( p->mpStrSubType ) ) in ImplTranslatePresetSubType() 236 nPresetSubType = (sal_uInt32)rPresetSubType.toInt32(); in ImplTranslatePresetSubType()
|
/trunk/main/sd/source/core/ |
H A D | CustomAnimationPreset.cxx | 591 …:changePresetSubType( CustomAnimationEffectPtr pEffect, const rtl::OUString& rPresetSubType ) const in changePresetSubType() 593 if( pEffect.get() && pEffect->getPresetSubType() != rPresetSubType ) in changePresetSubType() 599 Reference< XAnimationNode > xNewNode( pDescriptor->create( rPresetSubType ) ); in changePresetSubType()
|
H A D | EffectMigration.cxx | 812 …ertAnimationEffect( const AnimationEffect& rEffect, OUString& rPresetId, OUString& rPresetSubType ) in ConvertAnimationEffect() argument 820 rPresetSubType = OUString::createFromAscii( p->mpPresetSubType ); in ConvertAnimationEffect()
|
H A D | CustomAnimationEffect.cxx | 1947 …r& pEffect, const CustomAnimationPresetPtr& pPreset, const OUString& rPresetSubType, double fDurat… in replace() argument 1951 Reference< XAnimationNode > xNewNode( pPreset->create( rPresetSubType ) ); in replace()
|
/trunk/main/sd/inc/ |
H A D | EffectMigration.hxx | 50 …sentation::AnimationEffect& rEffect, ::rtl::OUString& rPresetId, ::rtl::OUString& rPresetSubType );
|
H A D | CustomAnimationPreset.hxx | 121 …void changePresetSubType( CustomAnimationEffectPtr pEffect, const rtl::OUString& rPresetSubType ) …
|
H A D | CustomAnimationEffect.hxx | 294 …t, const CustomAnimationPresetPtr& pDescriptor, const rtl::OUString& rPresetSubType, double fDurat…
|
Completed in 138 milliseconds