summaryrefslogtreecommitdiffstats
path: root/i18npool
Commit message (Expand)AuthorAgeFilesLines
* i18npool: fix Android buildMiklos Vajna2016-04-281-19/+19
* clang-tidy modernize-loop-convert in h-l/*Noel Grandin2016-04-289-52/+49
* unit test for tdf#99468Eike Rathke2016-04-241-0/+23
* Resolves: tdf#99468 do greedy '*' match if substring match is not allowedEike Rathke2016-04-241-8/+32
* loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann2016-04-212-2/+2
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-2016-34/+34
* check API call argument valueEike Rathke2016-04-181-0/+3
* remove old commented out codeEike Rathke2016-04-181-1/+0
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-181-28/+22
* Avoid reserved identifiersStephan Bergmann2016-04-121-31/+31
* fix infinite loop in text search, tdf#99208Markus Mohrhard2016-04-121-2/+2
* tdf#99110 more improvements for formatting dates for uksunweb2016-04-111-17/+17
* tdf#99110 use the right caseDavid Tardon2016-04-111-2/+2
* tdf#99110 translate currency for ukDavid Tardon2016-04-061-1/+1
* tdf#99110 translate reserved words for ukDavid Tardon2016-04-061-12/+12
* tdf#99110 add genitive cases for months for ukDavid Tardon2016-04-061-0/+62
* cleanup: remove unused Reference.h(xx) includesJochen Nitschke2016-04-021-1/+0
* Revert "Text General inconsistent with cell formatting dlg", tdf#95385Eike Rathke2016-03-2462-63/+63
* Text General inconsistent with cell formatting dlgRohan Kumar2016-03-1762-63/+63
* Avoid reserved identifiersStephan Bergmann2016-03-101-4/+4
* Avoid reserved identifierStephan Bergmann2016-03-101-2/+2
* Remove unused macrosStephan Bergmann2016-03-081-8/+0
* Remove dead codeStephan Bergmann2016-03-081-5/+0
* Remove unnecessary includeStephan Bergmann2016-03-081-4/+0
* tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-03-083-3/+3
* SearchFlags::WILD_MATCH_SELECTION, SearchOptions2::WildcardEscapeCharacterEike Rathke2016-02-232-3/+7
* new loplugin: commaoperatorNoel Grandin2016-02-233-7/+17
* wildcard search unit tests, tdf#72196Eike Rathke2016-02-171-2/+119
* implement '*' '?' '~' wildcard search, tdf#72196Eike Rathke2016-02-172-1/+414
* [API CHANGE] add operator==/!= to UNO structsNoel Grandin2016-02-113-14/+0
* Remove excess newlinesChris Sherlock2016-02-098-19/+0
* interface to new XTextSearch2 with SearchOptions2, tdf#72196Eike Rathke2016-02-053-16/+68
* unnecessary use of OUString constructorNoel Grandin2016-01-311-2/+2
* i18npool: fix buildThorsten Behrens2016-01-231-1/+1
* tdf#97315 add Basque [eu-ES] and map [eu] to [eu-ES]Eike Rathke2016-01-222-3/+3
* i18npool: why not document the state transitionsMichael Stahl2016-01-211-10/+10
* i18npool: handle non-BMP Unicode in cclass_Unicode::parseText()Michael Stahl2016-01-212-66/+77
* funclen_base is now superfluous hereEike Rathke2016-01-111-3/+2
* tdf#95494 Calc can not sort Chinese word by stroke and radical,Jingtao Yan2016-01-111-3/+3
* loplugin:unusedmethods unused return value in i18npoolNoel Grandin2016-01-112-3/+2
* Fix typosAndrea Gelmini2016-01-106-7/+7
* Use OUString::replaceAllStephan Bergmann2016-01-051-35/+1
* Use .dict files since below the 500K limitMartin Hosken2016-01-051-1/+1
* tdf#82775: Make NumberFormatCodeMapper MT safeStephan Bergmann2016-01-042-0/+5
* New Tai Lue prevowels are now stored beforeMartin Hosken2015-12-121-1/+1
* Adding native number support for Cyrillic numeralsAleksandr Andreev2015-11-273-4/+284
* regex result offsets can be negative if a group was not matched, tdf#94810Eike Rathke2015-11-251-14/+22
* straighten out broken indentationEike Rathke2015-11-241-36/+36
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-243-4/+4
* similar to searchForward() use the correct offsets, tdf#94810 relatedEike Rathke2015-11-231-3/+6