Searched refs:nValueMin (Results 1 – 3 of 3) sorted by relevance
213 sal_Int32 nValueMin = (sal_Int32) 0; in doAccessibleAction() local224 nValue = nValueMin; in doAccessibleAction()314 sal_Int32 nValue = 0, nValueMin = 0, nValueMax = 0; in setCurrentValue() local316 OSL_VERIFY( getMinimumValue() >>= nValueMin ); in setCurrentValue()319 if ( nValue < nValueMin ) in setCurrentValue()320 nValue = nValueMin; in setCurrentValue()
233 sal_Int32 nValue = 0, nValueMin = 0, nValueMax = 0; in setCurrentValue() local235 OSL_VERIFY( getMinimumValue() >>= nValueMin ); in setCurrentValue()238 if ( nValue < nValueMin ) in setCurrentValue()239 nValue = nValueMin; in setCurrentValue()
1182 sal_Int32 nValue(0), nValueMin(0), nValueMax(0); in setCurrentValue() local1184 getMinimumValue() >>= nValueMin; in setCurrentValue()1187 if ( nValue < nValueMin ) in setCurrentValue()1188 nValue = nValueMin; in setCurrentValue()
Completed in 26 milliseconds