INTEGRATION: CWS chart26_DEV300 (1.3.110); FILE MERGED

2008/04/23 19:41:31 iha 1.3.110.1: #i72994# correct 3D rotation
This commit is contained in:
Vladimir Glazounov 2008-05-15 07:02:57 +00:00
parent 7aaedb8d11
commit 9484d0283f

View file

@ -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;
};