summaryrefslogtreecommitdiff
path: root/sd/source/filter/eppt/pptexanimations.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/eppt/pptexanimations.hxx')
-rw-r--r--sd/source/filter/eppt/pptexanimations.hxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/sd/source/filter/eppt/pptexanimations.hxx b/sd/source/filter/eppt/pptexanimations.hxx
index 2b6da5830816..6bdd0eeb0bc9 100644
--- a/sd/source/filter/eppt/pptexanimations.hxx
+++ b/sd/source/filter/eppt/pptexanimations.hxx
@@ -70,6 +70,10 @@ const int AFTEREFFECT_SET = 2;
class AnimationExporter
{
css::uno::Any aTarget;
+ const EscherSolverContainer& mrSolverContainer;
+ ppt::ExSoundCollection& mrExSoundCollection;
+ std::vector< AfterEffectNodePtr > maAfterEffectNodes;
+ sal_Int32 mnCurrentGroup;
static void writeZString( SvStream& rStrm, const OUString& rVal );
static bool getColorAny( const css::uno::Any& rAny, const sal_Int16 nColorSpace, sal_Int32& rMode, sal_Int32& rA, sal_Int32& rB, sal_Int32& rC );
@@ -101,8 +105,6 @@ class AnimationExporter
void exportAnimateColor( SvStream& rStrm, const css::uno::Reference< css::animations::XAnimationNode >& xNode, int nAfterEffectType );
void exportIterate( SvStream& rStrm, const css::uno::Reference< css::animations::XAnimationNode >& xNode );
- const EscherSolverContainer& mrSolverContainer;
- ppt::ExSoundCollection& mrExSoundCollection;
void processAfterEffectNodes( const css::uno::Reference< css::animations::XAnimationNode >& xNode );
bool isAfterEffectNode( const css::uno::Reference< css::animations::XAnimationNode >& xNode ) const;
@@ -111,15 +113,11 @@ class AnimationExporter
static css::uno::Reference< css::animations::XAnimationNode > createAfterEffectNodeClone( const css::uno::Reference< css::animations::XAnimationNode >& xNode );
- std::vector< AfterEffectNodePtr > maAfterEffectNodes;
-
public:
AnimationExporter( const EscherSolverContainer& rSolverContainer, ppt::ExSoundCollection& rExSoundCollection );
void doexport( const css::uno::Reference< css::drawing::XDrawPage >& xPage, SvStream& rStrm );
- sal_Int32 mnCurrentGroup;
-
// helper methods also used in ooxml export
static css::uno::Any convertAnimateValue( const css::uno::Any& rSource, const OUString& rAttributeName );
static bool GetNodeType( const css::uno::Reference< css::animations::XAnimationNode >& xNode, sal_Int16& nType );