summaryrefslogtreecommitdiff
path: root/i18npool/source/nativenumber
AgeCommit message (Expand)Author
2017-01-09New loplugin:externvar: i18npoolStephan Bergmann
2016-08-26loplugin:refcounting: also cover temporaries being directly stack managedStephan Bergmann
2016-08-16Native Numbers: update list of supported languagesLaurent Balland-Poirier
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann
2016-04-28clang-tidy modernize-loop-convert in h-l/*Noel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2015-11-27Adding native number support for Cyrillic numeralsAleksandr Andreev
2015-11-20loplugin:unusedfields i18npoolNoel Grandin
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
2015-10-19com::sun::star->css in i18npoolNoel Grandin
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-01-20Some more loplugin:cstylecast: i18npoolStephan Bergmann
2014-12-12i18npool: Use appropriate OUString functions on string constantsStephan Bergmann
2014-09-26coverity#1241051 Negative array index readCaolán McNamara
2014-09-26coverity#1241117 Negative array index readCaolán McNamara
2014-09-26coverity#1241372 Negative array index readCaolán McNamara
2014-09-11Avoid name clash with generated C++ class corresponding to UNOIDL serviceStephan Bergmann
2014-05-10Blind fix for red TinderboxesJulien Nabet
2014-05-09'!= false' is redundant, and confusing - kill it.Jan Holesovsky
2014-04-23i18npool: sal_Bool->boolNoel Grandin
2014-04-23Use our canonical header guard namingTor Lillqvist
2014-04-17Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-01-27i18npool: Ctor feature for another services.Matúš Kukan
2013-12-18fdo#54938: Convert i18npool to use cppu::supportsServiceMarcos Paulo de Souza
2013-12-11Related: rhbz#1040291 Change language name from 'Oriya' to 'Odia'Caolán McNamara
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-10-29cppcheck: Array index is used before limits checkJulien Nabet
2013-09-05use sensible indentationEike Rathke
2013-09-05renamed LocaleData to LocaleDataImpl to prevent confusionEike Rathke
2013-08-09Mark as const/staticTakeshi Abe
2013-06-08Revert "fdo#64977 Adding Tibetan Language Support"Fridrich Strba
2013-06-08fdo#64977 Adding Tibetan Language SupportElie Roux
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-03-27-Wunused-macrosStephan Bergmann
2013-02-25remove some trivial duplicatesThomas Arnhold
2012-12-06mvoe rtl_(u)string_alloc to salLuboš Luňák
2012-10-28Update reference link for Hebrew Numbering SystemLior Kaplan
2012-07-13re-base on ALv2 code. Includes:Michael Meeks
2012-07-02Remove unused definesThomas Arnhold
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-19merge together hand-crafted traditional/simplified chinese testsCaolán McNamara
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2011-11-27remove include of pch header from i18npoolNorbert Thiebaud
2011-09-02move to comphelper, and renameCaolán McNamara