Searched refs:rEffect (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/xmloff/source/draw/ |
| H A D | animexp.cxx | 189 const Effect& rEffect = AnimationEffectMap[eEffect]; in SdXMLImplSetEffect() local 190 eKind = rEffect.meKind; in SdXMLImplSetEffect() 191 eDirection = rEffect.meDirection; in SdXMLImplSetEffect() 192 nStartScale = rEffect.mnStartScale; in SdXMLImplSetEffect() 193 bIn = rEffect.mbIn; in SdXMLImplSetEffect() 456 XMLEffectHint& rEffect = *aIter; in exportAnimations() local 458 DBG_ASSERT( rEffect.mxShape.is(), "shape id creation failed for animation effect?" ); in exportAnimations() 460 …CE_DRAW, XML_SHAPE_ID, rExport.getInterfaceToIdentifierMapper().getIdentifier( rEffect.mxShape ) ); in exportAnimations() 462 if( rEffect.meKind == XMLE_DIM ) in exportAnimations() 466 SvXMLUnitConverter::convertColor( sTmp, rEffect.maDimColor ); in exportAnimations() [all …]
|
| /AOO41X/main/sd/inc/ |
| H A D | EffectMigration.hxx | 49 … const ::rtl::OUString* pPresetSubType, ::com::sun::star::presentation::AnimationEffect& rEffect ); 50 …tAnimationEffect( const ::com::sun::star::presentation::AnimationEffect& rEffect, ::rtl::OUString&…
|
| /AOO41X/main/sd/source/core/ |
| H A D | EffectMigration.cxx | 782 …onvertPreset( const OUString& rPresetId, const OUString* pPresetSubType, AnimationEffect& rEffect ) in ConvertPreset() argument 784 rEffect = AnimationEffect_NONE; in ConvertPreset() 796 rEffect = p->meEffect; in ConvertPreset() 812 bool EffectMigration::ConvertAnimationEffect( const AnimationEffect& rEffect, OUString& rPresetId, … in ConvertAnimationEffect() argument 817 if( p->meEffect == rEffect ) in ConvertAnimationEffect()
|
| /AOO41X/main/sd/source/ui/animations/ |
| H A D | SlideTransitionPane.cxx | 251 const ::sd::impl::TransitionEffect & rEffect ) in lcl_ApplyToPages() 257 rEffect.applyTo( *(*aIt) ); in lcl_ApplyToPages()
|