Home
last modified time | relevance | path

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

/aoo41x/main/svtools/source/control/
H A Dfmtfield.cxx343 ,m_dMaxValue(0) \
941 m_dMaxValue = dMax; in SetMaxValue()
974 if (m_bHasMax && (dVal>m_dMaxValue)) in ImplSetValue()
975 dVal = m_dMaxValue; in ImplSetValue()
1053 if (m_bHasMax && (dNewVal>m_dMaxValue)) in ImplGetValue()
1054 dNewVal = m_dMaxValue; in ImplGetValue()
1125 SetValue(m_dMaxValue); in Last()
/aoo41x/main/svtools/inc/svtools/
H A Dfmtfield.hxx75 double m_dMaxValue; member in FormattedField
124 double GetMaxValue() const { return m_dMaxValue; } in GetMaxValue()

Completed in 17 milliseconds