Searched refs:GetStandardPrec (Results 1 – 5 of 5) sorted by relevance
341 sal_uInt16 SvNumberFormatter::GetStandardPrec() in GetStandardPrec() function in SvNumberFormatter343 return pFormatScanner->GetStandardPrec(); in GetStandardPrec()1485 sal_uInt16 nOldPrec = pFormatScanner->GetStandardPrec(); in GetInputLineString()1928 nPrecision = pFormatScanner->GetStandardPrec(); in GetFormatSpecialInfo()1939 return pFormatScanner->GetStandardPrec(); in GetFormatPrecision()1984 nPrecision = pFormatScanner->GetStandardPrec(); in GetFormatSpecialInfo()
1807 sal_uInt16 nStandardPrec = rScan.GetStandardPrec(); in ImpGetOutputStandard()2091 …if (rScan.GetStandardPrec() == SvNumberFormatter::INPUTSTRING_PRECISION) // alle Zahlformate I… in GetOutputString()2100 if (rScan.GetStandardPrec() == SvNumberFormatter::UNLIMITED_PRECISION) in GetOutputString()2116 sal_uInt16 nStandardPrec = rScan.GetStandardPrec(); in GetOutputString()2607 if ( rScan.GetStandardPrec() == 300 && in ImpGetTimeOutput()3132 if ( rScan.GetStandardPrec() == 300 && in ImpGetDateTimeOutput()
92 sal_uInt16 GetStandardPrec() const { return nStandardPrec; } in GetStandardPrec() function in ImpSvNumberformatScan
1069 aRet <<= (sal_Int16)( pFormatter->GetStandardPrec() ); in getPropertyValue()
602 sal_uInt16 GetStandardPrec();
Completed in 71 milliseconds