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:
parent
7aaedb8d11
commit
9484d0283f
1 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue