summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/ado/AStatement.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-02-28Drop 'using namespace ::std' in Windows-specific filesGabor Kelemen1-1/+0
2022-05-04Just use Any ctor instead of makeAny in connectivityStephan Bergmann1-1/+1
2022-02-18Simplify sequence of Property in connectivity/adoJulien Nabet1-25/+65
2021-12-21Use sal::systools::COMReference in connectivity/adoMike Kaganski1-4/+4
2021-06-25More -Werror,-Wunused-but-set-variable when catching SQLWarningStephan Bergmann1-6/+2
2021-05-19loplugin:noexcept (clang-cl)Stephan Bergmann1-4/+4
2021-03-09loplugin:refcounting (clang-cl)Stephan Bergmann1-4/+4
2021-01-13loplugin:stringviewparam (clang-cl)Stephan Bergmann1-1/+1
2020-08-04Silence -Werror,-Wdeprecated-enum-enum-conversion (clang-cl)Stephan Bergmann1-1/+1
2019-03-09Simplify containers iterations in connectivityArkadiy Illarionov1-4/+4
2018-02-02remove connectivity OSubComponentNoel Grandin1-3/+1
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann1-1/+1
2017-10-27loplugin:includeform: connectivity (Windows)Stephan Bergmann1-3/+3
2017-08-31Use vector and replace m_aBatchList by m_aBatchVectorJulien Nabet1-2/+2
2017-07-05loplugin:casttovoid (clang-cl): connectivityStephan Bergmann1-2/+1
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-3/+3
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-40/+39
2016-10-16clang-cl loplugin: connectivityStephan Bergmann1-22/+22
2016-10-11Replace OLEVariant operators with proper functions, for clarityStephan Bergmann1-2/+2
2016-07-12Fix typo relase_ChildImpl -> release_ChildImplStephan Bergmann1-1/+1
2016-05-30com::sun::star->css in connectivityNoel Grandin1-18/+18
2016-02-09Remove excess newlinesChris Sherlock1-5/+0
2015-04-21Get rid of trivial comphelper::query_interface wrapperStephan Bergmann1-3/+3
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-2/+2
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-06Revert "ADO: don't override a virtual method to call the one of the parent"Lionel Elie Mamane1-0/+15
2014-10-06ADO: don't override a virtual method just to call the one of the parentLionel Elie Mamane1-15/+0
2014-07-21coverity#706376 Uncaught exceptionCaolán McNamara1-2/+2
2014-06-04connectivity: fix includesThomas Arnhold1-1/+1
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet1-3/+3
2014-05-12Kill DECL_PROP0 and the rest + clean propertyids.hxxJulien Nabet1-11/+20
2014-02-23Remove unneccessary commentsAlexander Wilms1-60/+60
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin1-1/+1
2013-06-05use uno::Reference#clear() method...Noel Grandin1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-10/+10
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-1/+1
2012-11-05ADO getRSConcurr(): translate ADO LockTypeEnum into our css::sdbc::RSConcurrLionel Elie Mamane1-1/+13
2012-10-05re-add accidentally dropped modelineDavid Tardon1-0/+2
2012-10-04Remove blocks of code that will never execute("#if 0" blocks)Marcos Paulo de Souza1-18/+0
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud1-2/+2
2012-08-16Revert "fix for fdo#48200.diff import regrex state for filter"Noel Power1-1/+0
2012-08-16fix for fdo#48200.diff import regrex state for filterNoel Power1-0/+1
2012-06-12re-base on ALv2 code.Michael Meeks1-23/+14
2012-03-12WaE: initialization orderDavid Tardon1-1/+1
2011-11-27remove include of pch header in connectivityNorbert Thiebaud1-2/+0
2011-10-04WaE: unreachable codeTor Lillqvist1-0/+2
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens1-0/+0
2011-01-25Use correct parameter types in ADO API callsTor Lillqvist1-3/+3