summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/ado
AgeCommit message (Expand)AuthorFilesLines
2019-12-18sal_Char->char in connectivityNoel Grandin2-3/+3
2019-12-16tdf#42949 Fix IWYU warnings in connectivity/*/*hxxGabor Kelemen1-0/+1
2019-12-05loplugin:external (clang-cl)Stephan Bergmann1-0/+2
2019-10-11simplify "a = a +" to "a +="Noel Grandin1-1/+1
2019-10-01loplugin:redundantcast (clang-cl)Stephan Bergmann2-2/+2
2019-10-01loplugin:data (clang-cl)Stephan Bergmann1-1/+1
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann2-2/+2
2019-10-01loplugin:simplifyconstruct (clang-cl)Stephan Bergmann1-1/+1
2019-09-07tdf#39593 drop comphelper::getImplementationArkadiy Illarionov8-8/+15
2019-09-07tdf#39593 use isUnoTunnelId in connectivityArkadiy Illarionov9-17/+25
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-4/+1
2019-06-24tdf#39593 Change comphelper::getImplementation signatureArkadiy Illarionov8-16/+16
2019-05-31connectivity: fix memory leaks caused by OConnection::acquire()Michael Stahl4-4/+4
2019-04-10clang-tidy: Silence warnings from WIP unhandled-self-assignment checkTamás Zolnai1-8/+1
2019-03-09Simplify containers iterations in connectivityArkadiy Illarionov3-18/+13
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann6-41/+41
2018-12-21pass OSQLParseNode around by unique_ptrNoel Grandin1-3/+2
2018-10-10Missing include (Windows --disable-pch)Stephan Bergmann1-0/+1
2018-09-17loplugin:simplifyconstruct (clang-cl)Stephan Bergmann3-5/+1
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-07-16Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke8-8/+0
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-02-05loplugin:useuniqueptr in OTableNoel Grandin1-11/+11
2018-02-02remove connectivity OSubComponentNoel Grandin2-12/+2
2018-01-29loplugin:useuniqueptr in OCatalogNoel Grandin1-4/+4
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann8-26/+26
2018-01-04loplugin:unusedfieldsNoel Grandin1-12/+4
2017-12-20inline typedefs in connectivity/StdTypeDefsNoel Grandin7-20/+20
2017-12-15loplugin:salcall (clang-cl)Stephan Bergmann2-2/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-12-11loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-1/+1
2017-11-03Move ado_{pre,post}_sys_include.hStephan Bergmann2-59/+0
2017-10-27loplugin:includeform: connectivity (Windows)Stephan Bergmann30-132/+132
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-8/+9
2017-10-01throw more useful uno::Exception'sNoel Grandin3-3/+3
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski1-8/+8
2017-09-19Looks like we can just as well use ADORecordset hereStephan Bergmann1-1/+1
2017-08-31Use vector and replace m_aBatchList by m_aBatchVectorJulien Nabet1-2/+2
2017-08-31loplugin:constparams: connectivity (clang-cl)Stephan Bergmann2-3/+3
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara11-11/+12
2017-07-17loplugin:oncevar: connectivity (clang-cl)Stephan Bergmann1-4/+2
2017-07-05loplugin:casttovoid (clang-cl): connectivityStephan Bergmann4-40/+12
2017-07-05loplugin:unusedfields connectivityNoel Grandin1-12/+11
2017-07-03loplugin:oncevar (clang-cl): connectivityStephan Bergmann3-8/+5
2017-06-29improve refcounting lopluginNoel Grandin4-4/+4
2017-06-13use local statics for getUnoTunnelImplementationIdJochen Nitschke8-88/+24
2017-05-30remove duplicate 'using namespace'Jochen Nitschke1-1/+0
2017-05-05connectivity: convert the other OSL_ENSURE to SAL_WARN_IFMichael Stahl1-4/+4