Home
last modified time | relevance | path

Searched refs:thousandsSep (Results 1 – 25 of 75) sorted by relevance

123

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dnumformatter.cpp223 wxChar thousandsSep; in AddThousandsSeparators() local
224 if ( !GetThousandsSeparatorIfUsed(&thousandsSep) ) in AddThousandsSeparators()
248 s.insert(pos, thousandsSep); in AddThousandsSeparators()
283 wxChar thousandsSep; in RemoveThousandsSeparators() local
284 if ( !GetThousandsSeparatorIfUsed(&thousandsSep) ) in RemoveThousandsSeparators()
287 s.Replace(wxString(thousandsSep), wxString()); in RemoveThousandsSeparators()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dnumformatter.cpp223 wxChar thousandsSep; in AddThousandsSeparators() local
224 if ( !GetThousandsSeparatorIfUsed(&thousandsSep) ) in AddThousandsSeparators()
248 s.insert(pos, thousandsSep); in AddThousandsSeparators()
283 wxChar thousandsSep; in RemoveThousandsSeparators() local
284 if ( !GetThousandsSeparatorIfUsed(&thousandsSep) ) in RemoveThousandsSeparators()
287 s.Replace(wxString(thousandsSep), wxString()); in RemoveThousandsSeparators()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/widgets/
H A Dnumformatter.cpp182 wxChar thousandsSep; in AddThousandsSeparators() local
183 if ( !GetThousandsSeparatorIfUsed(&thousandsSep) ) in AddThousandsSeparators()
207 s.insert(pos, thousandsSep); in AddThousandsSeparators()
237 wxChar thousandsSep; in RemoveThousandsSeparators() local
238 if ( !GetThousandsSeparatorIfUsed(&thousandsSep) ) in RemoveThousandsSeparators()
241 s.Replace(wxString(thousandsSep), wxString()); in RemoveThousandsSeparators()
H A Dvalnum.cpp361 wxChar thousandsSep; in DoValidateNumber() local
362 if ( NumberFormatter::GetThousandsSeparatorIfUsed(&thousandsSep) ) in DoValidateNumber()
363 s.Replace(wxString(thousandsSep), wxString()); in DoValidateNumber()
487 wxChar thousandsSep; in DoValidateNumber() local
488 if ( NumberFormatter::GetThousandsSeparatorIfUsed(&thousandsSep) ) in DoValidateNumber()
489 s.Replace(wxString(thousandsSep), wxString()); in DoValidateNumber()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dnumformatter.cpp226 wxChar thousandsSep; in AddThousandsSeparators() local
227 if ( !GetThousandsSeparatorIfUsed(&thousandsSep) ) in AddThousandsSeparators()
251 s.insert(pos, thousandsSep); in AddThousandsSeparators()
286 wxChar thousandsSep; in RemoveThousandsSeparators() local
287 if ( !GetThousandsSeparatorIfUsed(&thousandsSep) ) in RemoveThousandsSeparators()
290 s.Replace(wxString(thousandsSep), wxString()); in RemoveThousandsSeparators()
/dports/graphics/krita/krita-4.4.8/libs/odf/
H A DKoOdfNumberStyles.h59 bool thousandsSep; member
61 NumericStyleFormat() : type(Text), precision(-1), thousandsSep(false) {} in NumericStyleFormat()
81 …, const QString &prefix = QString(), const QString &suffix = QString(), bool thousandsSep = false);
82 …, const QString &prefix = QString(), const QString &suffix = QString(), bool thousandsSep = false);
/dports/editors/calligra/calligra-3.2.1/libs/odf/
H A DKoOdfNumberStyles.h59 bool thousandsSep; member
61 NumericStyleFormat() : type(Text), precision(-1), thousandsSep(false) {} in NumericStyleFormat()
81 …, const QString &prefix = QString(), const QString &suffix = QString(), bool thousandsSep = false);
82 …, const QString &prefix = QString(), const QString &suffix = QString(), bool thousandsSep = false);
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/odf/
H A DKoOdfNumberStyles.h59 bool thousandsSep; member
61 NumericStyleFormat() : type(Text), precision(-1), thousandsSep(false) {} in NumericStyleFormat()
81 …, const QString &prefix = QString(), const QString &suffix = QString(), bool thousandsSep = false);
82 …, const QString &prefix = QString(), const QString &suffix = QString(), bool thousandsSep = false);
/dports/editors/calligra/calligra-3.2.1/sheets/
H A DValueFormatter.h75 bool thousandsSep = true);
126 bool thousandsSep);
148 bool thousandsSep);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/nicolaskruchten/pivottable/locales/
H A Dpivot.jp.coffee14 jpFmt = nf(thousandsSep: ",", decimalSep: ".")
15 jpFmtInt = nf(digitsAfterDecimal: 0, thousandsSep: ",", decimalSep: ".")
16 … jpFmtPct = nf(digitsAfterDecimal: 1, scaler: 100, suffix: "%", thousandsSep: ",", decimalSep: ".")
H A Dpivot.ru.coffee14 frFmt = nf(thousandsSep: " ", decimalSep: ",")
15 frFmtInt = nf(digitsAfterDecimal: 0, thousandsSep: " ", decimalSep: ",")
16 … frFmtPct = nf(digitsAfterDecimal: 1, scaler: 100, suffix: "%", thousandsSep: " ", decimalSep: ",")
H A Dpivot.da.coffee15 thousandsSep: ".",
21 thousandsSep: ".",
29 thousandsSep: ".",
H A Dpivot.de.coffee14 frFmt = nf(thousandsSep: " ", decimalSep: ",")
15 frFmtInt = nf(digitsAfterDecimal: 0, thousandsSep: " ", decimalSep: ",")
16 … frFmtPct = nf(digitsAfterDecimal: 1, scaler: 100, suffix: "%", thousandsSep: " ", decimalSep: ",")
H A Dpivot.it.coffee14 frFmt = nf(thousandsSep: " ", decimalSep: ",")
15 frFmtInt = nf(digitsAfterDecimal: 0, thousandsSep: " ", decimalSep: ",")
16 frFmtPct = nf(digitsAfterDecimal: 1, scaler: 100, suffix: "%", thousandsSep: " ", decimalSep: ",")
H A Dpivot.es.coffee14 frFmt = nf(thousandsSep: " ", decimalSep: ",")
15 frFmtInt = nf(digitsAfterDecimal: 0, thousandsSep: " ", decimalSep: ",")
16 … frFmtPct = nf(digitsAfterDecimal: 1, scaler: 100, suffix: "%", thousandsSep: " ", decimalSep: ",")
H A Dpivot.nl.coffee14 frFmt = nf(thousandsSep: " ", decimalSep: ",")
15 frFmtInt = nf(digitsAfterDecimal: 0, thousandsSep: " ", decimalSep: ",")
16 … frFmtPct = nf(digitsAfterDecimal: 1, scaler: 100, suffix: "%", thousandsSep: " ", decimalSep: ",")
H A Dpivot.fr.coffee14 frFmt = nf(thousandsSep: " ", decimalSep: ",")
15 frFmtInt = nf(digitsAfterDecimal: 0, thousandsSep: " ", decimalSep: ",")
16 … frFmtPct = nf(digitsAfterDecimal: 1, scaler: 100, suffix: "%", thousandsSep: " ", decimalSep: ",")
H A Dpivot.sq.coffee14 frFmt = nf(thousandsSep: " ", decimalSep: ",")
15 frFmtInt = nf(digitsAfterDecimal: 0, thousandsSep: " ", decimalSep: ",")
16 … frFmtPct = nf(digitsAfterDecimal: 1, scaler: 100, suffix: "%", thousandsSep: " ", decimalSep: ",")
H A Dpivot.pl.coffee14 plFmt = nf(thousandsSep: " ", decimalSep: ",")
15 plFmtInt = nf(digitsAfterDecimal: 0, thousandsSep: " ", decimalSep: ",")
16 … plFmtPct = nf(digitsAfterDecimal: 1, scaler: 100, suffix: "%", thousandsSep: " ", decimalSep: ",")
H A Dpivot.zh.coffee20 frFmt = nf(thousandsSep: ",", decimalSep: ".")
21 frFmtInt = nf(digitsAfterDecimal: 0, thousandsSep: ",", decimalSep: ".")
22 … frFmtPct = nf(digitsAfterDecimal: 2, scaler: 100, suffix: "%", thousandsSep: ",", decimalSep: ".")
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/nicolaskruchten/pivottable/dist/
H A Dpivot.ru.min.js.map1thousandsSep","decimalSep","digitsAfterDecimal","scaler","suffix","locales","ru","localeStrings","…
H A Dpivot.jp.min.js.map1thousandsSep","decimalSep","digitsAfterDecimal","scaler","suffix","locales","ja","localeStrings","…
H A Dpivot.de.min.js.map1thousandsSep","decimalSep","digitsAfterDecimal","scaler","suffix","locales","de","localeStrings","…
H A Dpivot.it.min.js.map1thousandsSep","decimalSep","digitsAfterDecimal","scaler","suffix","locales","it","localeStrings","…
H A Dpivot.es.min.js.map1thousandsSep","decimalSep","digitsAfterDecimal","scaler","suffix","locales","es","localeStrings","…

123