summaryrefslogtreecommitdiff
path: root/i18nutil
AgeCommit message (Expand)AuthorFilesLines
2017-06-15use more SAL_N_ELEMENTS part 3Noel Grandin1-5/+3
2017-06-07Make use of OUString::startsWith rest parameterStephan Bergmann1-5/+1
2017-05-30coverity#1411565 'Constant' variable guards dead codeCaolán McNamara1-1/+2
2017-05-29i18nutil: fix invalid string copy that prevents startupMichael Stahl1-2/+3
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-2/+1
2017-04-28loplugin:salunicodeliteral: i18nutilStephan Bergmann1-2/+2
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky1-1/+0
2017-04-21remove some old MSVC workaroundsNoel Grandin1-2/+0
2017-04-20loplugin:unusedfieldsNoel Grandin1-7/+0
2017-04-13Removed duplicated includesAndrea Gelmini1-1/+0
2017-03-31use actual UNO enums in i18nutilNoel Grandin2-281/+22
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-22Use rtl::isAscii* instead of ctype.h is* with sal_Unicode argStephan Bergmann1-1/+1
2017-03-22Use nl_langinfo_l with an explicitly created localeStephan Bergmann1-26/+30
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin1-4/+5
2017-02-08coverity#1371289 Missing move assignment operatorCaolán McNamara1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-3/+3
2017-01-14coverity#1371289 avoid the need for an assignmentCaolán McNamara1-5/+5
2017-01-09New loplugin:externvar: i18npoolStephan Bergmann1-1/+1
2016-11-02upgrade to ICU 58Eike Rathke1-0/+26
2016-09-25avoid coverity#1371161 Missing move assignment operatorCaolán McNamara1-1/+1
2016-09-20Related cid#1371289: Improve code to not depend on missing move assignmentStephan Bergmann1-6/+6
2016-09-20Remove redundant default ctor definitionStephan Bergmann1-8/+0
2016-05-11convert MappingType to scoped enumNoel Grandin1-11/+19
2016-04-28clang-tidy modernize-loop-convert in h-l/*Noel Grandin1-4/+4
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin1-1/+1
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann1-2/+2
2015-12-19coverity#1343620 Unchecked return valueCaolán McNamara1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-73/+73
2015-11-05related tdf#73691 - prevent AltX creating control charactersJustin Luth1-6/+10
2015-10-28tdf#95354 - pad AltX to 4 charactersJustin Luth1-1/+5
2015-10-20com::sun::star->css in i18nutilNoel Grandin2-6/+5
2015-09-29Updated URLAndrea Gelmini1-1/+1
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-08-21loplugin:defaultparamsNoel Grandin1-3/+3
2015-08-19for testing allow disabling configmgr for time critical pathsCaolán McNamara2-0/+5
2015-08-12tdf#73691 Implement MSWord's Alt-X: toggle unicode notationJustin Luth1-0/+251
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2014-12-27coverity#984097 Uninitialized pointer fieldCaolán McNamara1-7/+8
2014-12-19upgrade to icu 54Caolán McNamara1-0/+20
2014-12-18fdo#39440 reduce scope of local variablesMichael Weghorn2-13/+11
2014-12-12i18nutil: Use appropriate OUString functions on string constantsStephan Bergmann1-14/+14
2014-05-28Avoid undefined left shift of negative valueStephan Bergmann1-5/+8
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold3-6/+6
2014-02-18i18nutil: sal_Bool -> boolStephan Bergmann3-8/+8
2014-01-22CLDR Version 24 doesn't know about es and sl using space before %Caolán McNamara1-1/+12
2014-01-21use a narrow no-break space instead of (normal) no-break space for deCaolán McNamara1-1/+7
2014-01-20Related: #i56998# use locale rules to format percentageCaolán McNamara1-1/+1