Home
last modified time | relevance | path

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

/AOO41X/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 ()()
289 std::vector< CustomAnimationPresetPtr > aSortedVector(pCategory->maEffects.size()); in CustomAnimationCreateTabPage()
294 std::vector< CustomAnimationPresetPtr >::const_iterator aIter( aSortedVector.begin() ); in CustomAnimationCreateTabPage()
295 … const std::vector< CustomAnimationPresetPtr >::const_iterator aEnd( aSortedVector.end() ); in CustomAnimationCreateTabPage()
298 CustomAnimationPresetPtr pDescriptor = (*aIter++); in CustomAnimationCreateTabPage()
302 …mpLBEffects->SetEntryData( nPos, static_cast<void*>( new CustomAnimationPresetPtr( pDescriptor ) )… in CustomAnimationCreateTabPage()
351CustomAnimationPresetPtr*p = static_cast< CustomAnimationPresetPtr* >( mpLBEffects->GetEntryData( … in onSelectEffect()
356 CustomAnimationPresetPtr pPreset( *p ); in onSelectEffect()
[all …]
H A DCustomAnimationCreateDialog.hxx52 CustomAnimationPresetPtr getSelectedPreset() const;
57 void preview( const CustomAnimationPresetPtr& pPreset ) const;
H A DCustomAnimationPane.cxx776CustomAnimationPresetPtr pDescriptor = getPresets().getEffectDescriptor( pEffect->getPresetId() ); in updateControls()
1414CustomAnimationPresetPtr pDescriptor = rPresets.getEffectDescriptor( pEffect->getPresetId() ); in createSelectionSet()
2039 CustomAnimationPresetPtr pDescriptor = pDlg->getSelectedPreset(); in onChange()
H A DCustomAnimationDialog.cxx156 CustomAnimationPresetPtr pDescriptor = rPresets.getEffectDescriptor( rPresetId ); in setValue()
/AOO41X/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…
/AOO41X/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()
/AOO41X/main/sd/source/filter/ppt/
H A Dppt97animations.cxx677 ::sd::CustomAnimationPresetPtr pPreset( rPresets.getEffectDescriptor( this->GetPresetId() ) ); in createAndSetCustomAnimationEffect()