Searched refs:m_dMinValue (Results 1 – 2 of 2) sorted by relevance
342 ,m_dMinValue(0) \929 m_dMinValue = dMin; in SetMinValue()972 if (m_bHasMin && (dVal<m_dMinValue)) in ImplSetValue()973 dVal = m_dMinValue; in ImplSetValue()1051 if (m_bHasMin && (dNewVal<m_dMinValue)) in ImplGetValue()1052 dNewVal = m_dMinValue; in ImplGetValue()1111 SetValue(m_dMinValue); in First()
74 double m_dMinValue; member in FormattedField119 double GetMinValue() const { return m_dMinValue; } in GetMinValue()