summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main/DragMethod_RotateDiagram.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-05-15 07:02:57 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-05-15 07:02:57 +0000
commit9484d0283f19485e958d5584273ef501c30ff125 (patch)
treef173a339955bcd884558f4d893d4efc997a011b2 /chart2/source/controller/main/DragMethod_RotateDiagram.hxx
parentINTEGRATION: CWS chart26_DEV300 (1.4.98); FILE MERGED (diff)
downloadcore-9484d0283f19485e958d5584273ef501c30ff125.tar.gz
core-9484d0283f19485e958d5584273ef501c30ff125.zip
INTEGRATION: CWS chart26_DEV300 (1.3.110); FILE MERGED
2008/04/23 19:41:31 iha 1.3.110.1: #i72994# correct 3D rotation
Diffstat (limited to 'chart2/source/controller/main/DragMethod_RotateDiagram.hxx')
-rw-r--r--chart2/source/controller/main/DragMethod_RotateDiagram.hxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/chart2/source/controller/main/DragMethod_RotateDiagram.hxx b/chart2/source/controller/main/DragMethod_RotateDiagram.hxx
index f35ca8d0771f..e2e9f4f7690f 100644
--- a/chart2/source/controller/main/DragMethod_RotateDiagram.hxx
+++ b/chart2/source/controller/main/DragMethod_RotateDiagram.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: DragMethod_RotateDiagram.hxx,v $
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
* This file is part of OpenOffice.org.
*
@@ -78,6 +78,12 @@ private:
double m_fAdditionalYAngleRad;
double m_fAdditionalZAngleRad;
+ sal_Int32 m_nInitialHorizontalAngleDegree;
+ sal_Int32 m_nInitialVerticalAngleDegree;
+
+ sal_Int32 m_nAdditionalHorizontalAngleDegree;
+ sal_Int32 m_nAdditionalVerticalAngleDegree;
+
RotationDirection m_eRotationDirection;
sal_Bool m_bRightAngledAxes;
};