Home
last modified time | relevance | path

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

/trunk/main/svl/source/numbers/
H A Dzformat.cxx2044 sal_uInt16 nDigitPre = fExp >= 0.0 ? static_cast<sal_uInt16>(ceil(fExp)) : 1; in GetOutputString() local
2046 if (nDigitPre > 15) in GetOutputString()
2052 sal_uInt16 nPrec = nCharCount >= nDigitPre ? nCharCount - nDigitPre : 0; in GetOutputString()

Completed in 37 milliseconds