summaryrefslogtreecommitdiff
path: root/unotools/source/i18n
AgeCommit message (Expand)Author
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann
2023-06-28Drop i18nutil::SearchOptionsMike Kaganski
2023-06-24Change LocaleDataWrapper::getDuration() parameter to tools::DurationEike Rathke
2023-06-23tdf#142437: Fix word boundary detection in autocorrectBaole Fang
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin
2023-03-30loplugin:stringadd in ucbhelper..uuiNoel Grandin
2023-02-27no need to hold CollatorWrapper by std::unique_ptrNoel Grandin
2022-12-28Introduce lo_get_app_data_dir() for Emscripten, tooTor Lillqvist
2022-12-16i18n: fix build with Boost 1.81.0Đoàn Trần Công Danh
2022-11-08A better fix for C++23 P2266R1Stephan Bergmann
2022-09-27tdf#123990 sc condition: use GetTransliteration, not GetCollatorJustin Luth
2022-09-23tdf#123990 sc condformat: case insensitive begins/ends/containsJustin Luth
2022-09-13Empty string has no characters of any typeEike Rathke
2022-09-13Fix everything using XCharacterClassification::getStringType() and don't use itEike Rathke
2022-08-22Resolves: tdf#150288 Do not prepend the locale's full date acceptance patternEike Rathke
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-07-22elide some makeStringAndClear() callsNoel Grandin
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