summaryrefslogtreecommitdiff
path: root/stoc/source/security
AgeCommit message (Expand)AuthorFilesLines
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): stocStephan Bergmann3-3/+3
2019-05-20tdf#42949 Fix IWYU warnings in stoc/Gabor Kelemen4-11/+3
2019-01-29loplugin:flatten in stoc..storeNoel Grandin2-98/+98
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski1-13/+5
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-3/+3
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2-16/+16
2018-10-08loplugin:constfields in stoc..svgioNoel Grandin3-6/+6
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2-0/+2
2018-08-06Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-08-03loplugin:useuniqueptr in lru_cacheNoel Grandin1-18/+8
2018-08-02Add missing sal/log.hxx headersGabor Kelemen2-0/+2
2018-07-27stoc: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-3/+0
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann1-4/+4
2017-12-11loplugin:salcall fix functionsNoel Grandin2-2/+2
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-09-23loplugin:flatten in sdext..stocNoel Grandin1-9/+7
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-1/+1
2017-07-14 use more OUString::operator== in sfx2..svtoolsNoel Grandin2-4/+4
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin1-1/+1
2017-07-02loplugin:casttovoid: stocStephan Bergmann1-3/+0
2017-06-23simplify some string handling in tracing callsNoel Grandin1-7/+1
2017-06-02Improved loplugin:redundantcast static_cast handling: stocStephan Bergmann1-2/+2
2017-05-18Revert "Fix typos"Stephan Bergmann1-1/+1
2017-05-18Fix typosAndrea Gelmini1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock2-7/+7
2017-05-07tdf#43157: convert stoc from OSL_ASSERT to assertChris Sherlock2-7/+7
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann4-8/+8
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2017-02-01improve exception messages in stocNoel Grandin3-31/+11
2017-01-26-Werror=int-in-bool-context (GCC 7)Stephan Bergmann1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann2-54/+18
2016-12-11OSL_TRACE -> SAL in sfx2..svxNoel Grandin3-28/+15
2016-12-02loplugin:unnecessaryoverride (dtors) in stocStephan Bergmann2-23/+0
2016-10-14loplugin:countusersofdefaultparams in sot..svtoolsNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-5/+5
2016-07-11loplugin:nullptr: Better heuristic to determine code shared between C and C++Stephan Bergmann1-1/+1
2016-05-19loplugin:unusedmethods in slideshow to svtoolsNoel Grandin1-15/+0
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin1-6/+3
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2016-03-30loplugin:nullptr: Find some more cases in templatesStephan Bergmann1-5/+5
2016-03-10Avoid reserved identifierStephan Bergmann1-5/+5
2016-02-09Remove excess newlinesChris Sherlock2-13/+0
2015-12-10More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann1-1/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-14/+14
2015-11-04yyyyyNoel Grandin1-1/+1
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin1-3/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-28/+28
2015-10-02loplugin:unusedmethodsNoel Grandin1-18/+0