| /trunk/main/sd/inc/ |
| H A D | CustomAnimationEffect.hxx | 58 typedef boost::shared_ptr< CustomAnimationEffect > CustomAnimationEffectPtr; typedef 60 typedef std::list< CustomAnimationEffectPtr > EffectSequence; 77 CustomAnimationEffectPtr clone() const; 227 bool operator()( CustomAnimationEffectPtr pEffect ) const; 250 void addEffect( CustomAnimationEffectPtr& pEffect ); 289 …CustomAnimationEffectPtr append( const CustomAnimationPresetPtr& pDescriptor, const ::com::sun::st… 290 …CustomAnimationEffectPtr append( const SdrPathObj& rPathObj, const ::com::sun::star::uno::Any& rTa… 291 SD_DLLPUBLIC void append( const CustomAnimationEffectPtr& pEffect ); 292 void insert( EffectSequence::iterator& rPos, const CustomAnimationEffectPtr& pEffect ); 293 …void replace( const CustomAnimationEffectPtr& pEffect, const CustomAnimationPresetPtr& pDescriptor… [all …]
|
| H A D | CustomAnimationPreset.hxx | 42 typedef std::hash_map< rtl::OUString, CustomAnimationEffectPtr, comphelper::UStringHash, comphelper… 51 CustomAnimationPreset( CustomAnimationEffectPtr pEffect ); 53 void add( CustomAnimationEffectPtr pEffect ); 121 …void changePresetSubType( CustomAnimationEffectPtr pEffect, const rtl::OUString& rPresetSubType ) …
|
| /trunk/main/sd/source/ui/animations/ |
| H A D | CustomAnimationList.cxx | 213 …tryItem( SvLBoxEntry*,sal_uInt16 nFlags, OUString aDescription, CustomAnimationEffectPtr pEffect, … 223 CustomAnimationEffectPtr mpEffect; 228 … SvLBoxEntry* pEntry, sal_uInt16 nFlags, OUString aDescription, CustomAnimationEffectPtr pEffect, … in CustomAnimationListEntryItem() 331 CustomAnimationListEntry( CustomAnimationEffectPtr pEffect ); 334 CustomAnimationEffectPtr getEffect() const { return mpEffect; } in getEffect() 337 CustomAnimationEffectPtr mpEffect; 348 CustomAnimationListEntry::CustomAnimationListEntry( CustomAnimationEffectPtr pEffect ) in CustomAnimationListEntry() 538 void CustomAnimationList::select( CustomAnimationEffectPtr pEffect, bool bSelect /* = true */ ) in select() 584 struct stl_append_effect_func : public std::unary_function<CustomAnimationEffectPtr, void> 587 void operator()(CustomAnimationEffectPtr pEffect); [all …]
|
| H A D | CustomAnimationPane.cxx | 761 CustomAnimationEffectPtr pEffect = maListSelection.front(); in updateControls() 916 CustomAnimationEffectPtr pEffect = (*aRebuildIter++); in updateControls() 952 CustomAnimationEffectPtr pEffect( (*aIter++) ); in updateMotionPathImpl() 1164 Any CustomAnimationPane::getProperty1Value( sal_Int32 nType, CustomAnimationEffectPtr pEffect ) in getProperty1Value() 1219 bool CustomAnimationPane::setProperty1Value( sal_Int32 nType, CustomAnimationEffectPtr pEffect, con… in setProperty1Value() 1339 CustomAnimationEffectPtr pEffect = (*aIter++); in createSelectionSet() 1458 CustomAnimationEffectPtr pEffect = (*aIter++); in changeSelection() 1718 CustomAnimationEffectPtr const& pEffect = (*iter++); in changeSelection() 2051 … CustomAnimationEffectPtr pCreated = mpMainSequence->append( pDescriptor, (*aIter), fDuration ); in onChange() 2083 CustomAnimationEffectPtr pEffect = (*aIter++); in onChange() [all …]
|
| H A D | CustomAnimationList.hxx | 36 typedef boost::shared_ptr< CustomAnimationEffect > CustomAnimationEffectPtr; typedef 60 void select( CustomAnimationEffectPtr pEffect, bool bSelect = true ); 96 bool isExpanded( const CustomAnimationEffectPtr& pEffect ) const; 105 void append( CustomAnimationEffectPtr pEffect );
|
| H A D | motionpathtag.hxx | 51 …MotionPathTag( CustomAnimationPane& rPane, ::sd::View& rView, const CustomAnimationEffectPtr& pEff… 69 const CustomAnimationEffectPtr& getEffect() const { return mpEffect; } in getEffect() 116 CustomAnimationEffectPtr mpEffect;
|
| H A D | CustomAnimationPane.hxx | 84 void remove( CustomAnimationEffectPtr& pEffect ); 120 … ::com::sun::star::uno::Any getProperty1Value( sal_Int32 nType, CustomAnimationEffectPtr pEffect ); 121 …bool setProperty1Value( sal_Int32 nType, CustomAnimationEffectPtr pEffect, const ::com::sun::star:…
|
| H A D | CustomAnimationDialog.hxx | 169 CustomAnimationEffectPtr mpEffect;
|
| H A D | CustomAnimationCreateDialog.cxx | 645 CustomAnimationEffectPtr pNew( in preview()
|
| H A D | motionpathtag.cxx | 367 …onPathTag( CustomAnimationPane& rPane, ::sd::View& rView, const CustomAnimationEffectPtr& pEffect ) in MotionPathTag()
|
| /trunk/main/sd/source/core/ |
| H A D | CustomAnimationEffect.cxx | 395 CustomAnimationEffectPtr CustomAnimationEffect::clone() const in clone() 399 CustomAnimationEffectPtr pEffect( new CustomAnimationEffect( xNode ) ); in clone() 1799 CustomAnimationEffectPtr pEffect = (*aIter++); in reset() 1813 void EffectSequenceHelper::append( const CustomAnimationEffectPtr& pEffect ) in append() 1822 CustomAnimationEffectPtr EffectSequenceHelper::append( const CustomAnimationPresetPtr& pPreset, con… in append() 1824 CustomAnimationEffectPtr pEffect; in append() 1896 CustomAnimationEffectPtr EffectSequenceHelper::append( const SdrPathObj& rPathObj, const Any& rTarg… in append() 1898 CustomAnimationEffectPtr pEffect; in append() 1947 void EffectSequenceHelper::replace( const CustomAnimationEffectPtr& pEffect, const CustomAnimationP… in replace() 1970 void EffectSequenceHelper::replace( const CustomAnimationEffectPtr& pEffect, const CustomAnimationP… in replace() [all …]
|
| H A D | EffectMigration.cxx | 428 CustomAnimationEffectPtr pEffect( (*aIter) ); in ImplFindEffect() 517 CustomAnimationEffectPtr pEffect( new CustomAnimationEffect( xNode ) ); in SetAnimationEffect() 539 CustomAnimationEffectPtr pEffect; in SetAnimationEffect() 579 CustomAnimationEffectPtr pEffect( (*aIter) ); in GetAnimationEffect() 662 CustomAnimationEffectPtr pShapeEffect; in SetTextAnimationEffect() 868 CustomAnimationEffectPtr pEffect( (*aIter) ); in SetAnimationSpeed() 896 CustomAnimationEffectPtr pEffect( (*aIter) ); in GetAnimationSpeed() 948 CustomAnimationEffectPtr pEffect( (*aIter) ); in SetDimColor() 979 CustomAnimationEffectPtr pEffect( (*aIter) ); in GetDimColor() 1019 CustomAnimationEffectPtr pEffect( (*aIter) ); in SetDimHide() [all …]
|
| H A D | undoanim.cxx | 139 CustomAnimationEffectPtr pEffect( pMainSequence->findEffect( xNode ) ); in UndoAnimationPathImpl() 149 CustomAnimationEffectPtr getEffect() const in getEffect() 151 CustomAnimationEffectPtr pEffect; in getEffect() 179 CustomAnimationEffectPtr pEffect = mpImpl->getEffect(); in Undo() 189 CustomAnimationEffectPtr pEffect = mpImpl->getEffect(); in Redo()
|
| H A D | CustomAnimationPreset.cxx | 140 CustomAnimationPreset::CustomAnimationPreset( CustomAnimationEffectPtr pEffect ) in CustomAnimationPreset() 169 void CustomAnimationPreset::add( CustomAnimationEffectPtr pEffect ) in add() 197 CustomAnimationEffectPtr pEffect = maSubTypes[strSubType]; in create() 391 CustomAnimationEffectPtr pEffect = (*aIter); in importEffects() 591 void CustomAnimationPresets::changePresetSubType( CustomAnimationEffectPtr pEffect, const rtl::OUSt… in changePresetSubType()
|
| /trunk/main/sd/source/filter/ppt/ |
| H A D | ppt97animations.cxx | 687 …::sd::CustomAnimationEffectPtr pEffect( new ::sd::CustomAnimationEffect( pPreset->create( this->Ge… in createAndSetCustomAnimationEffect() 763 ::sd::CustomAnimationEffectPtr pLastEffect; in createAndSetCustomAnimationEffect() 767 ::sd::CustomAnimationEffectPtr pGroupEffect(*aIter); in createAndSetCustomAnimationEffect()
|
| /trunk/main/sd/source/ui/func/ |
| H A D | fuconbez.cxx | 234 … CustomAnimationEffectPtr pCreated( pMainSequence->append( *pPathObj, *pTarget++, fDuration ) ); in MouseButtonUp()
|