Home
last modified time | relevance | path

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

/aoo42x/main/chart2/source/controller/dialogs/
H A Dtp_3D_SceneGeometry.cxx84 , m_nYRotation(0) in ThreeD_SceneGeometry_TabPage()
104 m_nYRotation = ::basegfx::fround(-1.0*fYAngle*pow(10.0,m_aMFYRotation.GetDecimalDigits())); in ThreeD_SceneGeometry_TabPage()
108 lcl_shiftAngleToValidRange( m_nYRotation ); in ThreeD_SceneGeometry_TabPage()
112 m_aMFYRotation.SetValue(m_nYRotation); in ThreeD_SceneGeometry_TabPage()
189 fYAngle = double(-1.0*m_nYRotation)/double(pow(10.0,m_aMFYRotation.GetDecimalDigits())); in applyAnglesToModel()
204 m_nYRotation = m_aMFYRotation.GetValue(); in IMPL_LINK()
267 m_nYRotation = m_aMFYRotation.GetValue(); in IMPL_LINK()
271 …t<sal_Int64>(ThreeDHelper::getValueClippedToRange(static_cast<double>(m_nYRotation), ThreeDHelper:… in IMPL_LINK()
283 m_aMFYRotation.SetValue(m_nYRotation); in IMPL_LINK()
H A Dtp_3D_SceneGeometry.hxx95 sal_Int64 m_nYRotation; member in chart::ThreeD_SceneGeometry_TabPage

Completed in 18 milliseconds