Home
last modified time | relevance | path

Searched refs:rfYCorrection (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/chart2/source/view/main/
H A DLabelPositionHelper.cxx128 void lcl_correctRotation_Left( double& rfXCorrection, double& rfYCorrection in lcl_correctRotation_Left() argument
140 rfYCorrection = -aSize.Width*rtl::math::sin( fAnglePi )/2.0; in lcl_correctRotation_Left()
148 rfYCorrection = -aSize.Width *rtl::math::cos( beta )/2.0; in lcl_correctRotation_Left()
150 rfYCorrection = -aSize.Width *rtl::math::cos( beta ); in lcl_correctRotation_Left()
158 rfYCorrection = aSize.Width *rtl::math::sin( beta )/2.0; in lcl_correctRotation_Left()
160 rfYCorrection = aSize.Width *rtl::math::sin( beta ); in lcl_correctRotation_Left()
167 rfYCorrection = aSize.Width*rtl::math::sin( beta )/2.0; in lcl_correctRotation_Left()
171 void lcl_correctRotation_Right( double& rfXCorrection, double& rfYCorrection in lcl_correctRotation_Right() argument
183 rfYCorrection = aSize.Width*rtl::math::sin( fAnglePi )/2.0; in lcl_correctRotation_Right()
191 rfYCorrection = aSize.Width *rtl::math::sin( beta )/2.0; in lcl_correctRotation_Right()
[all …]