summaryrefslogtreecommitdiff
path: root/i18npool/source/localedata/LocaleNode.cxx
AgeCommit message (Expand)Author
2019-10-17Remaining loplugin:bufferaddStephan Bergmann
2019-09-01Fix '..'Andrea Gelmini
2019-08-19Add build time check for NF_INDEX_TABLE_ENTRIES <= nFirstFreeFormatIndexEike Rathke
2019-05-28tdf#42949 Fix IWYU warnings in i18npool/Gabor Kelemen
2019-02-09loplugin:indentation in helpcompiler..ioNoel Grandin
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-10-23clang-tidy performance-unnecessary-copy-init in editeng..i18npoolNoel Grandin
2018-09-18loplugin:unusedmethodsNoel Grandin
2018-09-17loplugin:external in i18npoolStephan Bergmann
2018-03-18Use for-range loops in hwpfilter, i18n*, idl* and ioJulien Nabet
2018-01-12More loplugin:cstylecast: i18npoolStephan Bergmann
2017-11-30loplugin:unusedmethodsNoel Grandin
2017-11-29loplugin:unusedmethodsNoel Grandin
2017-10-27Parse/gen optional <DecimalSeparatorAlternative> in locale data, tdf#81671Eike Rathke
2017-10-25Use SAL_N_ELEMENTSEike Rathke
2017-10-25Always generate count number of elements in locale data arraysEike Rathke
2017-08-23loplugin:useuniqueptr, look for containers..Noel Grandin
2017-07-13use more OUString::operator== in forms..salNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-06-27loplugin:useuniqueptr in variousNoel Grandin
2017-06-25loplugin:oncevar in helpcompiler..jvmfwkNoel Grandin
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin
2017-02-27loplugin:loopvartoosmallStephan Bergmann
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin
2016-11-25show next free formatindex hint for errorsEike Rathke
2016-10-19loplugin:expandablemethodds in hwpfilter..linguisticNoel Grandin
2016-09-23tdf#100726 Improve readability of OUString concatinationAsela Dasanayaka
2016-08-05loplugin:countusersofdefaultparams in framework..lotuswordproNoel Grandin
2016-06-02[PATCH] up the free usage formatindex start from 50 to 60Eike Rathke
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-02-23new loplugin: commaoperatorNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-26remove extra spaces around ::Noel Grandin
2015-10-07Reduce variable scopeStephan Bergmann
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-27Actually process the escaped characterStephan Bergmann
2015-07-03Fix typosAndrea Gelmini
2015-06-19Don't truncate a UTF-32 code point to a UTF-16 code unitStephan Bergmann
2015-06-05ensure engineering notation format is presentEike Rathke
2015-06-03ensure that at least one abbreviated DateAcceptancePattern is presentEike Rathke
2015-06-01loplugin:loopvartoosmallNoel Grandin
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann
2014-12-12i18npool: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-04add missing newline to incError...() callsEike Rathke
2014-08-07coverity#706150 Copy into fixed size bufferCaolán McNamara
2014-08-07drop prepareErrorFormat from LocaleNode::incErrorStrCaolán McNamara
2014-08-07incErrorStrStr always called with two %sCaolán McNamara
2014-07-08Include <algorithm> for std::min() and max()Tor Lillqvist