summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers/ado
Commit message (Expand)AuthorAgeFilesLines
* loplugin:subtlezeroinit (clang-cl)Stephan Bergmann2017-03-141-1/+1
* Drop :: prefix from std in c*/Tor Lillqvist2017-02-158-17/+17
* Remove MinGW supportStephan Bergmann2017-02-101-4/+0
* loplugin:stringconstantStephan Bergmann2017-02-013-34/+34
* Remove dynamic exception specificationsStephan Bergmann2017-01-2626-492/+473
* new loplugin: useuniqueptr: connectivityNoel Grandin2017-01-174-4/+4
* loplugin:externvar (clang-cl)Stephan Bergmann2017-01-111-8/+0
* bSilent is unusedStephan Bergmann2017-01-061-3/+0
* loplugin:salboolStephan Bergmann2017-01-061-1/+1
* cleanup tailing backslashesJochen Nitschke2016-12-301-1/+1
* OPreparedStatement::m_aTypeInfo is unusedStephan Bergmann2016-11-223-6/+5
* loplugin:unnecessaryoverrideStephan Bergmann2016-10-177-79/+0
* clang-cl loplugin: connectivityStephan Bergmann2016-10-1630-595/+595
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorAsela Dasanayaka2016-10-131-4/+1
* ADO: return correct css::sdbcx::CompareBookmark valuesStephan Bergmann2016-10-121-2/+3
* Replace OLEVariant operators with proper functions, for clarityStephan Bergmann2016-10-1112-95/+87
* Replace OLEString operators with proper functions, for clarityStephan Bergmann2016-10-117-74/+74
* tdf#100726: Improve readability of OUString concatenationnadith2016-08-011-4/+2
* Fix typo relase_ChildImpl -> release_ChildImplStephan Bergmann2016-07-122-2/+2
* com::sun::star->css in connectivityNoel Grandin2016-05-3020-155/+155
* Fix Windows-only code, part 8Stephan Bergmann2016-05-041-2/+1
* Fix Windows-only code, part 7Stephan Bergmann2016-05-041-1/+1
* Fix Windows-only code, part 6Stephan Bergmann2016-05-041-2/+1
* NULL -> nullptrStephan Bergmann2016-05-031-2/+2
* use SAL_N_ELEMENTS more widelyNoel Grandin2016-03-311-12/+12
* Use const_iterator when possible (connectivity)Julien Nabet2016-03-281-1/+1
* replace typedef OIndex_ADO->sdbcx::OIndexNoel Grandin2016-03-181-6/+6
* -Werror,-WshadowStephan Bergmann2016-03-041-1/+1
* convert SQLNodeType to scoped enumNoel Grandin2016-02-251-2/+2
* Remove excess newlinesChris Sherlock2016-02-0925-59/+0
* more Windows build fixesNoel Grandin2016-01-251-1/+1
* Fix typosAndrea Gelmini2016-01-101-1/+1
* -Werror,-Wunused-variableStephan Bergmann2015-11-281-9/+0
* -Werror,-Wunused-variableStephan Bergmann2015-11-281-6/+0
* -Werror,-Wunused-variableStephan Bergmann2015-11-281-6/+0
* -Werror,-Wunused-variableStephan Bergmann2015-11-281-10/+0
* -Werror,-Wunused-private-fieldStephan Bergmann2015-11-281-2/+0
* error: ambiguous conversionStephan Bergmann2015-11-281-1/+1
* Get rid of connectivity's diagnose_ex.hStephan Bergmann2015-09-092-2/+0
* Get rid of OSL_UNUSEDStephan Bergmann2015-09-092-26/+0
* tdf#92459 remove o3tl/compat_functional.hxxDaniel Robertson2015-08-113-6/+0
* tdf#91112: pass by const reference to lambdasJorenz Paragas2015-08-033-3/+3
* tdf#91112 replace o3tl::compose1 with lambdas in connectivityJorenz Paragas2015-07-133-29/+13
* Fix typosAndrea Gelmini2015-06-161-1/+1
* convert expressions like 'size() == 0' to 'empty()'Noel Grandin2015-06-111-11/+11
* Get rid of trivial comphelper::query_interface wrapperStephan Bergmann2015-04-211-3/+3
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-153-3/+3
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-014-7/+7
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-231-1/+1
* fix memory leak when exception is thrownMarkus Mohrhard2015-01-271-3/+7