summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/ado/AConnection.cxx
AgeCommit message (Expand)AuthorFilesLines
12 hoursDrop uses of css::uno::Sequence::getConstArray in canvas .. connectivityMike Kaganski1-9/+7
12 daystdf#158056 Connect to MS Access .mdb files by mean of ACE.OLEDB.12.0 providerjucasaca1-3/+3
2022-04-20Simplify some code, use o3tl::starts_with rest argumentStephan Bergmann1-2/+1
2022-04-20loplugin:stringviewparamStephan Bergmann1-6/+9
2022-03-22Move BSTR wrapper to systools, and fix some wrong BSTR usesMike Kaganski1-1/+2
2022-03-22Simplify CoCreateInstance / CoGetClassObject with COMReferenceMike Kaganski1-1/+1
2021-12-21Use sal::systools::COMReference in connectivity/adoMike Kaganski1-50/+31
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski1-6/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski1-3/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-1/+1
2021-03-09loplugin:refcounting (clang-cl)Stephan Bergmann1-10/+7
2021-01-08Fix uses of OTools::get/putValue with string argumentsStephan Bergmann1-3/+8
2020-12-15Use string view hereMike Kaganski1-3/+3
2019-09-07tdf#39593 use isUnoTunnelId in connectivityArkadiy Illarionov1-2/+3
2019-03-09Simplify containers iterations in connectivityArkadiy Illarionov1-3/+2
2018-02-02remove connectivity OSubComponentNoel Grandin1-9/+1
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann1-2/+2
2017-10-27loplugin:includeform: connectivity (Windows)Stephan Bergmann1-8/+8
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-05loplugin:unusedfields connectivityNoel Grandin1-12/+11
2017-06-13use local statics for getUnoTunnelImplementationIdJochen Nitschke1-11/+3
2017-04-19loplugin:redundantcast (clang-cl)Stephan Bergmann1-1/+1
2017-04-04loplugin:redundantcast (clang-cl)Stephan Bergmann1-1/+1
2017-03-14loplugin:subtlezeroinit (clang-cl)Stephan Bergmann1-1/+1
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-24/+24
2017-01-06bSilent is unusedStephan Bergmann1-3/+0
2017-01-06loplugin:salboolStephan Bergmann1-1/+1
2016-11-22OPreparedStatement::m_aTypeInfo is unusedStephan Bergmann1-2/+2
2016-10-16clang-cl loplugin: connectivityStephan Bergmann1-30/+30
2016-10-11Replace OLEVariant operators with proper functions, for clarityStephan Bergmann1-17/+17
2016-10-11Replace OLEString operators with proper functions, for clarityStephan Bergmann1-1/+1
2016-07-12Fix typo relase_ChildImpl -> release_ChildImplStephan Bergmann1-1/+1
2016-05-30com::sun::star->css in connectivityNoel Grandin1-5/+5
2016-02-09Remove excess newlinesChris Sherlock1-3/+0
2015-11-28-Werror,-Wunused-variableStephan Bergmann1-6/+0
2015-08-11tdf#92459 remove o3tl/compat_functional.hxxDaniel Robertson1-2/+0
2015-08-03tdf#91112: pass by const reference to lambdasJorenz Paragas1-1/+1
2015-07-13tdf#91112 replace o3tl::compose1 with lambdas in connectivityJorenz Paragas1-9/+5
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-1/+1
2014-07-21coverity#706376 Uncaught exceptionCaolán McNamara1-1/+1
2014-06-04connectivity: fix includesThomas Arnhold1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-32/+32
2014-02-18sal_Bool -> bool fixup in Windows-only ADO driverStephan Bergmann1-2/+2
2013-12-06Combine comphelper::UStringMixEqual, comphelper::TStringMixEqualFunctorStephan Bergmann1-1/+1
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin1-4/+4
2013-06-12cppcheck: reduce scopeJulien Nabet1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-19/+19
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-1/+1