summaryrefslogtreecommitdiff
path: root/unotools/source/i18n
AgeCommit message (Expand)Author
2022-05-30clang-tidy modernize-pass-by-value in unotoolsNoel Grandin
2022-05-04Fix typo in cbc34f69ec6363cd234ad2b1dfe09bfb531238dbAurimas Fišeras
2022-05-04use more string_view in unotoolsNoel Grandin
2022-05-03Rename #define HAVE_LIBCXX -> HAVE_LIBCPPStephan Bergmann
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin
2022-04-26Use o3tl::make_unsigned in some placesStephan Bergmann
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen
2022-04-11use more string_viewNoel Grandin
2022-03-24loplugin:constantparamNoel Grandin
2022-02-06Avoid signed-integer-overflowStephan Bergmann
2021-11-19rtl::Static->thread-safe static in unotoolsNoel Grandin
2021-11-05The std::auto_ptr workarounds should only be necessary for Boost < 1.67.0Stephan Bergmann
2021-11-04fix potential out-of-bounds access in LocaleDataWrapperNoel Grandin
2021-11-01Prepare for removal of non-const operator[] from Sequence in unotoolsMike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-09-17speedup toUpperCase when called in parallelNoel Grandin
2021-09-12ofz: better workaround for broken msan buildCaolán McNamara
2021-09-12ofz: workaround moreCaolán McNamara
2021-09-12ofz: workaround memory sanitizer failure by skipping boost::localeCaolán McNamara
2021-08-18loplugin:passstuffbyrefNoel Grandin
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-08-03Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-07-31osl::Mutex->std::mutex in CharClassNoel Grandin
2021-07-29return by const& in LocaleDataWrapperNoel Grandin
2021-07-29rtl::Static -> static localNoel Grandin
2021-07-29Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-07-19tdf#143409: fix Translation is not applied in some UINoel Grandin
2021-07-18osl::Mutex->std::mutex in CachedTextSearchNoel Grandin
2021-07-16Output proper language tag instead of Language+Country concatenationEike Rathke
2021-07-06Related: tdf#125035 Introduce LongDateOrder and handle YDM in DateFormatterEike Rathke
2021-07-06Remove now unused LocaleDataWrapper::getLongDate()Eike Rathke
2021-06-17use string_view in the Translate APINoel Grandin
2021-06-16Adapt implicit OString return value construction to C++23 P2266R1Stephan Bergmann
2021-06-11Simplify Sequences initializations (unotools)Julien Nabet
2021-05-06loplugin:unusedmethodsNoel Grandin
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann
2021-01-01tdf#119367: use Unicode paths on Windows in unotoolsMike Kaganski
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel
2020-08-05loplugin:flatten in unotoolsNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: unotoolsStephan Bergmann
2020-03-31Translate German variable namesJohnny_M
2020-03-18tdf#131069 always produce utf-8 from gettextCaolán McNamara