summaryrefslogtreecommitdiffstats
path: root/i18npool
Commit message (Expand)AuthorAgeFilesLines
* Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke2016-07-082-8/+16
* move #includes to top of fileNoel Grandin2016-06-291-3/+2
* no-break space between number and percent sign, tdf#63272Eike Rathke2016-06-162-4/+4
* remove the correct but unwanted no-break space in percentage, tdf#63272Eike Rathke2016-06-132-4/+4
* Fix typosAndrea Gelmini2016-06-131-1/+1
* tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko2016-06-094-16/+4
* no-break space between number and percent sign, tdf#63272Eike Rathke2016-06-0636-72/+72
* [PATCH] up the free usage formatindex start from 50 to 60Eike Rathke2016-06-0227-271/+275
* tdf#63272 Fix location of percent sign for TurkishMuhammet Kara2016-06-021-2/+2
* percentage format with no-break space, tdf#63272Eike Rathke2016-06-011-2/+2
* Resolves: tdf#63272 [fi-FI] percentage format with no-break spaceEike Rathke2016-05-311-2/+2
* teach refcounting clang plugin about uno::ReferenceNoel Grandin2016-05-319-19/+28
* Estonian localization of aboveWord and belowWordMihkel Tõnnov2016-05-281-2/+2
* add D.M.Y date pattern to Gaelic [gd-GB]Eike Rathke2016-05-181-0/+1
* change Gaelic [gd-GB] QuotationStart to U+2019Eike Rathke2016-05-171-1/+1
* convert MappingType to scoped enumNoel Grandin2016-05-114-25/+25
* Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2016-05-101-0/+1
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-107-13/+13
* 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