Searched refs:CustomAnimationEffectPtr (Results 1 – 16 of 16) sorted by relevance
/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 ); 291 SD_DLLPUBLIC void append( const CustomAnimationEffectPtr& pEffect ); 295 void remove( const CustomAnimationEffectPtr& pEffect ); 314 void update( const CustomAnimationEffectPtr& pEffect ); 321 EffectSequence::iterator find( const CustomAnimationEffectPtr& pEffect ); 343 virtual CustomAnimationEffectPtr getEffectFromOffset( sal_Int32 nOffset ) const; [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 | 223 CustomAnimationEffectPtr mpEffect; 337 CustomAnimationEffectPtr mpEffect; 587 void operator()(CustomAnimationEffectPtr pEffect); 603 std::list< CustomAnimationEffectPtr > aExpanded; in update() 604 std::list< CustomAnimationEffectPtr > aSelected; in update() 606 CustomAnimationEffectPtr pFirstVisibleEffect; in update() 619 CustomAnimationEffectPtr pEffect( pEntry->getEffect() ); in update() 672 CustomAnimationEffectPtr pEffect( pEntry->getEffect() ); in update() 801 CustomAnimationEffectPtr pEffect( pEntry->getEffect() ); in selectShape() 886 CustomAnimationEffectPtr pEffect( pEntry->getEffect() ); in getSelection() [all …]
|
H A D | CustomAnimationPane.cxx | 956 CustomAnimationEffectPtr pEffect( (*aIter++) ); in updateMotionPathImpl() 1343 CustomAnimationEffectPtr pEffect = (*aIter++); in createSelectionSet() 1462 CustomAnimationEffectPtr pEffect = (*aIter++); in changeSelection() 2160 CustomAnimationEffectPtr pEffect = (*aIter++); in onRemove() 2211 CustomAnimationEffectPtr pEffect = (*aIter++); in onChangeStart() 2244 CustomAnimationEffectPtr pEffect = (*aIter++); in onChangeProperty() 2289 CustomAnimationEffectPtr pEffect = (*aIter++); in onChangeSpeed() 2379 CustomAnimationEffectPtr pEffect = (*aIter++); in moveSelection() 2409 CustomAnimationEffectPtr pEffect = (*aIter++); in moveSelection() 2483 CustomAnimationEffectPtr pEffect = (*aIter++); in onPreview() [all …]
|
H A D | CustomAnimationList.hxx | 38 typedef boost::shared_ptr< CustomAnimationEffect > CustomAnimationEffectPtr; typedef 62 void select( CustomAnimationEffectPtr pEffect, bool bSelect = true ); 98 bool isExpanded( const CustomAnimationEffectPtr& pEffect ) const; 107 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 | 1799 CustomAnimationEffectPtr pEffect = (*aIter++); in reset() 1824 CustomAnimationEffectPtr pEffect; in append() 1898 CustomAnimationEffectPtr pEffect; in append() 2306 CustomAnimationEffectPtr pEffect; in findEffect() 2345 CustomAnimationEffectPtr pEffect; in getEffectFromOffset() 2694 CustomAnimationEffectPtr pNewEffect; in createTextGroupParagraphEffects() 2850 CustomAnimationEffectPtr pEffect; in setAnimateForm() 2947 bool operator()( const CustomAnimationEffectPtr& p1, const CustomAnimationEffectPtr& p2 ); 2971 …ImplStlTextGroupSortHelper::operator()( const CustomAnimationEffectPtr& p1, const CustomAnimationE… in operator ()() 3167 CustomAnimationEffectPtr pMasterEffect; in processAfterEffect() [all …]
|
H A D | EffectMigration.cxx | 428 CustomAnimationEffectPtr pEffect( (*aIter) ); in ImplFindEffect() 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() 1019 CustomAnimationEffectPtr pEffect( (*aIter) ); in SetDimHide() 1093 CustomAnimationEffectPtr pEffect( (*aIter) ); in SetDimPrevious() 1164 CustomAnimationEffectPtr pEffect = (*aIter); in SetPresentationOrder() [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()
|
Completed in 114 milliseconds