Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dfield.cxx448 double nTempVal = rValue; in ImplNumericReformat() local
450 if ( nTempVal > mnMax ) in ImplNumericReformat()
451 nTempVal = (double)mnMax; in ImplNumericReformat()
452 else if ( nTempVal < mnMin ) in ImplNumericReformat()
453 nTempVal = (double)mnMin; in ImplNumericReformat()
1484 double nTempVal = rValue; in ImplMetricReformat() local
1486 if ( nTempVal > GetMax() ) in ImplMetricReformat()
1488 else if ( nTempVal < GetMin()) in ImplMetricReformat()
2121 double nTempVal = nValue; in ImplCurrencyReformat() local
2123 if ( nTempVal > GetMax() ) in ImplCurrencyReformat()
[all …]
H A Dlongcurr.cxx292 BigInt nTempVal = nValue; in ImplLongCurrencyReformat() local
293 if ( nTempVal > nMax ) in ImplLongCurrencyReformat()
294 nTempVal = nMax; in ImplLongCurrencyReformat()
295 else if ( nTempVal < nMin ) in ImplLongCurrencyReformat()
296 nTempVal = nMin; in ImplLongCurrencyReformat()
298 if ( rFormatter.GetErrorHdl().IsSet() && (nValue != nTempVal) ) in ImplLongCurrencyReformat()
300 rFormatter.mnCorrectedValue = nTempVal; in ImplLongCurrencyReformat()
312 …rOutStr = ImplGetCurr( rLocaleDataWrapper, nTempVal, nDecDigits, rFormatter.GetCurrencySymbol(), r… in ImplLongCurrencyReformat()
/trunk/main/extensions/source/bibliography/
H A Dgeneral.cxx156 sal_Int16 nTempVal = -1; in cursorMoved() local
165 nTempVal = xCol->getShort(); in cursorMoved()
167 if (!nTempVal || xCol->wasNull()) in cursorMoved()
171 nTempVal = -1; in cursorMoved()
175 if(nTempVal < 0 || nTempVal >= TYPE_COUNT) in cursorMoved()

Completed in 32 milliseconds