summaryrefslogtreecommitdiff
path: root/stoc/source/inspect
AgeCommit message (Expand)AuthorFilesLines
2024-05-13loplugin:ostr in stocNoel Grandin1-2/+2
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2024-01-12cid#1545535 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+2
2024-01-12cid#1546222 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2023-12-24cid#1545470 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+2
2023-12-10cid#1546281 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-12-08cid#1546472 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-06-18Use getXWeak in stocMike Kaganski1-2/+2
2023-03-30loplugin:stringadd in starmath..svlNoel Grandin1-2/+2
2022-06-27clang-tidy modernize-pass-by-value in stocNoel Grandin1-7/+8
2022-06-03Use more appropriate index variable typesStephan Bergmann1-9/+8
2022-01-03osl::Mutex->std::mutex in ImplIntrospectionAccessNoel Grandin1-25/+25
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-2/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski1-1/+3
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2021-03-23use single-use attribute for IntrospectionNoel Grandin2-16/+3
2020-03-14Revert "loplugin:constfields in stoc..svgio"Noel Grandin1-1/+1
2019-11-23cppcheck: performing init in init list (sfx2/slideshow/stoc/store)Julien Nabet1-4/+2
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin1-1/+1
2019-08-15loplugin:sequenceloop in starmath..svlNoel Grandin1-3/+3
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): stocStephan Bergmann1-1/+1
2019-07-22Simplify Sequence iterations in shell..svgioArkadiy Illarionov1-39/+16
2019-07-21loplugin:referencecasting in slideshow..svtoolsNoel Grandin1-6/+6
2019-05-20tdf#42949 Fix IWYU warnings in stoc/Gabor Kelemen1-10/+0
2019-05-03Use hasElements to check Sequence emptiness in sfx2..svxArkadiy Illarionov1-1/+1
2019-02-11new loplugin writeonlyvarsNoel Grandin1-4/+0
2019-01-31const_cast is not needed hereMike Kaganski1-8/+6
2018-11-29Simplify containers iterations in slideshow, sot, starmath, stocArkadiy Illarionov1-6/+4
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-1/+1
2018-10-08loplugin:constfields in stoc..svgioNoel Grandin1-1/+1
2018-01-19new loplugin:emptyifNoel Grandin1-13/+10
2018-01-12More loplugin:cstylecast: stocStephan Bergmann1-5/+5
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-4/+2
2017-09-23loplugin:flatten in sdext..stocNoel Grandin1-3/+2
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-2/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin1-12/+12
2017-06-05Improved loplugin:cstylecast to reference types: stocStephan Bergmann1-1/+1
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin1-5/+2
2017-02-01improve exception messages in stocNoel Grandin1-9/+15
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-127/+55
2017-01-19new loplugin: useuniqueptr: sot..toolsNoel Grandin1-6/+3
2016-12-11OSL_TRACE -> SAL in sfx2..svxNoel Grandin1-2/+2
2016-12-02loplugin:unnecessaryoverride (dtors) in stocStephan Bergmann1-6/+0
2016-10-27loplugin:expandablemethods in stoc..svlNoel Grandin1-7/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-2/+2
2016-06-21Clean up uses of Any::getValue() in stocStephan Bergmann1-33/+24