Searched refs:nTempVal (Results 1 – 3 of 3) sorted by relevance
448 double nTempVal = rValue; in ImplNumericReformat() local450 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() local1486 if ( nTempVal > GetMax() ) in ImplMetricReformat()1488 else if ( nTempVal < GetMin()) in ImplMetricReformat()2121 double nTempVal = nValue; in ImplCurrencyReformat() local2123 if ( nTempVal > GetMax() ) in ImplCurrencyReformat()[all …]
292 BigInt nTempVal = nValue; in ImplLongCurrencyReformat() local293 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()
156 sal_Int16 nTempVal = -1; in cursorMoved() local165 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 41 milliseconds