Lines Matching refs:m_aMfNegative
119 m_aMfNegative( pParent, SchResId( MF_NEGATIVE )), in ErrorBarResources()
263 m_aMfNegative.Show( ! bShowRange ); in UpdateControlStates()
289 m_aMfNegative.SetDecimalDigits( 1 ); in UpdateControlStates()
290 m_aMfNegative.SetSpinSize( 10 ); in UpdateControlStates()
296 m_aMfNegative.SetDecimalDigits( m_nConstDecimalDigits ); in UpdateControlStates()
297 m_aMfNegative.SetSpinSize( m_nConstSpinSize ); in UpdateControlStates()
300 m_aMfNegative.SetCustomUnitText( aCustomUnit ); in UpdateControlStates()
347 m_aMfNegative.Enable( bNegEnabled ); in UpdateControlStates()
416 m_aMfPositive.GetValue() == m_aMfNegative.GetValue());
440 m_aMfNegative.SetValue( m_aMfPositive.GetValue()); in IMPL_LINK()
576 …sal_Int32 nMinusValue = static_cast< sal_Int32 >( fMinusValue * pow(10.0,m_aMfNegative.GetDecimalD… in Reset()
577 m_aMfNegative.SetValue( nMinusValue ); in Reset()
682 fNegValue = static_cast< double >( m_aMfNegative.GetValue()) / in FillItemSet()
683 pow( 10.0, m_aMfNegative.GetDecimalDigits()); in FillItemSet()