summaryrefslogtreecommitdiff
path: root/stoc/source/invocation_adapterfactory
AgeCommit message (Expand)AuthorFilesLines
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): stocStephan Bergmann1-1/+1
2019-05-22New loplugin:dataStephan Bergmann1-1/+1
2019-05-20tdf#42949 Fix IWYU warnings in stoc/Gabor Kelemen1-4/+0
2019-05-03Use hasElements to check Sequence emptiness in sfx2..svxArkadiy Illarionov1-1/+1
2018-11-29Simplify containers iterations in slideshow, sot, starmath, stocArkadiy Illarionov1-5/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-3/+3
2018-10-08loplugin:constfields in stoc..svgioNoel Grandin1-1/+1
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-5/+5
2017-06-27loplugin:useuniqueptr in variousNoel Grandin1-17/+14
2017-05-07revert OSL_ASSERT changesChris Sherlock1-7/+7
2017-05-07tdf#43157: convert stoc from OSL_ASSERT to assertChris Sherlock1-7/+7
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-16/+5
2017-01-19New loplugin:dynexcspec: Add @throws documentation, stocStephan Bergmann1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-05-01tdf#97499 Fixed containers parameters clearing #9tymyjan1-2/+2
2016-04-12Remove stray spaces from start of log messages, reduxStephan Bergmann1-1/+1
2016-04-12tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-4/+0
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-49/+49
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-5/+5
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-07stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-08-12cppcheck: noCopyConstructorCaolán McNamara1-0/+4
2015-07-16loplugin:simplifyboolStephan Bergmann1-2/+2
2015-07-15cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-6/+6
2015-03-31Use OUString::unacquiredStephan Bergmann1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-3/+3
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-9/+9
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann1-1/+1
2015-01-20Some more loplugin:cstylecast: stocStephan Bergmann1-24/+21
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara1-6/+5
2014-12-16stoc: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-09-29loplugin: cstylecastNoel Grandin1-1/+1
2014-06-05stoc: remove SAL_THROW macroNoel Grandin1-19/+7
2014-05-23get stoc to build againCaolán McNamara1-1/+1
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-6/+3
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-10/+5
2014-05-22stoc: fix includesThomas Arnhold1-1/+1
2014-05-22stoc: make use of css aliasThomas Arnhold1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-5/+5
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-10/+10