summaryrefslogtreecommitdiff
path: root/i18npool
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-10tdf#89665: i18npool: speed up TextSearch::searchBackward()Michael Stahl1-12/+9
2015-03-10tdf#89665: i18npool: speed up TextSearch::searchForward()Michael Stahl1-12/+9
2015-02-28Typo: skiped->skippedJulien Nabet1-1/+1
2015-02-2718npool: these variables should be signedMichael Stahl1-10/+5
2015-02-26tdf#89665: i18npool: fix pathological transliterate slow-pathMichael Stahl1-1/+9
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin5-20/+20
2015-02-11typos and nitpicksEike Rathke1-35/+37
2015-02-11translate documentation of Weighted Levenshtein DistanceEike Rathke1-99/+119
2015-01-28Use vector::dataStephan Bergmann1-2/+2
2015-01-26implement css::i18n::XCalendar4 and LocaleCalendar2 service, tdf#63230Eike Rathke6-7/+72
2015-01-23fix 64-bit build after OUStringBuffer changeMichael Stahl2-3/+4
2015-01-22This can be called really early, create the dir.Jan Holesovsky1-1/+1
2015-01-20Some more loplugin:cstylecast: i18npoolStephan Bergmann8-62/+62
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-1/+0
2015-01-07changed default value for long datetime, zh_CN locale dataKevin Suo1-3/+3
2015-01-07fdo#87626: Improve Simplified Chinese numbering typesKevin Suo1-8/+15
2014-12-19fdo#87471 update locale data for French Burkina Faso [fr-BF]Eike Rathke1-24/+26
2014-12-19fdo#87466 update locale data for Moore Burkina Faso [mos-BF]Eike Rathke1-7/+7
2014-12-19add more date formats for [pt-PT]Eike Rathke1-0/+24
2014-12-18i18npool: Use appropriate OUString functions on string constantsStephan Bergmann13-17/+17
2014-12-18fdo#39440 reduce scope of local variablesMichael Weghorn4-55/+21