summaryrefslogtreecommitdiff
path: root/stoc/source/inspect
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin1-1/+1
2016-03-07coverity#1353440 try and refactor to avoid Argument cannot be negativeCaolán McNamara1-14/+7
2016-03-07return early and drop elseCaolán McNamara1-56/+54
2016-03-07!(==) -> !=Caolán McNamara1-7/+7
2016-02-20coverity#1353440 Argument cannot be negativeCaolán McNamara1-5/+5
2016-02-15uno::Sequence->std::vector in stoc/introspectionNoel Grandin1-172/+130
2016-02-09Remove excess newlinesChris Sherlock1-10/+0
2015-12-21tdf#96223: introspection queries for XPropertySet againOliver Specht1-15/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-19/+19
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-51/+51
2015-09-07stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-07-27Tweak introspection/invocation to be more useful to PyUNOMatthew J. Francis1-29/+164
2015-07-23Merge ImplIntrospectionAccess and ImplIntrospectionAdapterMatthew J. Francis1-137/+101
2015-07-22Fix logic in the fast path of Implementation::inspect()Matthew J. Francis1-91/+22
2015-07-16Translate German commentsMatthew J. Francis1-235/+234
2015-07-15cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-07-09Eliminate pointless string copiesMatthew J. Francis1-17/+7