summaryrefslogtreecommitdiff
path: root/i18npool
AgeCommit message (Expand)AuthorFilesLines
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann16-34/+34
2016-04-18check API call argument valueEike Rathke1-0/+3
2016-04-18remove old commented out codeEike Rathke1-1/+0
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-28/+22
2016-04-12Avoid reserved identifiersStephan Bergmann1-31/+31
2016-04-12fix infinite loop in text search, tdf#99208Markus Mohrhard1-2/+2
2016-04-11tdf#99110 more improvements for formatting dates for uksunweb1-17/+17
2016-04-11tdf#99110 use the right caseDavid Tardon1-2/+2
2016-04-06tdf#99110 translate currency for ukDavid Tardon1-1/+1
2016-04-06tdf#99110 translate reserved words for ukDavid Tardon1-12/+12
2016-04-06tdf#99110 add genitive cases for months for ukDavid Tardon1-0/+62
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-1/+0
2016-03-24Revert "Text General inconsistent with cell formatting dlg", tdf#95385Eike Rathke62-63/+63
2016-03-17Text General inconsistent with cell formatting dlgRohan Kumar62-63/+63
2016-03-10Avoid reserved identifiersStephan Bergmann1-4/+4
2016-03-10Avoid reserved identifierStephan Bergmann1-2/+2
2016-03-08Remove unused macrosStephan Bergmann1-8/+0
2016-03-08Remove dead codeStephan Bergmann1-5/+0
2016-03-08Remove unnecessary includeStephan Bergmann1-4/+0
2016-03-08tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar3-3/+3
2016-02-23SearchFlags::WILD_MATCH_SELECTION, SearchOptions2::WildcardEscapeCharacterEike Rathke2-3/+7
2016-02-23new loplugin: commaoperatorNoel Grandin3-7/+17
2016-02-17wildcard search unit tests, tdf#72196Eike Rathke1-2/+119
2016-02-17implement '*' '?' '~' wildcard search, tdf#72196Eike Rathke2-1/+414
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin3-14/+0
2016-02-09Remove excess newlinesChris Sherlock8-19/+0
2016-02-05interface to new XTextSearch2 with SearchOptions2, tdf#72196Eike Rathke3-16/+68
2016-01-31unnecessary use of OUString constructorNoel Grandin1-2/+2
2016-01-23i18npool: fix buildThorsten Behrens1-1/+1
2016-01-22tdf#97315 add Basque [eu-ES] and map [eu] to [eu-ES]Eike Rathke2-3/+3
2016-01-21i18npool: why not document the state transitionsMichael Stahl1-10/+10
2016-01-21i18npool: handle non-BMP Unicode in cclass_Unicode::parseText()Michael Stahl2-66/+77
2016-01-11funclen_base is now superfluous hereEike Rathke1-3/+2
2016-01-11tdf#95494 Calc can not sort Chinese word by stroke and radical,Jingtao Yan1-3/+3
2016-01-11loplugin:unusedmethods unused return value in i18npoolNoel Grandin2-3/+2
2016-01-10Fix typosAndrea Gelmini6-7/+7
2016-01-05Use OUString::replaceAllStephan Bergmann1-35/+1
2016-01-05Use .dict files since below the 500K limitMartin Hosken1-1/+1
2016-01-04tdf#82775: Make NumberFormatCodeMapper MT safeStephan Bergmann2-0/+5
2015-12-12New Tai Lue prevowels are now stored beforeMartin Hosken1-1/+1
2015-11-27Adding native number support for Cyrillic numeralsAleksandr Andreev3-4/+284
2015-11-25regex result offsets can be negative if a group was not matched, tdf#94810Eike Rathke1-14/+22
2015-11-24straighten out broken indentationEike Rathke1-36/+36
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara3-4/+4
2015-11-23similar to searchForward() use the correct offsets, tdf#94810 relatedEike Rathke1-3/+6
2015-11-23remove comment that makes no sense, tdf#94810 follow-upEike Rathke1-1/+1
2015-11-23tdf#94810: fix reverse offset mappingMike Kaganski2-3/+17
2015-11-20loplugin:unusedfields i18npoolNoel Grandin4-10/+0
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-1/+1
2015-11-17loplugin:unnecessaryvirtualNoel Grandin2-14/+14