summaryrefslogtreecommitdiff
path: root/i18npool
AgeCommit message (Expand)AuthorFilesLines
2016-10-11Revert "tdf#53698: Cache more than 1 item in NumberFormatCodeMapper"Andras Timar2-37/+55
2016-10-10tdf#53698: Cache more than 1 item in NumberFormatCodeMapperMaarten Bosmans2-55/+37
2016-08-23Resolves: tdf#101572 New Belarusian Ruble BYN/Br for [be-BY]Eike Rathke1-1/+8
2016-07-29crashtesting: fix tdf92993-1.docx failureCaolán McNamara2-1/+17
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann6-11/+11
2016-07-20unnecessary use of OUString constructorNoel Grandin1-2/+2
2016-07-20Fix typosAndrea Gelmini6-7/+7
2016-07-12Remove excess newlinesChris Sherlock8-19/+0
2016-06-02tdf#63272 Fix location of percent sign for TurkishMuhammet Kara1-2/+2
2016-06-02tdf#63272 [cs-CZ] percentage format with no-break spaceEike Rathke1-2/+2
2016-05-31Resolves: tdf#63272 [fi-FI] percentage format with no-break spaceEike Rathke1-2/+2
2016-05-28Estonian localization of aboveWord and belowWordMihkel Tõnnov1-2/+2
2016-04-12fix infinite loop in text search, tdf#99208Markus Mohrhard1-2/+2
2016-01-26tdf#97315 add Basque [eu-ES] and map [eu] to [eu-ES]Eike Rathke3-4/+4
2016-01-25i18npool: handle non-BMP Unicode in cclass_Unicode::parseText()Michael Stahl2-66/+77
2016-01-11tdf#95494 Calc can not sort Chinese word by stroke and radical,Jingtao Yan1-3/+3
2016-01-06tdf#82775: Make NumberFormatCodeMapper MT safeStephan Bergmann2-0/+5
2016-01-06Use OUString::replaceAllStephan Bergmann1-35/+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
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann3-4/+10
2015-11-17Typo "stirng" -> "string"Stephan Bergmann2-2/+2
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin3-7/+4
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin20-42/+21
2015-11-11coverity#1338596 Uncaught exceptionCaolán McNamara2-2/+2
2015-11-11coverity#1338597 Uncaught exceptionCaolán McNamara2-2/+2
2015-11-11coverity#1338598 Uncaught exceptionCaolán McNamara2-2/+2
2015-11-11coverity#1338599 Uncaught exceptionCaolán McNamara2-2/+2
2015-11-11coverity#1338600 Uncaught exceptionCaolán McNamara2-2/+2
2015-11-11coverity#1338601 Uncaught exceptionCaolán McNamara2-2/+2
2015-11-11coverity#1338602 Uncaught exceptionCaolán McNamara2-2/+2
2015-11-11tdf#95745 Weekdays should be lowercase in hr_HRMihovil Stanić1-14/+14
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann55-172/+172
2015-11-09add [ar-{BH,IQ,JO,LY,MA,QA,SY,YE}] to locale data libs, tdf#95485Eike Rathke2-1/+16
2015-11-09add U+200F RIGHT-TO-LEFT MARK to currency symbol, tdf#95485 follow-upEike Rathke8-16/+16
2015-11-09correct order of currency symbol and LangID in replaceTo, tdf#95485 follow-upEike Rathke8-8/+8
2015-11-09strip leading zero from LangID in currency format, tdf#95485 follow-upEike Rathke1-1/+1
2015-11-09remove erroneous extra </DefaultName> closing tag, tdf#95485 follow-upEike Rathke8-8/+8
2015-11-09add [ar-{BH,IQ,JO,LY,MA,QA,SY,YE}] locale data, tdf#95485Ghasan8-0/+328
2015-11-06coverity#1338234 Uncaught exceptionCaolán McNamara2-2/+2
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann7-13/+13
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin5-9/+5