summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedmethodsNoel Grandin2017-11-291-5/+0
* loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann2017-11-271-1/+1
* loplugin:unnecessaryparen check for (f1()).f2Noel Grandin2017-11-277-9/+9
* Fix an argument for SQLSetDescRec.Damjan Jovanovic2017-11-231-10/+1
* loplugin:useuniqueptr in connectivity/source/drivers/macab/Stephan Bergmann2017-11-234-55/+34
* loplugin:simplifybool for negation of comparison operatorNoel Grandin2017-11-231-1/+1
* drop duplicate methodCaolán McNamara2017-11-223-4/+4
* look for =() in loplugin:unnecessaryparenNoel Grandin2017-11-201-2/+2
* silence some coverity warningsCaolán McNamara2017-11-183-3/+3
* Assume thread encoding for ODBC status stringMike Kaganski2017-11-182-4/+3
* Delete test*.odb filesStephan Bergmann2017-11-162-12/+16
* Translate German debug stringsJohnny_M2017-11-141-2/+2
* survive building dbaccess+connectivity with --disable-dynamic-loadingCaolán McNamara2017-11-131-0/+2
* Fix typosAndrea Gelmini2017-11-131-1/+1
* connectivity: fix loplugin:datamembershadow warning in the Calc driverMiklos Vajna2017-11-092-6/+6
* loplugin:unusedvariable add some more std:: typesNoel Grandin2017-11-092-2/+0
* loplugin:finalclasses in connectivityNoel Grandin2017-11-0732-96/+63
* Move ado_{pre,post}_sys_include.hStephan Bergmann2017-11-037-10/+10
* loplugin:constantparam in connectivityNoel Grandin2017-11-0114-61/+45
* loplugin:includeform: connectivity (Windows)Stephan Bergmann2017-10-2763-197/+197
* loplugin:includeform: connectivity (macOS)Stephan Bergmann2017-10-247-15/+15
* loplugin:includeform: connectivityStephan Bergmann2017-10-23299-734/+734
* overload std::hash for OUString and OStringNoel Grandin2017-10-235-11/+5
* Make include files found through -Iconnectivity/source/incStephan Bergmann2017-10-162-2/+2
* Do not cast sal_Unicode separator to sal_CharEike Rathke2017-10-131-1/+1
* Correct copypasta decimal separator as group separatorEike Rathke2017-10-131-1/+1
* connectivity writer driver: survive merged cellsMiklos Vajna2017-10-111-1/+12
* Revert "Related tdf#112947: another fix about odbc"Lionel Elie Mamane2017-10-091-1/+0
* Remove extra line added by mistakeJulien Nabet2017-10-081-1/+0
* Related tdf#112947: another fix about odbcJulien Nabet2017-10-081-0/+2
* tdf#112947: fix write to free'd memory (odbc)Julien Nabet2017-10-081-0/+1
* use more rtl::Reference in connectivityNoel Grandin2017-10-064-41/+33
* Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2017-10-051-8/+9
* add << operator for css::uno::ExceptionNoel Grandin2017-10-046-11/+8
* Revert "check for unnecessary DLLPUBLIC annotations"Stephan Bergmann2017-10-041-1/+1
* new loplugin:blockblockNoel Grandin2017-10-032-24/+20
* throw more useful uno::Exception'sNoel Grandin2017-10-0110-10/+10
* Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski2017-09-301-8/+8
* check for unnecessary DLLPUBLIC annotationsNoel Grandin2017-09-291-1/+1
* Fix typosAndrea Gelmini2017-09-251-2/+2
* tdf#96505 Get rid of cargo cult "long" integer literals66kesara992017-09-243-3/+3
* Fresh run of bin/update_pch.shMike Kaganski2017-09-2211-58/+112
* More naming errors. There are no "Descriptions" in the SDBCX module,Damjan Jovanovic2017-09-214-8/+8
* loplugin:flatten in connectivity..desktopNoel Grandin2017-09-214-74/+66
* Fix a typo in the XServiceInfo implementationDamjan Jovanovic2017-09-211-3/+2
* unused m_nFetchSize in OResultSetNoel Grandin2017-09-202-3/+1
* Looks like we can just as well use ADORecordset hereStephan Bergmann2017-09-191-1/+1
* Some more WIN32_LEAN_AND_MEANMike Kaganski2017-09-181-0/+3
* connectivity DatabaseMetaData: pull out OComponent from OCalc/WriterMiklos Vajna2017-09-117-437/+307
* loplugin:unnecessaryparenJan-Marek Glogowski2017-09-061-4/+4