Home
last modified time | relevance | path

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

/aoo4110/main/svtools/source/uno/
H A Dunoiface.cxx2094 sal_Int32 nValMax; in ImplUpdateValue() local
2100 nValMax = m_nValueMax; in ImplUpdateValue()
2105 nValMax = m_nValueMin; in ImplUpdateValue()
2113 else if (m_nValue > nValMax) in ImplUpdateValue()
2115 nVal = nValMax; in ImplUpdateValue()
2124 if (nValMin != nValMax) in ImplUpdateValue()
2126 nPercent = 100 * (nVal - nValMin) / (nValMax - nValMin); in ImplUpdateValue()

Completed in 32 milliseconds