Home
last modified time | relevance | path

Searched refs:rPresetSubType (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx160 …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 DCustomAnimationPreset.cxx591 …: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 DEffectMigration.cxx812 …ertAnimationEffect( const AnimationEffect& rEffect, OUString& rPresetId, OUString& rPresetSubType ) in ConvertAnimationEffect() argument
820 rPresetSubType = OUString::createFromAscii( p->mpPresetSubType ); in ConvertAnimationEffect()
H A DCustomAnimationEffect.cxx1947 …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 DEffectMigration.hxx50 …sentation::AnimationEffect& rEffect, ::rtl::OUString& rPresetId, ::rtl::OUString& rPresetSubType );
H A DCustomAnimationPreset.hxx121 …void changePresetSubType( CustomAnimationEffectPtr pEffect, const rtl::OUString& rPresetSubType ) …
H A DCustomAnimationEffect.hxx294 …t, const CustomAnimationPresetPtr& pDescriptor, const rtl::OUString& rPresetSubType, double fDurat…

Completed in 59 milliseconds