summaryrefslogtreecommitdiff
path: root/i18npool
AgeCommit message (Expand)AuthorFilesLines
2015-08-06ensure engineering notation format is presentEike Rathke1-0/+18
2015-08-06tdf#91849 add Tigrigna (Ethiopia) [ti-ET] locale dataEike Rathke3-1/+364
2015-08-06reflect requirement of one abbreviated DateAcceptancePattern in documentationEike Rathke1-2/+4
2015-08-06ensure that at least one abbreviated DateAcceptancePattern is presentEike Rathke1-0/+16
2015-08-06add missing DateAcceptancePattern for abbreviated date inputEike Rathke2-0/+2
2015-08-06Revert "make saxparser deps order-only"Eike Rathke1-1/+1
2015-08-06tdf#91199 add Venetian [vec-IT] locale dataEike Rathke3-0/+364
2015-05-27Include missing in Windows buildJuergen Funk1-0/+1
2015-05-22tdf#90809: i18npool: fix crash in Thai break iteratorMichael Stahl1-4/+6
2015-05-22i18npool: ASAN: fix off-by-one in gendict's index2 arrayMichael Stahl1-1/+1
2015-05-19Update Apache Bugzilla’s URLAdolfo Jayme Barrientos2-18/+18
2015-05-08Also mention exception typeStephan Bergmann1-1/+1
2015-05-07Resolves: tdf#91057 transliterateChar2Char throws MultipleCharsOutputExceptionCaolán McNamara1-20/+36
2015-05-05Related tdf#91009: Correct thousands separator character for locale es_CRJulien Nabet1-10/+32
2015-05-02tdf#91009: Correct thousands separator character for locale es_CRJulien Nabet1-9/+9
2015-04-29i18npool: fix buildMichael Stahl1-1/+1
2015-04-29tdf#89395 add Nyanja [ny-MW] locale dataEike Rathke3-1/+365
2015-04-29inherit cu-RU format codes from ru-RU, tdf#90802 follow-upEike Rathke4-149/+5
2015-04-29define what is actually used ...Eike Rathke1-2/+2
2015-04-29prepare to inherit from, adding replacement, tdf#90802 relatedEike Rathke1-6/+6
2015-04-29tdf#90802 add Church Slavic [cu-RU] localeAleksandr Andreev6-1/+480
2015-04-28add comment it's ok hereEike Rathke1-0/+4
2015-04-28match separators by inheriting from same locale as format codesEike Rathke1-1/+1
2015-04-28match separators by inheriting from same locale as format codesEike Rathke1-1/+1
2015-04-28match separators by inheriting from same locale as format codesEike Rathke1-1/+1
2015-04-28match separators by inheriting from same locale as format codesEike Rathke1-1/+1
2015-04-28format code separators have to match defined separatorsEike Rathke1-23/+1
2015-04-27decimal separator is commaEike Rathke1-3/+3
2015-04-27Add engineering notation to format list for all l10nLaurent Balland-Poirier158-1/+474
2015-04-26--enable-mergelibs: Turns out we don't need to install saxMatúš Kukan1-9/+0
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-22Clean up odd sal::static_int_cast<sal_Bool> usesStephan Bergmann2-5/+4
2015-04-22both scientific formats are of type medium, tdf#88835 follow-upEike Rathke2-2/+2
2015-04-22tdf#88835 2 digits in exponent for default scientific formatLaurent Balland-Poirier158-416/+416
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann4-0/+4
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin20-39/+39
2015-04-12cppcheck: noExplicitConstructorCaolán McNamara2-15/+26
2015-04-12unnecessary castCaolán McNamara1-1/+1
2015-04-12unnecessary strcpyCaolán McNamara2-5/+2
2015-04-09loplugin:staticmethodsNoel Grandin3-7/+7
2015-04-07loplugin:staticmethodsNoel Grandin4-11/+11
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann4-6/+6
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann3-6/+6
2015-03-24do not include non-mask bits in masksEike Rathke1-25/+51
2015-03-23fixed a type in NumberingLevelACTom1-1/+1
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-2/+1
2015-03-11i18npool: fix spurious regex ^ matching in TextSearch::searchForward()Michael Stahl1-4/+21