summaryrefslogtreecommitdiff
path: root/i18npool
AgeCommit message (Expand)Author
2016-05-11convert MappingType to scoped enumNoel Grandin
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-28i18npool: fix Android buildMiklos Vajna
2016-04-28clang-tidy modernize-loop-convert in h-l/*Noel Grandin
2016-04-24unit test for tdf#99468Eike Rathke
2016-04-24Resolves: tdf#99468 do greedy '*' match if substring match is not allowedEike Rathke
2016-04-21loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18check API call argument valueEike Rathke
2016-04-18remove old commented out codeEike Rathke
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-12Avoid reserved identifiersStephan Bergmann
2016-04-12fix infinite loop in text search, tdf#99208Markus Mohrhard
2016-04-11tdf#99110 more improvements for formatting dates for uksunweb
2016-04-11tdf#99110 use the right caseDavid Tardon
2016-04-06tdf#99110 translate currency for ukDavid Tardon
2016-04-06tdf#99110 translate reserved words for ukDavid Tardon
2016-04-06tdf#99110 add genitive cases for months for ukDavid Tardon
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-03-24Revert "Text General inconsistent with cell formatting dlg", tdf#95385Eike Rathke
2016-03-17Text General inconsistent with cell formatting dlgRohan Kumar
2016-03-10Avoid reserved identifiersStephan Bergmann
2016-03-10Avoid reserved identifierStephan Bergmann
2016-03-08Remove unused macrosStephan Bergmann
2016-03-08Remove dead codeStephan Bergmann
2016-03-08Remove unnecessary includeStephan Bergmann
2016-03-08tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-02-23SearchFlags::WILD_MATCH_SELECTION, SearchOptions2::WildcardEscapeCharacterEike Rathke
2016-02-23new loplugin: commaoperatorNoel Grandin
2016-02-17wildcard search unit tests, tdf#72196Eike Rathke
2016-02-17implement '*' '?' '~' wildcard search, tdf#72196Eike Rathke
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-05interface to new XTextSearch2 with SearchOptions2, tdf#72196Eike Rathke
2016-01-31unnecessary use of OUString constructorNoel Grandin
2016-01-23i18npool: fix buildThorsten Behrens
2016-01-22tdf#97315 add Basque [eu-ES] and map [eu] to [eu-ES]Eike Rathke
2016-01-21i18npool: why not document the state transitionsMichael Stahl
2016-01-21i18npool: handle non-BMP Unicode in cclass_Unicode::parseText()Michael Stahl
2016-01-11funclen_base is now superfluous hereEike Rathke
2016-01-11tdf#95494 Calc can not sort Chinese word by stroke and radical,Jingtao Yan
2016-01-11loplugin:unusedmethods unused return value in i18npoolNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2016-01-05Use OUString::replaceAllStephan Bergmann
2016-01-05Use .dict files since below the 500K limitMartin Hosken
2016-01-04tdf#82775: Make NumberFormatCodeMapper MT safeStephan Bergmann
2015-12-12New Tai Lue prevowels are now stored beforeMartin Hosken
2015-11-27Adding native number support for Cyrillic numeralsAleksandr Andreev
2015-11-25regex result offsets can be negative if a group was not matched, tdf#94810Eike Rathke