Age | Commit message (Expand) | Author | Files | Lines |
2021-08-19 | tdf#143526 add Korean Numbering test case & fix Hanja number codepoint | DaeHyun Sung | 1 | -0/+282 |
2021-07-29 | Make duplicate generated numbering identifiers unique, tdf#143526 follow-up | Eike Rathke | 1 | -4/+0 |
2021-07-29 | Add NumberingIdentifier unit test, tdf#143526 related | Eike Rathke | 1 | -0/+61 |
2021-06-14 | We only support ICU version 4.6 or newer, so drop these checks | Mike Kaganski | 1 | -6/+0 |
2021-05-14 | Improve loplugin:stringview | Stephan Bergmann | 1 | -2/+3 |
2021-02-08 | Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b) | Stephan Bergmann | 3 | -57/+115 |
2021-01-27 | Improve loplugin:stringliteralvar | Stephan Bergmann | 2 | -134/+91 |
2020-11-28 | drop custom Indic grapheme rules and rely on contemporary icu defaults | Caolán McNamara | 1 | -6/+18 |
2020-11-13 | tdf#117643 Writer: fix apostrophe search regression | László Németh | 1 | -0/+115 |
2020-11-10 | Reinstate o3tl/cppunittraitshelper.hxx use for C++20 | Stephan Bergmann | 1 | -0/+1 |
2020-11-10 | new loplugin:reducevarscope | Noel Grandin | 1 | -4/+2 |
2020-11-10 | tdf#42949 Fix new IWYU warnings in directories [h-r]* | Gabor Kelemen | 1 | -3/+0 |
2020-06-04 | Upcoming loplugin:elidestringvar: i18npool | Stephan Bergmann | 2 | -5/+2 |
2020-03-23 | sw: add pad-to-5 numbering | Miklos Vajna | 1 | -0/+26 |
2020-03-20 | sw pad-to-4 numbering: add doc model, UNO API and layout | Miklos Vajna | 1 | -0/+26 |
2020-03-17 | sw pad-to-3 numbering: add doc model, UNO API and layout | Miklos Vajna | 1 | -0/+26 |
2020-03-03 | sw padded numbering: add layout | Miklos Vajna | 1 | -0/+53 |
2019-12-03 | Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t) | Stephan Bergmann | 1 | -0/+1 |
2019-10-23 | size some stringbuffer to prevent re-alloc | Noel Grandin | 1 | -8/+8 |
2019-10-17 | Rename OUStringLiteral1 to OUStringChar | Stephan Bergmann | 1 | -4/+4 |
2019-06-27 | Ditch "using namespace U_ICU_NAMESPACE;", qualify icu:: instead | Eike Rathke | 1 | -3/+2 |
2019-05-28 | tdf#42949 Fix IWYU warnings in i18npool/ | Gabor Kelemen | 3 | -17/+1 |
2018-09-18 | loplugin:useuniqueptr in TestTextSearch | Noel Grandin | 1 | -6/+2 |
2018-06-01 | loplugin: look for CPPUNIT_ASSERT_EQUALS with params swapped | Noel Grandin | 1 | -2/+2 |
2018-05-22 | tdf#113694 Fix BreakIterator_CTL surrogate pairs | Khaled Hosny | 1 | -0/+23 |
2018-01-15 | More loplugin:cstylecast: i18npool | Stephan Bergmann | 1 | -1/+1 |
2018-01-12 | More loplugin:cstylecast: i18npool | Stephan Bergmann | 1 | -1/+1 |
2017-10-04 | tdf#96197 do not break Korean words in the middle. | Mark Hung | 1 | -0/+16 |
2017-07-18 | loplugin:constparams in i18npool,opencl,svl | Noel Grandin | 1 | -2/+2 |
2017-06-25 | loplugin:oncevar in helpcompiler..jvmfwk | Noel Grandin | 2 | -4/+4 |
2017-06-08 | remove some unnecessary use of OUStringBuffer | Noel Grandin | 1 | -1/+1 |
2017-04-28 | loplugin:salunicodeliteral: i18npool | Stephan Bergmann | 1 | -1/+1 |
2017-04-04 | make UNO enums scoped for internal LO code | Noel Grandin | 1 | -1/+1 |
2017-03-28 | tdf#106755: Fix script type for combining marks | Khaled Hosny | 1 | -0/+4 |
2017-03-01 | Blind fix for 32-bit builds | Stephan Bergmann | 1 | -1/+1 |
2017-03-01 | typesafe wrappers for css::i18nutil::TransliterationModules | Noel Grandin | 1 | -2/+3 |
2016-10-06 | coverity#1373441 Side effect in assertion | Caolán McNamara | 1 | -10/+20 |
2016-10-01 | silence coverity#1373441 Side effect in assertion | Caolán McNamara | 1 | -2/+4 |
2016-09-30 | i18npool: fix loplugin:cppunitassertequals warnings | Miklos Vajna | 3 | -83/+83 |
2016-08-30 | loplugin:stringconstant: adapt to improved OUStringLiteral1 (i18npool) | Stephan Bergmann | 1 | -4/+4 |
2016-07-22 | crashtesting: fix tdf92993-1.docx failure | Caolán McNamara | 1 | -0/+16 |
2016-04-24 | unit test for tdf#99468 | Eike Rathke | 1 | -0/+23 |
2016-02-23 | SearchFlags::WILD_MATCH_SELECTION, SearchOptions2::WildcardEscapeCharacter | Eike Rathke | 1 | -0/+3 |
2016-02-17 | wildcard search unit tests, tdf#72196 | Eike Rathke | 1 | -2/+119 |
2015-11-23 | tdf#94810: fix reverse offset mapping | Mike Kaganski | 1 | -0/+11 |
2015-11-04 | use uno::Reference::set method instead of assignment | Noel Grandin | 4 | -8/+4 |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann | 4 | -8/+8 |
2015-09-03 | Related: tdf#52020 Disable ICU Breakiterator for Khmer | Nathan Wells | 1 | -7/+6 |
2015-08-18 | i18npool: tdf#88206 replace cppu::WeakImplHelper* | Takeshi Abe | 3 | -3/+0 |
2015-06-25 | loplugin:stringconstant: Flag more inefficiencies | Stephan Bergmann | 1 | -2/+2 |