Lines Matching refs:m_aMFYRotation
78 , 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()
271 …m_aMFYRotation.SetValue(static_cast<sal_Int64>(ThreeDHelper::getValueClippedToRange(static_cast<do… in IMPL_LINK()
275 …lcl_SetMetricFieldLimits( m_aMFYRotation, static_cast<sal_Int64>(ThreeDHelper::getYDegreeAngleLimi… in IMPL_LINK()
280 lcl_SetMetricFieldLimits( m_aMFYRotation, 180 ); in IMPL_LINK()
283 m_aMFYRotation.SetValue(m_nYRotation); in IMPL_LINK()