summaryrefslogtreecommitdiff
path: root/i18npool
AgeCommit message (Expand)AuthorFilesLines
2017-01-18tdf#104950 add English (Malaysia) [en-MY] locale dataEike Rathke3-0/+36
2016-09-15Resolves: tdf#101924 fatal exception on Sounds like Japanese optionsCaolán McNamara1-2/+2
2016-08-18Resolves: tdf#101572 New Belarusian Ruble BYN/Br for [be-BY]Eike Rathke1-1/+8
2016-07-27Resolves: tdf#100046 the dreaded 1945-04-02 Double DST, also tdf#79663Eike Rathke2-238/+4
2016-07-25crashtesting: fix tdf92993-1.docx failureCaolán McNamara2-1/+17
2016-06-16no-break space between number and percent sign, tdf#63272Eike Rathke2-4/+4
2016-06-13remove the correct but unwanted no-break space in percentage, tdf#63272Eike Rathke2-4/+4
2016-06-06no-break space between number and percent sign, tdf#63272Eike Rathke36-72/+72
2016-06-02tdf#63272 Fix location of percent sign for TurkishMuhammet Kara1-2/+2
2016-06-02up the free usage formatindex start from 50 to 60Eike Rathke27-271/+275
2016-06-01tdf#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-05-18add D.M.Y date pattern to Gaelic [gd-GB]Eike Rathke1-0/+1
2016-05-17change Gaelic [gd-GB] QuotationStart to U+2019Eike Rathke1-1/+1
2016-05-11convert MappingType to scoped enumNoel Grandin4-25/+25
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann7-13/+13
2016-04-28i18npool: fix Android buildMiklos Vajna1-19/+19
2016-04-28clang-tidy modernize-loop-convert in h-l/*Noel Grandin9-52/+49
2016-04-24unit test for tdf#99468Eike Rathke1-0/+23
2016-04-24Resolves: tdf#99468 do greedy '*' match if substring match is not allowedEike Rathke1-8/+32
2016-04-21loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann2-2/+2
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