summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/ado
AgeCommit message (Expand)Author
2017-06-13use local statics for getUnoTunnelImplementationIdJochen Nitschke
2017-05-30remove duplicate 'using namespace'Jochen Nitschke
2017-05-05connectivity: convert the other OSL_ENSURE to SAL_WARN_IFMichael Stahl
2017-05-05connectivity: replace OSL_ENSURE with assertMichael Stahl
2017-04-19loplugin:redundantcast (clang-cl)Stephan Bergmann
2017-04-04loplugin:redundantcast (clang-cl)Stephan Bergmann
2017-04-04loplugin:redundantinline (clang-cl)Stephan Bergmann
2017-03-14loplugin:subtlezeroinit (clang-cl)Stephan Bergmann
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-02-10Remove MinGW supportStephan Bergmann
2017-02-01loplugin:stringconstantStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-17new loplugin: useuniqueptr: connectivityNoel Grandin
2017-01-11loplugin:externvar (clang-cl)Stephan Bergmann
2017-01-06bSilent is unusedStephan Bergmann
2017-01-06loplugin:salboolStephan Bergmann
2016-12-30cleanup tailing backslashesJochen Nitschke
2016-11-22OPreparedStatement::m_aTypeInfo is unusedStephan Bergmann
2016-10-17loplugin:unnecessaryoverrideStephan Bergmann
2016-10-16clang-cl loplugin: connectivityStephan Bergmann
2016-10-13tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorAsela Dasanayaka
2016-10-12ADO: return correct css::sdbcx::CompareBookmark valuesStephan Bergmann
2016-10-11Replace OLEVariant operators with proper functions, for clarityStephan Bergmann
2016-10-11Replace OLEString operators with proper functions, for clarityStephan Bergmann
2016-08-01tdf#100726: Improve readability of OUString concatenationnadith
2016-07-12Fix typo relase_ChildImpl -> release_ChildImplStephan Bergmann
2016-05-30com::sun::star->css in connectivityNoel Grandin
2016-05-04Fix Windows-only code, part 8Stephan Bergmann
2016-05-04Fix Windows-only code, part 7Stephan Bergmann
2016-05-04Fix Windows-only code, part 6Stephan Bergmann
2016-05-03NULL -> nullptrStephan Bergmann
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin
2016-03-28Use const_iterator when possible (connectivity)Julien Nabet
2016-03-18replace typedef OIndex_ADO->sdbcx::OIndexNoel Grandin
2016-03-04-Werror,-WshadowStephan Bergmann
2016-02-25convert SQLNodeType to scoped enumNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-25more Windows build fixesNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-28-Werror,-Wunused-variableStephan Bergmann
2015-11-28-Werror,-Wunused-variableStephan Bergmann
2015-11-28-Werror,-Wunused-variableStephan Bergmann
2015-11-28-Werror,-Wunused-variableStephan Bergmann
2015-11-28-Werror,-Wunused-private-fieldStephan Bergmann
2015-11-28error: ambiguous conversionStephan Bergmann
2015-09-09Get rid of connectivity's diagnose_ex.hStephan Bergmann
2015-09-09Get rid of OSL_UNUSEDStephan Bergmann
2015-08-11tdf#92459 remove o3tl/compat_functional.hxxDaniel Robertson
2015-08-03tdf#91112: pass by const reference to lambdasJorenz Paragas
2015-07-13tdf#91112 replace o3tl::compose1 with lambdas in connectivityJorenz Paragas