Home
last modified time | relevance | path

Searched refs:rPresetId (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/sd/source/core/
H A DCustomAnimationPreset.cxx554 …mationPresetPtr CustomAnimationPresets::getEffectDescriptor( const rtl::OUString& rPresetId ) const in getEffectDescriptor()
556 EffectDescriptorMap::const_iterator aIter( maEffectDiscriptorMap.find( rPresetId ) ); in getEffectDescriptor()
568 const rtl::OUString& CustomAnimationPresets::getUINameForPresetId( const rtl::OUString& rPresetId )… in getUINameForPresetId()
570 return translateName( rPresetId, maEffectNameMap ); in getUINameForPresetId()
573 const rtl::OUString& CustomAnimationPresets::getUINameForProperty( const rtl::OUString& rPresetId )… in getUINameForProperty()
575 return translateName( rPresetId, maPropertyNameMap ); in getUINameForProperty()
H A DEffectMigration.cxx782 bool EffectMigration::ConvertPreset( const OUString& rPresetId, const OUString* pPresetSubType, Ani… in ConvertPreset() argument
785 if( rPresetId.getLength() ) in ConvertPreset()
791 if( rPresetId.equalsAscii( p->mpPresetId ) && in ConvertPreset()
812 bool EffectMigration::ConvertAnimationEffect( const AnimationEffect& rEffect, OUString& rPresetId, … in ConvertAnimationEffect() argument
819 rPresetId = OUString::createFromAscii( p->mpPresetId ); in ConvertAnimationEffect()
/aoo4110/main/sd/inc/
H A DEffectMigration.hxx49 …static bool ConvertPreset( const ::rtl::OUString& rPresetId, const ::rtl::OUString* pPresetSubType…
50 …om::sun::star::presentation::AnimationEffect& rEffect, ::rtl::OUString& rPresetId, ::rtl::OUString…
H A DCustomAnimationPreset.hxx108 SD_DLLPUBLIC CustomAnimationPresetPtr getEffectDescriptor( const rtl::OUString& rPresetId ) const;
112 const rtl::OUString& getUINameForPresetId( const rtl::OUString& rPresetId ) const;
/aoo4110/main/sd/source/ui/animations/
H A DCustomAnimationDialog.hxx113 …virtual void setValue( const ::com::sun::star::uno::Any& rValue, const rtl::OUString& rPresetId
121 const rtl::OUString& rPresetId,
H A DCustomAnimationDialog.cxx127 virtual void setValue( const Any& rValue, const OUString& rPresetId );
149 void PresetPropertyBox::setValue( const Any& rValue, const OUString& rPresetId ) in setValue() argument
156 CustomAnimationPresetPtr pDescriptor = rPresets.getEffectDescriptor( rPresetId ); in setValue()
214 virtual void setValue( const Any& rValue, const OUString& rPresetId );
300 virtual void setValue( const Any& rValue, const OUString& rPresetId );
560 virtual void setValue( const Any& rValue, const OUString& rPresetId );
2582 …e( sal_Int32 nType, Window* pParent, const Any& rValue, const OUString& rPresetId, const Link& rMo… in create() argument
2590 pSubControl = new PresetPropertyBox( nType, pParent, rValue, rPresetId, rModifyHdl ); in create()

Completed in 64 milliseconds