Searched refs:nDigitPre (Results 1 – 1 of 1) sorted by relevance
2044 sal_uInt16 nDigitPre = fExp >= 0.0 ? static_cast<sal_uInt16>(ceil(fExp)) : 1; in GetOutputString() local2046 if (nDigitPre > 15) in GetOutputString()2052 sal_uInt16 nPrec = nCharCount >= nDigitPre ? nCharCount - nDigitPre : 0; in GetOutputString()
Completed in 21 milliseconds