summaryrefslogtreecommitdiff
path: root/sot/source
ModeNameSize
d---------base157logplain
d---------sdstor696logplain
d---------unoolestorage98logplain
Kira Tubo 2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: svlStephan Bergmann 2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann 2022-07-25use more o3tl::spanNoel Grandin 2022-06-16Related: tdf#149325 tdf#52602 SvNumberFormatsObj::addNew accept differingEike Rathke 2022-06-15Use rtl::isAsceeLowerCase/rtl::toAsciiUpperCaseMike Kaganski 2022-06-15Resolves: tdf#149325 tdf#52602 SvNumberFormatsObj::queryKey try also uppercaseEike Rathke 2022-06-03clang-tidy modernize-pass-by-value in svlNoel Grandin 2022-03-24loplugin:constantparamNoel Grandin 2021-10-25Restore behaviour SvNumberFormatterServiceObj keep LANGUAGE_SYSTEM unresolvedEike Rathke 2021-10-25Get rid of fuzziness in MsLangId::Conversion::convertIsoNamesToLanguage()Eike Rathke 2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski 2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin 2021-08-13split SvNumberFormatter into it's own headerNoel Grandin 2021-08-02convert #defines to OUStringLiteralNoel Grandin 2021-02-16loplugin:referencecasting in stoc..svtoolsNoel 2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski 2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann 2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin 2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin 2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svlStephan Bergmann 2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov 2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen 2019-03-05re-land "new loplugin typedefparam""Noel Grandin 2018-11-25Simplify containers iterations in svgio, svl, svtoolsArkadiy Illarionov 2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski 2018-08-16Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke 2018-03-07use more Color in sfx2..svtoolsNoel Grandin 2018-01-15More loplugin:cstylecast: svlStephan Bergmann 2018-01-12More loplugin:cstylecast: svlStephan Bergmann 2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin 2017-12-11loplugin:salcall fix functionsNoel Grandin 2017-11-20cosmetics: Drop duplicate semicolonTakeshi Abe 2017-10-06use rtl::Reference in svl,sfx2Noel Grandin 2017-09-23loplugin:flatten in svl..svxNoel Grandin 2017-07-28loplugin:constparams handle constructorsNoel Grandin 2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke 2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin 2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin 2017-05-19loplugin:stringcopy: svlStephan Bergmann