Home
last modified time | relevance | path

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

/trunk/main/svtools/source/uno/
H A Dunoiface.cxx2093 sal_Int32 nValMin; in ImplUpdateValue() local
2099 nValMin = m_nValueMin; in ImplUpdateValue()
2104 nValMin = m_nValueMax; in ImplUpdateValue()
2109 if (m_nValue < nValMin) in ImplUpdateValue()
2111 nVal = nValMin; in ImplUpdateValue()
2124 if (nValMin != nValMax) in ImplUpdateValue()
2126 nPercent = 100 * (nVal - nValMin) / (nValMax - nValMin); in ImplUpdateValue()

Completed in 32 milliseconds