summaryrefslogtreecommitdiff
path: root/svl/source/misc
AgeCommit message (Expand)Author
2021-04-28use string_view in INetURLObject::encodeNoel Grandin
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-01-28simplify code, use more subView()Noel
2021-01-27tdf#92456 store hash with stringNoel Grandin
2021-01-25tdf#92456 improve VLOOKUP perfNoel Grandin
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-16tdf#123936 Formatting files in module svl with clang-formatPhilipp Hofer
2020-11-11loplugin:stringviewNoel
2020-09-23Read MOSDocumentLockFile UTF-16 string data with same endiannessStephan Bergmann
2020-06-12fix ASAN in SharedStringPoolNoel Grandin
2020-06-03fix ubsan in SharedStringPoolNoel Grandin
2020-06-02optimize SharedStringPool::purge() and fix testsNoel Grandin
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin
2020-03-13Revert "loplugin:constfields in svl"Noel Grandin
2020-02-07tdf#130501: Fix off-by-one error in URIHelper::resolveIdnaHostStephan Bergmann
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2019-12-23sal_Char->char in svtools..svlNoel Grandin
2019-12-17Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)Stephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-01loplugin:stringadd n sfx2..svlNoel Grandin
2019-08-23[API CHANGE] Adapt css.uri UNOIDL entities to RFC 3986Stephan Bergmann
2019-08-23Mark move ctors/assignments noexceptMike Kaganski
2019-08-15Switch mdds to 1.5.0 and liborcus to 0.15.0.Kohei Yoshida
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svlStephan Bergmann
2019-07-28loplugin:collapseifNoel Grandin
2019-07-15Simplify Sequence iterations in svlArkadiy Illarionov
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-06-21Extend INetURLObject::setName and drop INetURLObject::SetNameMike Kaganski
2019-06-21Drop INetURLObject::GetName and INetURLObject::GetExtensionMike Kaganski
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen
2019-05-18avoid double-lookup in SharedStringPool::internNoel Grandin
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-04-14loplugin:sequentialassign in starmath..svlNoel Grandin
2019-04-10clang-tidy: Fix suspicious catches of WIP unhandled-self-assignment checkTamás Zolnai
2019-03-30Some refactor of lockfile classes to minimize interfaceMike Kaganski
2019-03-30Slightly simplify URL handlingMike Kaganski
2019-03-27MSO lockfiles: Deduplicate MSO lock file reading codeTamás Zolnai
2019-03-26Generate MSO lock files when the related MSO compat. option is setTamás Zolnai
2019-03-25Fix typoAndrea Gelmini
2019-03-23Introduce new lockfile handler for MSO like lockfilesTamás Zolnai
2019-02-22loplugin:unusedfields in svlNoel Grandin
2019-02-13Use indexed getToken()Matteo Casalin
2019-01-21Avoid -Werror=format-{overflow,truncation}=Stephan Bergmann
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2018-12-05loplugin:singlevalfields in svlNoel Grandin
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-11-22improve function-local statics in scripting..svtoolsNoel Grandin