| /trunk/main/vcl/source/control/ |
| H A D | field.cxx | 90 (bThousandSep && (cChar == rLocaleDataWrappper.getNumThousandSep())) || in ImplNumericProcessKeyInput() 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() [all …]
|
| H A D | longcurr.cxx | 125 (bThousandSep && (cChar == rLocaleDataWrapper.getNumThousandSep())) || in ImplNumericProcessKeyInput()
|
| /trunk/main/svx/source/form/ |
| H A D | ParseContext.cxx | 151 sal_Unicode OSystemParseContext::getNumThousandSep( ) const in getNumThousandSep() function in OSystemParseContext 153 return lcl_getSeparatorChar( SvtSysLocale().GetLocaleData().getNumThousandSep(), ',' ); in getNumThousandSep()
|
| /trunk/main/basic/source/sbx/ |
| H A D | sbxscan.cxx | 58 rcThousandSep = rData.getNumThousandSep().GetBuffer()[0]; in ImpGetIntntlSep() 889 sal_Unicode c1000 = rData.getNumThousandSep().GetBuffer()[0]; in Format()
|
| /trunk/main/svx/inc/svx/ |
| H A D | ParseContext.hxx | 66 sal_Unicode getNumThousandSep( ) const;
|
| /trunk/main/sc/source/ui/cctrl/ |
| H A D | editfield.cxx | 43 return ScGlobal::GetpLocaleData()->getNumThousandSep().GetChar( 0 ); in lclGetGroupSep()
|
| /trunk/main/svtools/source/control/ |
| H A D | fmtfield.cxx | 1205 String sSeparator = aLocaleInfo.getNumThousandSep(); in ResetConformanceTester() 1341 sNewFormat += aLocaleInfo.getNumThousandSep(); in UpdateCurrencyFormat()
|
| /trunk/main/sw/source/core/bastyp/ |
| H A D | calc.cxx | 969 sal_Unicode cTSep = pLclData->getNumThousandSep().GetChar(0), in GetToken() 1622 pLclData->getNumThousandSep().GetChar(0), in lcl_Str2Double()
|
| /trunk/main/unotools/inc/unotools/ |
| H A D | localedatawrapper.hxx | 203 inline const String& getNumThousandSep() const in getNumThousandSep() function in LocaleDataWrapper
|
| /trunk/main/sc/source/ui/miscdlgs/ |
| H A D | solveroptions.cxx | 504 pLocaleData->getNumThousandSep().GetChar(0), in GetValue()
|
| /trunk/main/unotools/source/i18n/ |
| H A D | localedatawrapper.cxx | 1459 const String& rThoSep = getNumThousandSep(); in ImplAddFormatNum() 1703 (((nDig - nDecimals) * rLoc.getNumThousandSep().Len()) + nDig) : in ImplGetNumberStringLengthGuess()
|
| /trunk/main/svl/source/numbers/ |
| H A D | zforlist.cxx | 246 aThousandSep = pLoc->getNumThousandSep(); in ImpConstruct() 277 aThousandSep = pLoc->getNumThousandSep(); in ChangeIntl() 3918 rStr.Insert( rLoc.getNumThousandSep(), 1 ); in Impl_BuildFormatStringNumChars()
|
| H A D | zformat.cxx | 4314 aStr += rLocWrp.getNumThousandSep(); in GetMappedFormatstring()
|
| /trunk/main/xmloff/source/style/ |
| H A D | xmlnumfi.cxx | 791 (cChar == (cTS = rParent.GetLocaleData().getNumThousandSep().GetChar(0)) || in lcl_ValidChar() 2001 OUString aSep = pData->GetLocaleData( nFormatLang ).getNumThousandSep(); in AddNumber()
|
| /trunk/main/sw/source/core/doc/ |
| H A D | docsort.cxx | 131 pLclData->getNumThousandSep().GetChar(0), in StrToDouble()
|
| /trunk/main/svx/source/svdraw/ |
| H A D | svdtrans.cxx | 1008 String aThoSep( rLoc.getNumThousandSep() ); in TakeStr()
|
| H A D | svdmodel.cxx | 1322 String aThoSep( rLoc.getNumThousandSep() ); in TakeMetricStr()
|
| /trunk/main/cui/source/options/ |
| H A D | optgdlg.cxx | 445 String sSep( SvtSysLocale().GetLocaleData().getNumThousandSep() ); in IMPL_LINK()
|
| /trunk/main/sc/source/filter/xml/ |
| H A D | xmlimprt.cxx | 2269 aBuffer.append( aLocaleData.getNumThousandSep() ); in SetCurrencySymbol()
|