Searched defs:nDigitPre (Results 1 – 1 of 1) sorted by relevance
/trunk/main/svl/source/numbers/ | ||
H A D | zformat.cxx | 2044 sal_uInt16 nDigitPre = fExp >= 0.0 ? static_cast<sal_uInt16>(ceil(fExp)) : 1; in GetOutputString() local |
Completed in 42 milliseconds