summaryrefslogtreecommitdiffstats
path: root/sd/inc/CustomAnimationEffect.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/inc/CustomAnimationEffect.hxx')
-rw-r--r--sd/inc/CustomAnimationEffect.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sd/inc/CustomAnimationEffect.hxx b/sd/inc/CustomAnimationEffect.hxx
index 1250238f1999..ceb7333d08c8 100644
--- a/sd/inc/CustomAnimationEffect.hxx
+++ b/sd/inc/CustomAnimationEffect.hxx
@@ -95,9 +95,6 @@ public:
SAL_DLLPRIVATE double getAbsoluteDuration() const { return mfAbsoluteDuration; }
- SAL_DLLPRIVATE const OUString& getName() const { return maName; }
- SAL_DLLPRIVATE void setName( const OUString& rName ) { maName = rName; }
-
SAL_DLLPRIVATE sal_Int16 getIterateType() const { return mnIterateType; }
void setIterateType( sal_Int16 nIterateType );
@@ -140,9 +137,6 @@ public:
SAL_DLLPRIVATE ::com::sun::star::uno::Any getColor( sal_Int32 nIndex );
SAL_DLLPRIVATE void setColor( sal_Int32 nIndex, const ::com::sun::star::uno::Any& rColor );
- SAL_DLLPRIVATE ::com::sun::star::uno::Any getRotation();
- SAL_DLLPRIVATE void setRotation( const ::com::sun::star::uno::Any& rRotation );
-
SAL_DLLPRIVATE sal_Int32 getGroupId() const { return mnGroupId; }
SAL_DLLPRIVATE void setGroupId( sal_Int32 nGroupId );
@@ -243,7 +237,6 @@ public:
void reset();
void addEffect( CustomAnimationEffectPtr& pEffect );
- const ::com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& getTarget() const { return maTarget; }
const EffectSequence& getEffects() const { return maEffects; }
/* -1: as single object, 0: all at once, n > 0: by n Th paragraph */
@@ -285,7 +278,6 @@ public:
SAL_DLLPRIVATE CustomAnimationEffectPtr append( const CustomAnimationPresetPtr& pDescriptor, const ::com::sun::star::uno::Any& rTarget, double fDuration = -1.0 );
SAL_DLLPRIVATE CustomAnimationEffectPtr append( const SdrPathObj& rPathObj, const ::com::sun::star::uno::Any& rTarget, double fDuration = -1.0 );
void append( const CustomAnimationEffectPtr& pEffect );
- SAL_DLLPRIVATE void insert( EffectSequence::iterator& rPos, const CustomAnimationEffectPtr& pEffect );
SAL_DLLPRIVATE void replace( const CustomAnimationEffectPtr& pEffect, const CustomAnimationPresetPtr& pDescriptor, double fDuration = -1.0 );
SAL_DLLPRIVATE void replace( const CustomAnimationEffectPtr& pEffect, const CustomAnimationPresetPtr& pDescriptor, const OUString& rPresetSubType, double fDuration = -1.0 );
SAL_DLLPRIVATE void remove( const CustomAnimationEffectPtr& pEffect );
@@ -305,10 +297,6 @@ public:
SAL_DLLPRIVATE virtual bool hasEffect( const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape );
SAL_DLLPRIVATE virtual void onTextChanged( const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape );
- /** this must be called if effects from this sequence are changed.
- the method will call the registered listeners */
- SAL_DLLPRIVATE void update( const CustomAnimationEffectPtr& pEffect );
-
/** this method rebuilds the animation nodes */
SAL_DLLPRIVATE virtual void rebuild();