Age | Commit message (Expand) | Author | Files | Lines |
2016-02-05 | interface to new XTextSearch2 with SearchOptions2, tdf#72196 | Eike Rathke | 3 | -16/+68 |
2016-01-31 | unnecessary use of OUString constructor | Noel Grandin | 1 | -2/+2 |
2016-01-23 | i18npool: fix build | Thorsten Behrens | 1 | -1/+1 |
2016-01-22 | tdf#97315 add Basque [eu-ES] and map [eu] to [eu-ES] | Eike Rathke | 2 | -3/+3 |
2016-01-21 | i18npool: why not document the state transitions | Michael Stahl | 1 | -10/+10 |
2016-01-21 | i18npool: handle non-BMP Unicode in cclass_Unicode::parseText() | Michael Stahl | 2 | -66/+77 |
2016-01-11 | funclen_base is now superfluous here | Eike Rathke | 1 | -3/+2 |
2016-01-11 | tdf#95494 Calc can not sort Chinese word by stroke and radical, | Jingtao Yan | 1 | -3/+3 |
2016-01-11 | loplugin:unusedmethods unused return value in i18npool | Noel Grandin | 2 | -3/+2 |
2016-01-10 | Fix typos | Andrea Gelmini | 6 | -7/+7 |
2016-01-05 | Use OUString::replaceAll | Stephan Bergmann | 1 | -35/+1 |
2016-01-05 | Use .dict files since below the 500K limit | Martin Hosken | 1 | -1/+1 |
2016-01-04 | tdf#82775: Make NumberFormatCodeMapper MT safe | Stephan Bergmann | 2 | -0/+5 |
2015-12-12 | New Tai Lue prevowels are now stored before | Martin Hosken | 1 | -1/+1 |
2015-11-27 | Adding native number support for Cyrillic numerals | Aleksandr Andreev | 3 | -4/+284 |
2015-11-25 | regex result offsets can be negative if a group was not matched, tdf#94810 | Eike Rathke | 1 | -14/+22 |
2015-11-24 | straighten out broken indentation | Eike Rathke | 1 | -36/+36 |
2015-11-24 | cppcheck: noExplicitConstructor | Caolán McNamara | 3 | -4/+4 |
2015-11-23 | similar to searchForward() use the correct offsets, tdf#94810 related | Eike Rathke | 1 | -3/+6 |
2015-11-23 | remove comment that makes no sense, tdf#94810 follow-up | Eike Rathke | 1 | -1/+1 |
2015-11-23 | tdf#94810: fix reverse offset mapping | Mike Kaganski | 2 | -3/+17 |
2015-11-20 | loplugin:unusedfields i18npool | Noel Grandin | 4 | -10/+0 |
2015-11-17 | Don't assume sal_Unicode is unsigned short | Stephan Bergmann | 1 | -1/+1 |
2015-11-17 | loplugin:unnecessaryvirtual | Noel Grandin | 2 | -14/+14 |
2015-11-17 | Don't assume sal_Unicode is unsigned short | Stephan Bergmann | 3 | -4/+10 |
2015-11-17 | Typo "stirng" -> "string" | Stephan Bergmann | 2 | -2/+2 |
2015-11-16 | use initialiser list for Sequence<OUString> | Noel Grandin | 3 | -7/+4 |
2015-11-15 | use initialiser syntax for Sequence<OUString> | Noel Grandin | 20 | -42/+21 |
2015-11-11 | coverity#1338596 Uncaught exception | Caolán McNamara | 2 | -2/+2 |
2015-11-11 | coverity#1338597 Uncaught exception | Caolán McNamara | 2 | -2/+2 |
2015-11-11 | coverity#1338598 Uncaught exception | Caolán McNamara | 2 | -2/+2 |
2015-11-11 | coverity#1338599 Uncaught exception | Caolán McNamara | 2 | -2/+2 |
2015-11-11 | coverity#1338600 Uncaught exception | Caolán McNamara | 2 | -2/+2 |
2015-11-11 | coverity#1338601 Uncaught exception | Caolán McNamara | 2 | -2/+2 |
2015-11-11 | coverity#1338602 Uncaught exception | Caolán McNamara | 2 | -2/+2 |
2015-11-11 | tdf#95745 Weekdays should be lowercase in hr_HR | Mihovil Stanić | 1 | -14/+14 |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann | 55 | -172/+172 |
2015-11-09 | add [ar-{BH,IQ,JO,LY,MA,QA,SY,YE}] to locale data libs, tdf#95485 | Eike Rathke | 2 | -1/+16 |
2015-11-09 | add U+200F RIGHT-TO-LEFT MARK to currency symbol, tdf#95485 follow-up | Eike Rathke | 8 | -16/+16 |
2015-11-09 | correct order of currency symbol and LangID in replaceTo, tdf#95485 follow-up | Eike Rathke | 8 | -8/+8 |
2015-11-09 | strip leading zero from LangID in currency format, tdf#95485 follow-up | Eike Rathke | 1 | -1/+1 |
2015-11-09 | remove erroneous extra </DefaultName> closing tag, tdf#95485 follow-up | Eike Rathke | 8 | -8/+8 |
2015-11-09 | add [ar-{BH,IQ,JO,LY,MA,QA,SY,YE}] locale data, tdf#95485 | Ghasan | 8 | -0/+328 |
2015-11-06 | coverity#1338234 Uncaught exception | Caolán McNamara | 2 | -2/+2 |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann | 7 | -13/+13 |
2015-11-04 | use uno::Reference::set method instead of assignment | Noel Grandin | 5 | -9/+5 |
2015-11-02 | tdf#94269: Replace "n" prefix for bool variables with "b" | Benjamin Ni | 3 | -30/+30 |
2015-11-02 | Improve gb_Helper_print_on_error, and use in a CustomTarget | Stephan Bergmann | 1 | -4/+4 |
2015-10-30 | UNO: no need to use OUString constructor when calling createInstance | Noel Grandin | 2 | -2/+2 |
2015-10-29 | add missing license header | Eike Rathke | 1 | -0/+17 |