summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/evoab2/NResultSet.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-11-13Extend loplugin:salbool to loplugin:fakeboolStephan Bergmann1-1/+1
2019-09-19improve and enable loplugin:fragiledestructorNoel Grandin1-2/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): connectivityStephan Bergmann1-1/+1
2019-03-09Simplify containers iterations in connectivityArkadiy Illarionov1-5/+2
2019-02-08loplugin:indentation in connectivityNoel Grandin1-2/+2
2019-01-18o3tl::make_unique -> std::make_unique in chart2...cuiGabor Kelemen1-4/+3
2019-01-16New loplugin:emptyStephan Bergmann1-2/+2
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-2/+5
2018-07-16Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-01-25loplugin:unused-returns in basegfx..cppcanvasNoel Grandin1-8/+4
2018-01-12More loplugin:cstylecast: connectivityStephan Bergmann1-2/+2
2017-10-23loplugin:includeform: connectivityStephan Bergmann1-3/+3
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara1-5/+5
2017-07-24loplugin:unusedfields some untouched fieldsNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-50/+50
2017-01-23loplugin:useuniqueptrStephan Bergmann1-8/+6
2016-12-30cleanup tailing backslashesJochen Nitschke1-1/+1
2016-12-13loplugin:sallogareasStephan Bergmann1-2/+2
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin1-10/+3
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-07-08loplugin:redundantcast: redundant static_casts in connectivityStephan Bergmann1-2/+2
2016-05-30com::sun::star->css in connectivityNoel Grandin1-9/+9
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-3/+3
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-1/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-40/+40
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-19/+19
2015-07-16loplugin:simplifyboolStephan Bergmann1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-2/+2
2015-05-08loplugin:staticmethodsStephan Bergmann1-31/+39
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-4/+4
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-1/+1
2015-01-30coverity#1267628 Resource leak in objectCaolán McNamara1-2/+1
2015-01-20Some more loplugin:cstylecast: connectivityStephan Bergmann1-1/+1
2014-12-04connectivity (Linux): loplugin:cstylecastStephan Bergmann1-9/+5
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-1/+1
2014-09-12connectivity: sal_Bool -> boolStephan Bergmann1-1/+1
2014-07-01coverity#706382 Uncaught exceptionCaolán McNamara1-17/+17
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-2/+2