Searched refs:getNumThousandSep (Results 1 – 19 of 19) sorted by relevance
898 String sOldThSep = ImplGetLocaleDataWrapper().getNumThousandSep(); in DataChanged()902 String sNewThSep = ImplGetLocaleDataWrapper().getNumThousandSep(); in DataChanged()1017 String sOldThSep = ImplGetLocaleDataWrapper().getNumThousandSep(); in DataChanged()1021 String sNewThSep = ImplGetLocaleDataWrapper().getNumThousandSep(); in DataChanged()1862 String sOldThSep = ImplGetLocaleDataWrapper().getNumThousandSep(); in DataChanged()1866 String sNewThSep = ImplGetLocaleDataWrapper().getNumThousandSep(); in DataChanged()1988 String sOldThSep = ImplGetLocaleDataWrapper().getNumThousandSep(); in DataChanged()1992 String sNewThSep = ImplGetLocaleDataWrapper().getNumThousandSep(); in DataChanged()2329 String sOldThSep = ImplGetLocaleDataWrapper().getNumThousandSep(); in DataChanged()2333 String sNewThSep = ImplGetLocaleDataWrapper().getNumThousandSep(); in DataChanged()[all …]
125 (bThousandSep && (cChar == rLocaleDataWrapper.getNumThousandSep())) || in ImplNumericProcessKeyInput()
151 sal_Unicode OSystemParseContext::getNumThousandSep( ) const in getNumThousandSep() function in OSystemParseContext153 return lcl_getSeparatorChar( SvtSysLocale().GetLocaleData().getNumThousandSep(), ',' ); in getNumThousandSep()
60 rcThousandSep = rData.getNumThousandSep().GetBuffer()[0]; in ImpGetIntntlSep()891 sal_Unicode c1000 = rData.getNumThousandSep().GetBuffer()[0]; in Format()
66 sal_Unicode getNumThousandSep( ) const;
43 return ScGlobal::GetpLocaleData()->getNumThousandSep().GetChar( 0 ); in lclGetGroupSep()
1205 String sSeparator = aLocaleInfo.getNumThousandSep(); in ResetConformanceTester()1341 sNewFormat += aLocaleInfo.getNumThousandSep(); in UpdateCurrencyFormat()
969 sal_Unicode cTSep = pLclData->getNumThousandSep().GetChar(0), in GetToken()1622 pLclData->getNumThousandSep().GetChar(0), in lcl_Str2Double()
203 inline const String& getNumThousandSep() const in getNumThousandSep() function in LocaleDataWrapper
504 pLocaleData->getNumThousandSep().GetChar(0), in GetValue()
1459 const String& rThoSep = getNumThousandSep(); in ImplAddFormatNum()1703 (((nDig - nDecimals) * rLoc.getNumThousandSep().Len()) + nDig) : in ImplGetNumberStringLengthGuess()
246 aThousandSep = pLoc->getNumThousandSep(); in ImpConstruct()277 aThousandSep = pLoc->getNumThousandSep(); in ChangeIntl()3918 rStr.Insert( rLoc.getNumThousandSep(), 1 ); in Impl_BuildFormatStringNumChars()
4314 aStr += rLocWrp.getNumThousandSep(); in GetMappedFormatstring()
791 (cChar == (cTS = rParent.GetLocaleData().getNumThousandSep().GetChar(0)) || in lcl_ValidChar()2001 OUString aSep = pData->GetLocaleData( nFormatLang ).getNumThousandSep(); in AddNumber()
131 pLclData->getNumThousandSep().GetChar(0), in StrToDouble()
1051 String aThoSep( rLoc.getNumThousandSep() ); in TakeStr()
1326 String aThoSep( rLoc.getNumThousandSep() ); in TakeMetricStr()
445 String sSep( SvtSysLocale().GetLocaleData().getNumThousandSep() ); in IMPL_LINK()
2289 aBuffer.append( aLocaleData.getNumThousandSep() ); in SetCurrencySymbol()
Completed in 159 milliseconds