Lines Matching refs:CustomAnimationPresets

243 CustomAnimationPresets::CustomAnimationPresets()  in CustomAnimationPresets()  function in sd::CustomAnimationPresets
247 CustomAnimationPresets::~CustomAnimationPresets() in ~CustomAnimationPresets()
251 void CustomAnimationPresets::init() in init()
326 void CustomAnimationPresets::importEffects() in importEffects()
431 void CustomAnimationPresets::importResources() in importResources()
481 void CustomAnimationPresets::importPresets( const Reference< XMultiServiceFactory >& xConfigProvide… in importPresets()
554 CustomAnimationPresetPtr CustomAnimationPresets::getEffectDescriptor( const rtl::OUString& rPresetI… in getEffectDescriptor()
568 const rtl::OUString& CustomAnimationPresets::getUINameForPresetId( const rtl::OUString& rPresetId )… in getUINameForPresetId()
573 const rtl::OUString& CustomAnimationPresets::getUINameForProperty( const rtl::OUString& rPresetId )… in getUINameForProperty()
578 const rtl::OUString& CustomAnimationPresets::translateName( const rtl::OUString& rId, const UString… in translateName()
591 void CustomAnimationPresets::changePresetSubType( CustomAnimationEffectPtr pEffect, const rtl::OUSt… in changePresetSubType()
606 CustomAnimationPresets* CustomAnimationPresets::mpCustomAnimationPresets = 0;
608 const CustomAnimationPresets& CustomAnimationPresets::getCustomAnimationPresets() in getCustomAnimationPresets()
616 mpCustomAnimationPresets = new sd::CustomAnimationPresets(); in getCustomAnimationPresets()
624 Reference< XAnimationNode > CustomAnimationPresets::getRandomPreset( sal_Int16 nPresetClass ) const in getRandomPreset()