Home
last modified time | relevance | path

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

/trunk/main/svl/source/numbers/
H A Dzforscan.hxx92 sal_uInt16 GetStandardPrec() const { return nStandardPrec; } in GetStandardPrec()
157 sal_uInt16 nStandardPrec; // default Precision for Standardformat member in ImpSvNumberformatScan
H A Dzformat.cxx1807 sal_uInt16 nStandardPrec = rScan.GetStandardPrec(); in ImpGetOutputStandard() local
1811nStandardPrec = ::std::min(nStandardPrec, static_cast<sal_uInt16>(14)); // limits to 14 decimals in ImpGetOutputStandard()
1813 rtl_math_StringFormat_E, nStandardPrec /*2*/, in ImpGetOutputStandard()
1817 ImpGetOutputStdToPrecision(fNumber, OutString, nStandardPrec); in ImpGetOutputStandard()
2116 sal_uInt16 nStandardPrec = rScan.GetStandardPrec(); in GetOutputString() local
2117nStandardPrec = ::std::min(nStandardPrec, static_cast<sal_uInt16>(14)); // limits to 14 decimals in GetOutputString()
2119 rtl_math_StringFormat_E, nStandardPrec /*2*/, in GetOutputString()
H A Dzforscan.cxx111 nStandardPrec = 2; in ImpSvNumberformatScan()
466 nStandardPrec = nPrec; in ChangeStandardPrec()

Completed in 49 milliseconds