summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/odbc/OStatement.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-07loplugin:ostr in connectivityNoel Grandin1-1/+1
2024-04-01tdf#146619 Drop unused 'using namespace' in: connectivity/Gabor Kelemen1-2/+0
2023-03-24loplugin:stringadd in c*Noel Grandin1-2/+2
2022-05-04Just use Any ctor instead of makeAny in connectivityStephan Bergmann1-1/+1
2022-02-18Simplify even more sequence of Property in connectivity/odbcJulien Nabet1-20/+60
2022-02-18Simplify sequence of Property in connectivity/odbcJulien Nabet1-25/+25
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-2/+3
2021-06-09-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann1-5/+2
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-4/+4
2021-02-22loplugin:refcounting in connectivityNoel1-2/+2
2021-02-18createResulSet -> createResultSetNoel Grandin1-2/+2
2021-02-17loplugin:referencecasting in connectivityNoel1-1/+1
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+1
2020-01-14tdf#42949 Fix IWYU warnings in connectivity/*/*cxxGabor Kelemen1-1/+0
2019-04-21Fix typoAndrea Gelmini1-2/+2
2018-10-20clang-tidy readability-delete-null-pointerNoel Grandin1-2/+1
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin1-1/+1
2018-07-28loplugin:stringloop basctl,chart2,connectivityNoel Grandin1-5/+6
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-02-02remove connectivity OSubComponentNoel Grandin1-8/+1
2018-01-27Modernize a bit connectivity (part2)Julien Nabet1-3/+4
2018-01-12More loplugin:cstylecast: connectivityStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: connectivityStephan Bergmann1-5/+5
2017-08-31Use vector and replace m_aBatchList by m_aBatchVectorJulien Nabet1-2/+2
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-09cppcheck: uselessCallsRemoveJochen Nitschke1-3/+3
2017-07-03use begin()/end() when working with SequenceNoel Grandin1-2/+2
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-28/+21
2016-10-26coverity#1374287 Uncaught exceptionCaolán McNamara1-1/+1
2016-09-01coverity#1372398 Uncaught exceptionCaolán McNamara1-1/+1
2016-07-12Fix typo relase_ChildImpl -> release_ChildImplStephan Bergmann1-1/+1
2016-06-09remove some manual ref-counting in connectivityNoel Grandin1-10/+8
2016-05-30com::sun::star->css in connectivityNoel Grandin1-12/+12
2016-03-07loplugin:unuseddefaultparamsNoel Grandin1-2/+2
2016-03-07improve defaultparams lopluginNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-4/+0
2016-01-11loplugin:defaultparamsStephan Bergmann1-3/+3
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-23loplugin:unusedfields in connectivityNoel Grandin1-1/+0
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-09-09Get rid of connectivity's diagnose_ex.hStephan Bergmann1-1/+0
2015-09-09Get rid of OSL_UNUSEDStephan Bergmann1-2/+1
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-05-17Remove include stdio (part1)Julien Nabet1-1/+0
2015-04-21Get rid of trivial comphelper::query_interface wrapperStephan Bergmann1-3/+3
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