Searched refs:CustomAnimationPresetPtr (Results 1 – 10 of 10) sorted by relevance
| /AOO41X/main/sd/source/ui/animations/ |
| H A D | CustomAnimationCreateDialog.cxx | 193 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() 351 …CustomAnimationPresetPtr*p = static_cast< CustomAnimationPresetPtr* >( mpLBEffects->GetEntryData( … in onSelectEffect() 356 CustomAnimationPresetPtr pPreset( *p ); in onSelectEffect() [all …]
|
| H A D | CustomAnimationCreateDialog.hxx | 52 CustomAnimationPresetPtr getSelectedPreset() const; 57 void preview( const CustomAnimationPresetPtr& pPreset ) const;
|
| H A D | CustomAnimationPane.cxx | 776 … CustomAnimationPresetPtr pDescriptor = getPresets().getEffectDescriptor( pEffect->getPresetId() ); in updateControls() 1414 … CustomAnimationPresetPtr pDescriptor = rPresets.getEffectDescriptor( pEffect->getPresetId() ); in createSelectionSet() 2039 CustomAnimationPresetPtr pDescriptor = pDlg->getSelectedPreset(); in onChange()
|
| H A D | CustomAnimationDialog.cxx | 156 CustomAnimationPresetPtr pDescriptor = rPresets.getEffectDescriptor( rPresetId ); in setValue()
|
| /AOO41X/main/sd/inc/ |
| H A D | CustomAnimationPreset.hxx | 81 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 D | CustomAnimationEffect.hxx | 56 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 D | CustomAnimationPreset.cxx | 394 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 D | EffectMigration.cxx | 463 CustomAnimationPresetPtr pPreset( rPresets.getEffectDescriptor( aPresetId ) ); in SetAnimationEffect() 638 CustomAnimationPresetPtr pPreset( rPresets.getEffectDescriptor( aPresetId ) ); in SetTextAnimationEffect() 679 …CustomAnimationPresetPtr pShapePreset( rPresets.getEffectDescriptor( OUString( RTL_CONSTASCII_USTR… in SetTextAnimationEffect()
|
| H A D | CustomAnimationEffect.cxx | 1822 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 D | ppt97animations.cxx | 677 ::sd::CustomAnimationPresetPtr pPreset( rPresets.getEffectDescriptor( this->GetPresetId() ) ); in createAndSetCustomAnimationEffect()
|