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