summaryrefslogtreecommitdiff
path: root/unotools/source/i18n
AgeCommit message (Expand)Author
2019-02-11loplugin:indentation in unotools..vbahelperNoel Grandin
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2019-01-10__cplusplus >= 201703L is always true now for _MSC_VERStephan Bergmann
2018-12-13Swiss Standard German: replace 'ß' in German translation with 'ss'Tor Lillqvist
2018-12-07Clang (and GCC) always has __cplusplus >= C++17 nowStephan Bergmann
2018-11-05loplugin:useuniqueptr in LocaleDataWrapperNoel Grandin
2018-11-01tdf#112614: Include all labels in the search in Customize dialogMuhammet Kara
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin
2018-10-24Fix empty capture group referenceMike Kaganski
2018-10-17tdf#42949 Fix IWYU warnings in include/tools/*Gabor Kelemen
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-09Related: tdf#83128 support translation of plural formsCaolán McNamara
2018-09-17New loplugin:externalStephan Bergmann
2018-09-12loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin
2018-08-29loplugin:constantparam (3)Noel Grandin
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-07-27unotools: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-06-28Fix typosAndrea Gelmini
2018-06-08tdf#115007: Use [NatNum12 params...] syntaxMike Kaganski
2018-05-30make CharClass also mutex-protect calls to its dependent classLuboš Luňák
2018-05-11Avoid gengal hanging in an --enable-dbgutil build on WindowsTor Lillqvist
2018-03-26tdf#116315 - Cycle Case including Sentence caseheiko tietze
2018-03-02Blind build fix for AndroidStephan Bergmann
2018-03-02iOS, added same limitations as MACOSXjan Iversen
2018-03-02fix fuzzer buildCaolán McNamara
2018-03-01hook up gettext to native dialogCaolán McNamara
2018-01-15More loplugin:cstylecast: unotoolsStephan Bergmann
2018-01-12More loplugin:cstylecast: unotoolsStephan Bergmann
2018-01-11loplugin:redundantcast: unotoolsStephan Bergmann
2018-01-11loplugin:useuniqueptr in tools,stoc,unotoolsNoel Grandin
2018-01-04loplugin:unusedfieldsNoel Grandin
2018-01-03loplugin:singlevalfields improve copy constructor checkNoel Grandin
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin
2017-12-15Enable C++17 for clang-cl, tooStephan Bergmann
2017-12-06Work around latest Boost 1.65.1 still using deprecated std::auto_ptrStephan Bergmann
2017-11-06CharClass: simplify methods a littleMike Kaganski
2017-10-27LocaleDataWrapper::stringToDouble() w/ decimalSeparatorAlternative, tdf#81671Eike Rathke
2017-10-27Add LocaleDataWrapper::getNumDecimalSepAlt(), tdf#81671Eike Rathke
2017-10-27Let LocaleDataWrapper::getLocaleItem() return LocaleDataItem2&, tdf#81671Eike Rathke
2017-10-27Supersede with XLocaleData5, LocaleData2, tdf#81671Eike Rathke
2017-10-26loplugin:constmethods in unotoolsNoel Grandin
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-13Enable -Wunreachable-codeStephan Bergmann
2017-08-25loplugin:unusedmethodsNoel Grandin
2017-08-01move resmgr to unotoolsCaolán McNamara
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara
2017-07-31loplugin:oncevarNoel Grandin
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin