Home
last modified time | relevance | path

Searched refs:CustomAnimationPresetPtr (Results 1 – 10 of 10) sorted by relevance

/aoo42x/main/sd/source/ui/animations/
H A DCustomAnimationCreateDialog.cxx193 CustomAnimationPresetPtr getSelectedPreset() const;
227 bool operator()( const CustomAnimationPresetPtr& p1, const CustomAnimationPresetPtr& p2 );
248 …tlEffectCategorySortHelper::operator()( const CustomAnimationPresetPtr& p1, const CustomAnimationP… in operator ()()
298 CustomAnimationPresetPtr pDescriptor = (*aIter++); in CustomAnimationCreateTabPage()
351CustomAnimationPresetPtr*p = static_cast< CustomAnimationPresetPtr* >( mpLBEffects->GetEntryData( … in onSelectEffect()
356 CustomAnimationPresetPtr pPreset( *p ); in onSelectEffect()
395 CustomAnimationPresetPtr pPreset; in getSelectedPreset()
401 pPreset = *static_cast< CustomAnimationPresetPtr* >( pEntryData ); in getSelectedPreset()
438 CustomAnimationPresetPtr pPreset = getSelectedPreset(); in getDuration()
502 CustomAnimationPresetPtr& pPtr = *static_cast< CustomAnimationPresetPtr* >(pEntryData); in select()
[all …]
H A DCustomAnimationCreateDialog.hxx52 CustomAnimationPresetPtr getSelectedPreset() const;
57 void preview( const CustomAnimationPresetPtr& pPreset ) const;
H A DCustomAnimationPane.cxx776 CustomAnimationPresetPtr pDescriptor = getPresets().getEffectDescriptor( pEffect->getPresetId() ); in updateControls()
1414 CustomAnimationPresetPtr pDescriptor = rPresets.getEffectDescriptor( pEffect->getPresetId() ); in createSelectionSet()
2042 CustomAnimationPresetPtr pDescriptor = pDlg->getSelectedPreset(); in onChange()
H A DCustomAnimationDialog.cxx156 CustomAnimationPresetPtr pDescriptor = rPresets.getEffectDescriptor( rPresetId ); in setValue()
/aoo42x/main/sd/inc/
H A DCustomAnimationPreset.hxx81 typedef boost::shared_ptr< CustomAnimationPreset > CustomAnimationPresetPtr; typedef
82 typedef std::hash_map<rtl::OUString, CustomAnimationPresetPtr, comphelper::UStringHash, comphelper:…
83 typedef std::vector< CustomAnimationPresetPtr > EffectDescriptorList;
108 SD_DLLPUBLIC CustomAnimationPresetPtr getEffectDescriptor( const rtl::OUString& rPresetId ) const;
H A DCustomAnimationEffect.hxx56 typedef boost::shared_ptr< CustomAnimationPreset > CustomAnimationPresetPtr; typedef
289 …CustomAnimationEffectPtr append( const CustomAnimationPresetPtr& pDescriptor, const ::com::sun::st…
293 …void replace( const CustomAnimationEffectPtr& pEffect, const CustomAnimationPresetPtr& pDescriptor…
294 …void replace( const CustomAnimationEffectPtr& pEffect, const CustomAnimationPresetPtr& pDescriptor…
/aoo42x/main/sd/source/core/
H A DCustomAnimationPreset.cxx394 CustomAnimationPresetPtr pDescriptor = getEffectDescriptor( aPresetId ); in importEffects()
517 CustomAnimationPresetPtr pEffect = getEffectDescriptor( *pEffectNames ); in importPresets()
554 CustomAnimationPresetPtr CustomAnimationPresets::getEffectDescriptor( const rtl::OUString& rPresetI… in getEffectDescriptor()
564 return CustomAnimationPresetPtr((CustomAnimationPreset*)0); in getEffectDescriptor()
595 CustomAnimationPresetPtr pDescriptor( getEffectDescriptor( pEffect->getPresetId() ) ); in changePresetSubType()
647 CustomAnimationPresetPtr pPreset = pCategory->maEffects[nDescriptor]; in getRandomPreset()
H A DEffectMigration.cxx463 CustomAnimationPresetPtr pPreset( rPresets.getEffectDescriptor( aPresetId ) ); in SetAnimationEffect()
638 CustomAnimationPresetPtr pPreset( rPresets.getEffectDescriptor( aPresetId ) ); in SetTextAnimationEffect()
679CustomAnimationPresetPtr pShapePreset( rPresets.getEffectDescriptor( OUString( RTL_CONSTASCII_USTR… in SetTextAnimationEffect()
H A DCustomAnimationEffect.cxx1822 CustomAnimationEffectPtr EffectSequenceHelper::append( const CustomAnimationPresetPtr& pPreset, con… in append()
1947 …Helper::replace( const CustomAnimationEffectPtr& pEffect, const CustomAnimationPresetPtr& pPreset,… in replace()
1970 …Helper::replace( const CustomAnimationEffectPtr& pEffect, const CustomAnimationPresetPtr& pPreset,… in replace()
/aoo42x/main/sd/source/filter/ppt/
H A Dppt97animations.cxx677 ::sd::CustomAnimationPresetPtr pPreset( rPresets.getEffectDescriptor( this->GetPresetId() ) ); in createAndSetCustomAnimationEffect()

Completed in 71 milliseconds