Home
last modified time | relevance | path

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

/aoo4110/main/svtools/source/control/
H A Dfmtfield.cxx1007 sal_Bool FormattedField::ImplGetValue(double& dNewVal) in ImplGetValue() argument
1011 dNewVal = m_dCurrentValue; in ImplGetValue()
1015 dNewVal = m_dDefaultValue; in ImplGetValue()
1047 if (!ImplGetFormatter()->IsNumberFormat(sText, nFormatKey, dNewVal)) in ImplGetValue()
1051 if (m_bHasMin && (dNewVal<m_dMinValue)) in ImplGetValue()
1052 dNewVal = m_dMinValue; in ImplGetValue()
1053 if (m_bHasMax && (dNewVal>m_dMaxValue)) in ImplGetValue()
1054 dNewVal = m_dMaxValue; in ImplGetValue()
/aoo4110/main/svtools/inc/svtools/
H A Dfmtfield.hxx264 sal_Bool ImplGetValue(double& dNewVal);

Completed in 21 milliseconds