summaryrefslogtreecommitdiff
path: root/unotools/source/i18n
AgeCommit message (Expand)AuthorFilesLines
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann6-6/+6
2022-07-22elide some makeStringAndClear() callsNoel Grandin1-1/+1
2022-05-30clang-tidy modernize-pass-by-value in unotoolsNoel Grandin3-11/+13
2022-05-04Fix typo in cbc34f69ec6363cd234ad2b1dfe09bfb531238dbAurimas Fišeras1-1/+1
2022-05-04use more string_view in unotoolsNoel Grandin2-12/+12
2022-05-03Rename #define HAVE_LIBCXX -> HAVE_LIBCPPStephan Bergmann1-1/+1
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin1-13/+4
2022-04-26Use o3tl::make_unsigned in some placesStephan Bergmann1-1/+2
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-2/+3
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen6-9/+2
2022-04-11use more string_viewNoel Grandin1-31/+31
2022-03-24loplugin:constantparamNoel Grandin1-16/+13
2022-02-06Avoid signed-integer-overflowStephan Bergmann1-2/+10
2021-11-19rtl::Static->thread-safe static in unotoolsNoel Grandin1-1/+0
2021-11-05The std::auto_ptr workarounds should only be necessary for Boost < 1.67.0Stephan Bergmann1-0/+3
2021-11-04fix potential out-of-bounds access in LocaleDataWrapperNoel Grandin1-7/+5
2021-11-01Prepare for removal of non-const operator[] from Sequence in unotoolsMike Kaganski1-11/+3
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-3/+4
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-2/+2
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-17/+12
2021-09-17speedup toUpperCase when called in parallelNoel Grandin1-108/+25
2021-09-12ofz: better workaround for broken msan buildCaolán McNamara1-15/+0
2021-09-12ofz: workaround moreCaolán McNamara1-1/+1
2021-09-12ofz: workaround memory sanitizer failure by skipping boost::localeCaolán McNamara1-0/+15
2021-08-18loplugin:passstuffbyrefNoel Grandin1-2/+2
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-94/+34
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin2-21/+21
2021-08-03Pass context and resource string down to boost::locale separatelyNoel Grandin1-0/+29
2021-07-31osl::Mutex->std::mutex in CharClassNoel Grandin1-20/+20
2021-07-29return by const& in LocaleDataWrapperNoel Grandin1-3/+3
2021-07-29rtl::Static -> static localNoel Grandin1-15/+5
2021-07-29Pass context and resource string down to boost::locale separatelyNoel Grandin1-0/+31
2021-07-19tdf#143409: fix Translation is not applied in some UINoel Grandin1-10/+33
2021-07-18osl::Mutex->std::mutex in CachedTextSearchNoel Grandin1-12/+10
2021-07-16Output proper language tag instead of Language+Country concatenationEike Rathke1-1/+2
2021-07-06Related: tdf#125035 Introduce LongDateOrder and handle YDM in DateFormatterEike Rathke1-11/+37
2021-07-06Remove now unused LocaleDataWrapper::getLongDate()Eike Rathke1-40/+0
2021-06-17use string_view in the Translate APINoel Grandin1-18/+19
2021-06-16Adapt implicit OString return value construction to C++23 P2266R1Stephan Bergmann1-1/+1
2021-06-11Simplify Sequences initializations (unotools)Julien Nabet2-10/+10
2021-05-06loplugin:unusedmethodsNoel Grandin2-122/+0
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin1-372/+167
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-3/+3
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann1-1/+1
2021-01-01tdf#119367: use Unicode paths on Windows in unotoolsMike Kaganski1-1/+8
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-2/+2
2020-11-17loplugin:stringviewparam check methods tooNoel2-5/+5
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel4-24/+26
2020-08-05loplugin:flatten in unotoolsNoel Grandin3-118/+118
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: unotoolsStephan Bergmann1-2/+2