summaryrefslogtreecommitdiffstats
path: root/i18nutil
Commit message (Expand)AuthorAgeFilesLines
* loplugin:constparams in i18nutil,sotNoel Grandin2017-07-171-3/+3
* Turn OSL_ENSURE() into static_assert() for NUM_PAPER_ENTRIES enum matchEike Rathke2017-07-121-2/+1
* loplugin:oncevar in helpcompiler..jvmfwkNoel Grandin2017-06-252-5/+3
* use more SAL_N_ELEMENTS part 3Noel Grandin2017-06-151-5/+3
* Make use of OUString::startsWith rest parameterStephan Bergmann2017-06-071-5/+1
* coverity#1411565 'Constant' variable guards dead codeCaolán McNamara2017-05-301-1/+2
* i18nutil: fix invalid string copy that prevents startupMichael Stahl2017-05-291-2/+3
* remove unnecessary use of OString::getStrNoel Grandin2017-05-281-2/+1
* loplugin:salunicodeliteral: i18nutilStephan Bergmann2017-04-281-2/+2
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-211-1/+0
* remove some old MSVC workaroundsNoel Grandin2017-04-211-2/+0
* loplugin:unusedfieldsNoel Grandin2017-04-201-7/+0
* Removed duplicated includesAndrea Gelmini2017-04-131-1/+0
* use actual UNO enums in i18nutilNoel Grandin2017-03-312-281/+22
* Fix typosAndrea Gelmini2017-03-251-1/+1
* Use rtl::isAscii* instead of ctype.h is* with sal_Unicode argStephan Bergmann2017-03-221-1/+1
* Use nl_langinfo_l with an explicitly created localeStephan Bergmann2017-03-221-26/+30
* typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin2017-03-011-4/+5
* coverity#1371289 Missing move assignment operatorCaolán McNamara2017-02-081-1/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-3/+3
* coverity#1371289 avoid the need for an assignmentCaolán McNamara2017-01-141-5/+5
* New loplugin:externvar: i18npoolStephan Bergmann2017-01-091-1/+1
* upgrade to ICU 58Eike Rathke2016-11-021-0/+26
* avoid coverity#1371161 Missing move assignment operatorCaolán McNamara2016-09-251-1/+1
* Related cid#1371289: Improve code to not depend on missing move assignmentStephan Bergmann2016-09-201-6/+6
* Remove redundant default ctor definitionStephan Bergmann2016-09-201-8/+0
* convert MappingType to scoped enumNoel Grandin2016-05-111-11/+19
* clang-tidy modernize-loop-convert in h-l/*Noel Grandin2016-04-281-4/+4
* use SAL_N_ELEMENTS more widelyNoel Grandin2016-03-311-1/+1
* Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann2016-02-151-2/+2
* coverity#1343620 Unchecked return valueCaolán McNamara2015-12-191-2/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-103-73/+73
* related tdf#73691 - prevent AltX creating control charactersJustin Luth2015-11-051-6/+10
* tdf#95354 - pad AltX to 4 charactersJustin Luth2015-10-281-1/+5
* com::sun::star->css in i18nutilNoel Grandin2015-10-202-6/+5
* Updated URLAndrea Gelmini2015-09-291-1/+1
* boost->stdCaolán McNamara2015-09-181-2/+2
* loplugin:defaultparamsNoel Grandin2015-08-211-3/+3
* for testing allow disabling configmgr for time critical pathsCaolán McNamara2015-08-192-0/+5
* tdf#73691 Implement MSWord's Alt-X: toggle unicode notationJustin Luth2015-08-121-0/+251
* loplugin: defaultparamsNoel Grandin2015-08-111-1/+1
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-2/+2
* coverity#984097 Uninitialized pointer fieldCaolán McNamara2014-12-271-7/+8
* upgrade to icu 54Caolán McNamara2014-12-191-0/+20
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-182-13/+11
* i18nutil: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-121-14/+14
* Avoid undefined left shift of negative valueStephan Bergmann2014-05-281-5/+8
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-153-6/+6
* i18nutil: sal_Bool -> boolStephan Bergmann2014-02-183-8/+8