summaryrefslogtreecommitdiff
path: root/stoc/source/inspect/introspection.cxx
AgeCommit message (Expand)Author
2023-06-18Use getXWeak in stocMike Kaganski
2023-03-30loplugin:stringadd in starmath..svlNoel Grandin
2022-06-27clang-tidy modernize-pass-by-value in stocNoel Grandin
2022-06-03Use more appropriate index variable typesStephan Bergmann
2022-01-03osl::Mutex->std::mutex in ImplIntrospectionAccessNoel Grandin
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-03-23use single-use attribute for IntrospectionNoel Grandin
2020-03-14Revert "loplugin:constfields in stoc..svgio"Noel Grandin
2019-11-23cppcheck: performing init in init list (sfx2/slideshow/stoc/store)Julien Nabet
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin
2019-08-15loplugin:sequenceloop in starmath..svlNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): stocStephan Bergmann
2019-07-22Simplify Sequence iterations in shell..svgioArkadiy Illarionov
2019-07-21loplugin:referencecasting in slideshow..svtoolsNoel Grandin
2019-05-20tdf#42949 Fix IWYU warnings in stoc/Gabor Kelemen
2019-05-03Use hasElements to check Sequence emptiness in sfx2..svxArkadiy Illarionov
2019-02-11new loplugin writeonlyvarsNoel Grandin
2019-01-31const_cast is not needed hereMike Kaganski
2018-11-29Simplify containers iterations in slideshow, sot, starmath, stocArkadiy Illarionov
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-08loplugin:constfields in stoc..svgioNoel Grandin
2018-01-19new loplugin:emptyifNoel Grandin
2018-01-12More loplugin:cstylecast: stocStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-09-23loplugin:flatten in sdext..stocNoel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-06-05Improved loplugin:cstylecast to reference types: stocStephan Bergmann
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin
2017-02-01improve exception messages in stocNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19new loplugin: useuniqueptr: sot..toolsNoel Grandin
2016-12-11OSL_TRACE -> SAL in sfx2..svxNoel Grandin
2016-12-02loplugin:unnecessaryoverride (dtors) in stocStephan Bergmann
2016-10-27loplugin:expandablemethods in stoc..svlNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-06-21Clean up uses of Any::getValue() in stocStephan Bergmann
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin
2016-03-07coverity#1353440 try and refactor to avoid Argument cannot be negativeCaolán McNamara
2016-03-07return early and drop elseCaolán McNamara
2016-03-07!(==) -> !=Caolán McNamara
2016-02-20coverity#1353440 Argument cannot be negativeCaolán McNamara
2016-02-15uno::Sequence->std::vector in stoc/introspectionNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock