Home
last modified time | relevance | path

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

/aoo41x/main/chart2/source/controller/dialogs/
H A Dtp_3D_SceneGeometry.cxx78 , m_aMFYRotation ( this, SchResId( MTR_FLD_Y_ROTATION ) ) in ThreeD_SceneGeometry_TabPage()
104 m_nYRotation = ::basegfx::fround(-1.0*fYAngle*pow(10.0,m_aMFYRotation.GetDecimalDigits())); in ThreeD_SceneGeometry_TabPage()
112 m_aMFYRotation.SetValue(m_nYRotation); in ThreeD_SceneGeometry_TabPage()
123 m_aMFYRotation.EnableUpdateData( nTimeout ); in ThreeD_SceneGeometry_TabPage()
124 m_aMFYRotation.SetUpdateDataHdl( aAngleChangedLink ); in ThreeD_SceneGeometry_TabPage()
125 m_aMFYRotation.SetModifyHdl( aAngleEditedLink ); 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()
280 lcl_SetMetricFieldLimits( m_aMFYRotation, 180 ); in IMPL_LINK()
[all …]
H A Dtp_3D_SceneGeometry.hxx85 MetricField m_aMFYRotation; member in chart::ThreeD_SceneGeometry_TabPage

Completed in 7 milliseconds