summaryrefslogtreecommitdiffstats
path: root/i18nutil
Commit message (Expand)AuthorAgeFilesLines
* Explicitly qualify ICU types with icu:: namespaceEike Rathke2018-07-021-4/+4
* tdf#103550 fix issue with HYPHEN-MINUS in Calc function JIS.Winfried Donkers2018-01-261-0/+1
* Upgrade to ICU 60.1Eike Rathke2017-11-201-0/+11
* Revert "Upgrade to ICU 60.1"Eike Rathke2017-11-171-11/+0
* Upgrade to ICU 60.1David Tardon2017-11-171-0/+11
* Remove duplication of Paper enum as #definesTor Lillqvist2017-11-111-0/+3
* There is no "paperconf" command on macOSTor Lillqvist2017-11-101-0/+2
* rename AvoidConfig to FuzzingCaolán McNamara2017-11-091-1/+1
* loplugin:includeform: i18nutilStephan Bergmann2017-10-232-4/+4
* move stuff in i18npool/i18nutil in own namespaceNoel Grandin2017-10-045-10/+10
* 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