Home
last modified time | relevance | path

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

/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblecheckbox.cxx213 sal_Int32 nValueMin = (sal_Int32) 0; in doAccessibleAction() local
224 nValue = nValueMin; in doAccessibleAction()
314 sal_Int32 nValue = 0, nValueMin = 0, nValueMax = 0; in setCurrentValue() local
316 OSL_VERIFY( getMinimumValue() >>= nValueMin ); in setCurrentValue()
319 if ( nValue < nValueMin ) in setCurrentValue()
320 nValue = nValueMin; in setCurrentValue()
H A Dvclxaccessiblescrollbar.cxx233 sal_Int32 nValue = 0, nValueMin = 0, nValueMax = 0; in setCurrentValue() local
235 OSL_VERIFY( getMinimumValue() >>= nValueMin ); in setCurrentValue()
238 if ( nValue < nValueMin ) in setCurrentValue()
239 nValue = nValueMin; in setCurrentValue()
/trunk/main/accessibility/source/extended/
H A Daccessiblelistboxentry.cxx1182 sal_Int32 nValue(0), nValueMin(0), nValueMax(0); in setCurrentValue() local
1184 getMinimumValue() >>= nValueMin; in setCurrentValue()
1187 if ( nValue < nValueMin ) in setCurrentValue()
1188 nValue = nValueMin; in setCurrentValue()

Completed in 29 milliseconds