summaryrefslogtreecommitdiffstats
path: root/i18npool
Commit message (Expand)AuthorAgeFilesLines
* i18npool: don't break line at slash '/'Michael Stahl2020-07-221-1/+4
* tdf#133898: get a context in default ctr (i18npool/calendarImpl)Julien Nabet2020-06-162-1/+8
* ICU requires that a collator charset data array is four-byte-alignedTor Lillqvist2020-05-081-1/+1
* Resolves: tdf#131829 [vi-VN] set currency VND decimals to 0Eike Rathke2020-04-031-5/+5
* tdf#131464: fix create an index of Writer in Japanese localeJulien Nabet2020-03-221-2/+2
* Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann2020-01-311-0/+1
* loplugin:stringaddNoel Grandin2019-11-031-2/+2
* size some stringbuffer to prevent re-allocNoel Grandin2019-10-234-15/+20
* Simplify Sequence iterations in i18npoolArkadiy Illarionov2019-10-2121-319/+218
* size some stringbuffer to prevent re-allocNoel Grandin2019-10-211-16/+13
* Drop redundant conditionsArkadiy Illarionov2019-10-201-9/+3
* Remaining loplugin:bufferaddStephan Bergmann2019-10-171-3/+1
* Rename OUStringLiteral1 to OUStringCharStephan Bergmann2019-10-173-12/+12
* loplugin:bufferadd loosen some constraintsNoel Grandin2019-10-162-12/+8
* use common PCH for more librariesLuboš Luňák2019-10-142-0/+4
* loplugin:stringadd look for unnecessary temporariesNoel Grandin2019-10-142-2/+2
* tdf#55436 - Add SYMBOL_CHICAGO numbering scheme (for footnotes)Tim Bartlett2019-09-021-0/+14
* Fix '..'Andrea Gelmini2019-09-014-4/+4
* Fix '..'Andrea Gelmini2019-09-012-4/+4
* cid#1448216 silence Explicit null deferenced false positivesCaolán McNamara2019-08-251-0/+4
* Resolves: tdf#127011 add English (Nigeria) [en-NG] locale dataEike Rathke2019-08-203-0/+52
* loplugin:constvars in i18npool..openclNoel Grandin2019-08-206-9/+9
* Add build time check for NF_INDEX_TABLE_ENTRIES <= nFirstFreeFormatIndexEike Rathke2019-08-191-3/+3
* Use simplified syntax for SequenceJulien Nabet2019-08-1711-12/+11
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet2019-08-1611-27/+13
* Related: tdf#126931 abbreviated month names should be three lettersEike Rathke2019-08-151-4/+4
* loplugin:sequenceloop in forms..ooxNoel Grandin2019-08-151-1/+1
* Resolves: tdf#126931 fix Sorbian date formats and add genitive month namesEike Rathke2019-08-152-12/+136
* Resolves: tdf#124108 localized quotation marks for [fr-BF] and derivedEike Rathke2019-08-141-4/+4
* Resolves: tdf#126282 add English (Sri Lanka) [en-LK] locale dataEike Rathke2019-08-013-0/+52
* Improved loplugin:stringconstant (now that GCC 7 supports it): i18npoolStephan Bergmann2019-07-3117-28/+28
* Avoid out-of-bounds string accessStephan Bergmann2019-07-311-0/+1
* build failure - disambiguate Calendar return classLionel Elie Mamane2019-07-101-1/+1
* tdf#125706 Fields slow down down load, part3Noel Grandin2019-06-282-0/+16
* tdf#125706 Fields slow down down load, cache NativeNumberSupplierServiceNoel Grandin2019-06-282-3/+8
* Ditch "using namespace U_ICU_NAMESPACE;", qualify icu:: insteadEike Rathke2019-06-273-9/+7
* Fix name clash problemEike Rathke2019-06-271-4/+3
* improve loplugin:simplifyconstructNoel Grandin2019-06-251-1/+1
* Fix typoAndrea Gelmini2019-06-251-1/+1
* Fix typoAndrea Gelmini2019-06-251-1/+1
* Fix typoAndrea Gelmini2019-06-251-1/+1
* Fix typoAndrea Gelmini2019-06-251-2/+2
* Resolves: tdf#92503 introduce TimeZone to calendar loading and default to UTCEike Rathke2019-06-204-8/+58
* tdf#125620 add Korean Hangul Jamo codepoint rangesDaeHyun Sung2019-06-081-1/+3
* Resolves: tdf#96711 RUB currency symbol is ₽ U+20BD RUBLE SIGNEike Rathke2019-06-035-21/+56
* add Dangi calendar locale data for tdf#125446DaeHyun Sung2019-06-011-0/+117
* Support to Korean Dangi Calendar for tdf#125446DaeHyun Sung2019-06-014-0/+30
* Resolves: tdf#125590 add Silesian [szl-PL] locale dataEike Rathke2019-06-013-0/+246
* Related: tdf#125590 prepare to derive from pl-PLEike Rathke2019-06-011-6/+6
* Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov2019-05-314-9/+9