Home
last modified time | relevance | path

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

/trunk/main/svl/source/numbers/
H A Dzforscan.cxx1082 nCntExp = 0; in Reset()
2044 nCntExp = nCounter; in FinalScan()
2053 nCntExp = nCounter; in FinalScan()
2364 nCntExp = 1; // merkt AM/PM in FinalScan()
2536 nCntExp = 1; // merkt AM/PM in FinalScan()
2543 (nCntPre + nCntPost == 0 || nCntExp == 0)) in FinalScan()
2545 else if (eScannedType == NUMBERFORMAT_FRACTION && (nCntExp > 8 || nCntExp == 0)) in FinalScan()
2802 pInfo->nCntExp = nCntExp; in CopyInfo()
H A Dzformat.cxx144 nCntExp = rNumFor.nCntExp; in Copy()
171 << nCntPre << nCntPost << nCntExp; in Save()
182 >> nCntPre >> nCntPost >> nCntExp; in Load()
333 aI.nCntExp = 0; in ImpSvNumFor()
2238 if (fNum > _D_MAX_U_LONG_ || rInfo.nCntExp > 9) in GetOutputString()
2244 if (rInfo.nCntExp == 0) in GetOutputString()
2250 pow(10.0,rInfo.nCntExp))) - 1; in GetOutputString()
2253 if (rInfo.nCntExp <= _MAX_FRACTION_PREC) in GetOutputString()
2401 pow(10.0,rInfo.nCntExp))); in GetOutputString()
2682 if (rInfo.nCntExp) // AM/PM in ImpGetTimeOutput()
[all …]
H A Dzforscan.hxx173 sal_uInt16 nCntExp; // Zaehlt Exp.Stellen, AM/PM member in ImpSvNumberformatScan
/trunk/main/svl/inc/svl/
H A Dzformat.hxx80 sal_uInt16 nCntExp; // Count of exponent digits, or AM/PM member

Completed in 39 milliseconds