summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/odbc/OResultSet.cxx
AgeCommit message (Expand)AuthorFilesLines
11 daysloplugin:ostr in connectivityNoel Grandin1-12/+12
13 daysuse [[noreturn]] for these throw helpersCaolán McNamara1-21/+1
2022-05-04Just use Any ctor instead of makeAny in connectivityStephan Bergmann1-2/+2
2022-02-18Simplify even more sequence of Property in connectivity/odbcJulien Nabet1-17/+36
2022-02-18Simplify sequence of Property in connectivity/odbcJulien Nabet1-17/+17
2021-11-23remove ORowSetValue implicit conversion methodsNoel Grandin1-3/+28
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2020-10-01loplugin:reducevarscope in comphelper,connectivityNoel1-2/+2
2020-04-18loplugin:flatten connectivityNoel Grandin1-34/+34
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2020-01-14tdf#42949 Fix IWYU warnings in connectivity/*/*cxxGabor Kelemen1-2/+0
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-4/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): connectivityStephan Bergmann1-1/+1
2019-06-10Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov1-4/+4
2019-04-13loplugin:sequentialassign in codemaker..connectivityNoel Grandin1-2/+1
2019-03-09Simplify containers iterations in connectivityArkadiy Illarionov1-38/+26
2019-02-08loplugin:indentation in connectivityNoel Grandin1-1/+1
2018-11-16loplugin:buriedassign in avmedia..cuiNoel Grandin1-2/+4
2018-10-21pvs-studio: Expression '_par0 > 0' is always true.Caolán McNamara1-6/+3
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin1-3/+0
2018-07-16Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-01-07tdf#114495 ODBC: clear row status buffer *before* we throw away the statementJulien Nabet1-1/+1
2018-01-06Revert "tdf#114495: fix crash in odbc resultset dtr"Julien Nabet1-2/+1
2018-01-06tdf#114495: fix crash in odbc resultset dtrJulien Nabet1-1/+2
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-10-23loplugin:includeform: connectivityStephan Bergmann1-3/+3
2017-10-09Revert "Related tdf#112947: another fix about odbc"Lionel Elie Mamane1-1/+0
2017-10-08Remove extra line added by mistakeJulien Nabet1-1/+0
2017-10-08Related tdf#112947: another fix about odbcJulien Nabet1-0/+2
2017-10-08tdf#112947: fix write to free'd memory (odbc)Julien Nabet1-0/+1
2017-10-01throw more useful uno::Exception'sNoel Grandin1-1/+1
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-5/+3
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-1/+4
2017-07-19loplugin:constparams in connectivityNoel Grandin1-3/+3
2017-07-05loplugin:useuniqueptr in basic..cppcanvasNoel Grandin1-9/+5
2017-07-05loplugin:unusedfields connectivityNoel Grandin1-2/+0
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-3/+3
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-91/+89
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-5/+5
2016-12-12Prevent use of ORowSetValue with sal_Bool as TINYINTStephan Bergmann1-1/+1
2016-10-26coverity#1374283 Uncaught exceptionCaolán McNamara1-1/+1
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin1-3/+0
2016-05-30com::sun::star->css in connectivityNoel Grandin1-14/+14
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-3/+3
2016-03-28Use const_iterator when possible (connectivity)Julien Nabet1-7/+7
2016-03-23loplugin:constantparam in connectivityNoel Grandin1-9/+9
2016-03-07loplugin:unuseddefaultparamsNoel Grandin1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-1/+0