summaryrefslogtreecommitdiff
path: root/stoc/source/corereflection/criface.cxx
AgeCommit message (Expand)Author
2024-05-13loplugin:ostr in stocNoel Grandin
2024-04-30WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski
2023-06-18Use getXWeak in stocMike Kaganski
2022-12-19loplugin:implinheritancehelper in stocNoel Grandin
2021-10-31Prepare for removal of non-const operator[] from Sequence in stocMike Kaganski
2021-05-29std::unique->std::optionalNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-07-22Simplify Sequence iterations in shell..svgioArkadiy Illarionov
2019-05-20tdf#42949 Fix IWYU warnings in stoc/Gabor Kelemen
2019-05-03Use hasElements to check Sequence emptiness in sfx2..svxArkadiy Illarionov
2019-03-21pUnoReturn should be null when UNO methode is VOIDJuergen Funk
2019-01-29loplugin:flatten in stoc..storeNoel Grandin
2018-06-15stoc: replace double-checked locking with static initializersJochen Nitschke
2018-03-12loplugin:redundantfcastStephan Bergmann
2018-01-12More loplugin:cstylecast: stocStephan Bergmann
2018-01-11loplugin:useuniqueptr in tools,stoc,unotoolsNoel Grandin
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin
2017-10-30loplugin:constmethod in vcl and stocNoel Grandin
2017-09-30Make sure space handed to C/C++ ABI is padded large enoughStephan Bergmann
2017-09-23loplugin:flatten in sdext..stocNoel Grandin
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert stoc from OSL_ASSERT to assertChris Sherlock
2017-02-01improve exception messages in stocNoel Grandin
2017-01-27stoc: oops, missing closing quoteMichael Stahl
2017-01-27stoc: try to throw more informative exceptionsMichael Stahl
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-06-21Clean up uses of Any::getValue() in stocStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-03-29Clean up remaining C-style casts among void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-01-20Some more loplugin:cstylecast: stocStephan Bergmann
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara
2014-05-29remove more unnecesary OUString constructor useNoel Grandin
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-05-22stoc: fix includesThomas Arnhold
2014-05-22stoc: make use of css aliasThomas Arnhold
2014-05-22stoc: remove using namespace from headersThomas Arnhold
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet
2014-04-30stoc: sal_Bool->boolNoel Grandin