summaryrefslogtreecommitdiff
path: root/stoc/source/invocation_adapterfactory
AgeCommit message (Expand)Author
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-10-02Use the new single-instance="true" attribute in stocStephan Bergmann
2020-07-15stoc/invocadapt: create instances with uno constructorsNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: stocStephan Bergmann
2020-03-14Revert "loplugin:constfields in stoc..svgio"Noel Grandin
2020-02-01std::unordered_set<T*> -> o3tl::sorted_vectorNoel Grandin
2019-12-22sal_Char->char in sot..storeNoel Grandin
2019-11-23cppcheck: performing init in init list (sfx2/slideshow/stoc/store)Julien Nabet
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): stocStephan Bergmann
2019-05-22New loplugin:dataStephan Bergmann
2019-05-20tdf#42949 Fix IWYU warnings in stoc/Gabor Kelemen
2019-05-03Use hasElements to check Sequence emptiness in sfx2..svxArkadiy Illarionov
2018-11-29Simplify containers iterations in slideshow, sot, starmath, stocArkadiy Illarionov
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
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-06-27loplugin:useuniqueptr in variousNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert stoc from OSL_ASSERT to assertChris Sherlock
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, stocStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-05-01tdf#97499 Fixed containers parameters clearing #9tymyjan
2016-04-12Remove stray spaces from start of log messages, reduxStephan Bergmann
2016-04-12tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-02-09Remove excess newlinesChris Sherlock
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-07stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-12cppcheck: noCopyConstructorCaolán McNamara
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-07-15cppcheck: noExplicitConstructorCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Use OUString::unacquiredStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann
2015-01-20Some more loplugin:cstylecast: stocStephan Bergmann
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-16stoc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini