summaryrefslogtreecommitdiff
path: root/stoc/source/servicemanager
AgeCommit message (Expand)AuthorFilesLines
2019-08-15loplugin:sequenceloop in starmath..svlNoel Grandin1-6/+6
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): stocStephan Bergmann1-2/+2
2019-07-22Simplify Sequence iterations in shell..svgioArkadiy Illarionov1-34/+16
2019-06-18loplugin:logexceptionnicely in starmath..svgioNoel Grandin1-6/+7
2019-05-20tdf#42949 Fix IWYU warnings in stoc/Gabor Kelemen1-10/+1
2019-05-03Use hasElements to check Sequence emptiness in sfx2..svxArkadiy Illarionov1-4/+4
2019-04-30implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin1-21/+1
2019-01-29loplugin:flatten in stoc..storeNoel Grandin1-27/+27
2018-11-29Simplify containers iterations in slideshow, sot, starmath, stocArkadiy Illarionov1-6/+4
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-4/+4
2018-10-08loplugin:constfields in stoc..svgioNoel Grandin1-1/+1
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+2
2018-08-02Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-3/+3
2017-10-30loplugin:constmethod in vcl and stocNoel Grandin1-3/+3
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-6/+3
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-3/+3
2017-09-27loplugin:flatten in variousNoel Grandin1-22/+17
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-2/+2
2017-07-14 use more OUString::operator== in sfx2..svtoolsNoel Grandin1-2/+2
2017-05-07revert OSL_ASSERT changesChris Sherlock1-3/+3
2017-05-07tdf#43157: convert stoc from OSL_ASSERT to assertChris Sherlock1-3/+3
2017-02-01improve exception messages in stocNoel Grandin1-9/+9
2017-01-30German comments - last bits of stoc/ translated.Michael Meeks1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-134/+64
2016-12-02loplugin:unnecessaryoverride (dtors) in stocStephan Bergmann1-21/+0
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-5/+5
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-06-21Clean up uses of Any::getValue() in stocStephan Bergmann1-10/+9
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-3/+3
2016-04-12Remove stray spaces from start of log messagesStephan Bergmann1-4/+4
2016-04-12tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-26/+5
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-7/+0
2015-12-21loplugin:unusedfields in sfx2,slideshow,starmath,stocNoel Grandin1-1/+0
2015-11-19use comphelper::containerToSequenceNoel Grandin1-8/+2
2015-11-04yyyyyNoel Grandin1-6/+3
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-65/+65
2015-09-07stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-9/+8
2015-07-15cppcheck: noExplicitConstructorCaolán McNamara1-7/+7
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-4/+4
2015-04-29redundant castCaolán McNamara1-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-3/+3
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-01-28Use vector::dataStephan Bergmann1-2/+1
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara1-6/+7