summaryrefslogtreecommitdiff
path: root/stoc/source/security
AgeCommit message (Expand)Author
2022-06-27clang-tidy modernize-pass-by-value in stocNoel Grandin
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin
2022-04-09use more subView when converting to Int32Noel Grandin
2022-01-15Let loplugin:nullptr look into template instantiationsStephan Bergmann
2021-12-26can use OUStringLiteral hereNoel Grandin
2021-12-19use more cppu::BaseMutexNoel Grandin
2021-11-26loplugin:stringliteraldefine in stoc,svtoolsNoel Grandin
2021-10-31Prepare for removal of non-const operator[] from Sequence in stocMike Kaganski
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: stocStephan Bergmann
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin
2020-03-14Revert "loplugin:constfields in stoc..svgio"Noel Grandin
2020-01-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci
2019-12-03use scoped enumStephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): stocStephan Bergmann
2019-05-20tdf#42949 Fix IWYU warnings in stoc/Gabor Kelemen
2019-01-29loplugin:flatten in stoc..storeNoel Grandin
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-08loplugin:constfields in stoc..svgioNoel Grandin
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-08-06Add missing sal/log.hxx headersGabor Kelemen
2018-08-03loplugin:useuniqueptr in lru_cacheNoel Grandin
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-07-27stoc: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-09-23loplugin:flatten in sdext..stocNoel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-07-14 use more OUString::operator== in sfx2..svtoolsNoel Grandin
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin
2017-07-02loplugin:casttovoid: stocStephan Bergmann
2017-06-23simplify some string handling in tracing callsNoel Grandin
2017-06-02Improved loplugin:redundantcast static_cast handling: stocStephan Bergmann
2017-05-18Revert "Fix typos"Stephan Bergmann
2017-05-18Fix typosAndrea Gelmini
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert stoc from OSL_ASSERT to assertChris Sherlock
2017-03-25Fix typosAndrea Gelmini
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-28new loplugin unoanyNoel Grandin