Home
last modified time | relevance | path

Searched refs:GetNumDecimalSep (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/svl/inc/svl/
H A Dzforlist.hxx666 sal_Unicode GetDecSep() const { return GetNumDecimalSep().GetChar(0); } in GetDecSep()
668 String GetDecimalSep() const { return GetNumDecimalSep(); } in GetDecimalSep()
989 inline const String& GetNumDecimalSep() const { return aDecimalSep; } in GetNumDecimalSep() function in SvNumberFormatter
/AOO41X/main/svl/source/numbers/
H A Dzforscan.cxx733 if (StringEqualsChar( pFormatter->GetNumDecimalSep(), cToken) || in Next_Symbol()
1479 String sOldDecSep = pFormatter->GetNumDecimalSep(); in FinalScan()
1634 else if (StringEqualsChar( pFormatter->GetNumDecimalSep(), cHere)) in FinalScan()
1870 sStrArray[i] = pFormatter->GetNumDecimalSep(); in FinalScan()
2639 pFormatter->GetNumDecimalSep(), in FinalScan()
H A Dzforfind.cxx733 const String& rSep = pFormatter->GetNumDecimalSep(); in GetDecSep()
2197 sStrArray[i] == pFormatter->GetNumDecimalSep()) in IsNumberFormatMain()
2218 sStrArray[i] == pFormatter->GetNumDecimalSep()) in IsNumberFormatMain()
2460 sal_Unicode cDecSep = pFormatter->GetNumDecimalSep().GetChar(0); in ChangeIntl()
H A Dzformat.cxx1814 GetFormatter().GetNumDecimalSep().GetChar(0)); in ImpGetOutputStandard()
1857 GetFormatter().GetNumDecimalSep().GetChar(0), true ); in ImpGetOutputStdToPrecision()
1887 GetFormatter().GetNumDecimalSep().GetChar(0), sal_True ); in ImpGetOutputInputLine()
2019 fNumber, rtl_math_StringFormat_E, nPrec, rFormatter.GetNumDecimalSep().GetChar(0)); in lcl_GetOutputStringScientific()
2120 GetFormatter().GetNumDecimalSep().GetChar(0), true); in GetOutputString()
3619 const String& rDecSep = GetFormatter().GetNumDecimalSep(); in ImpGetNumberOutput()
H A Dzforlist.cxx1947 return GetNumDecimalSep(); in GetFormatDecimalSep()
2057 aTmp += GetNumDecimalSep(); in ImpGetFormatCodeIndex()
2753 sString += GetNumDecimalSep(); in GenerateFormat()