Home
last modified time | relevance | path

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

/trunk/main/svl/source/numbers/
H A Dzformat.cxx1855 rOutString = ::rtl::math::doubleToUString( rNumber, in ImpGetOutputStdToPrecision()
1858 if (rOutString.GetChar(0) == '-' && in ImpGetOutputStdToPrecision()
1859 rOutString.GetTokenCount('0') == rOutString.Len()) in ImpGetOutputStdToPrecision()
1860 rOutString.EraseLeadingChars('-'); // nicht -0 in ImpGetOutputStdToPrecision()
1862 ImpTransliterate( rOutString, NumFor[0].GetNatNum() ); in ImpGetOutputStdToPrecision()
2018 rOutString = ::rtl::math::doubleToUString( in lcl_GetOutputStringScientific()
2038 lcl_GetOutputStringScientific(fNumber, nCharCount, GetFormatter(), rOutString); in GetOutputString()
2048 lcl_GetOutputStringScientific(fNumber, nCharCount, GetFormatter(), rOutString); in GetOutputString()
2060 ImpGetOutputStdToPrecision(fNumber, rOutString, nPrec); in GetOutputString()
2061 if (rOutString.Len() > nCharCount) in GetOutputString()
[all …]
/trunk/main/svl/inc/svl/
H A Dzformat.hxx242 bool GetOutputString( double fNumber, sal_uInt16 nCharCount, String& rOutString ) const;
510 …SVL_DLLPRIVATE void ImpGetOutputStdToPrecision( double& rNumber, String& rOutString, sal_uInt16 nP…

Completed in 163 milliseconds