summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* 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
* loplugin:unnecessaryparen in connectivityNoel Grandin2017-09-041-4/+4
* Remove unused m_aBatchVector membersStephan Bergmann2017-09-011-2/+0
* Replace some lists by vectors (+rename vars)Julien Nabet2017-08-316-30/+30
* Use vector and replace m_aBatchList by m_aBatchVectorJulien Nabet2017-08-316-11/+11
* Replace list by vector for getResourceStringWithSubstitutionJulien Nabet2017-08-313-6/+6
* loplugin:constparams: connectivity (clang-cl)Stephan Bergmann2017-08-316-7/+7
* loplugin:constparams: connectivity (macOS)Stephan Bergmann2017-08-312-2/+2
* remove some unused macro definitionsNoel Grandin2017-08-291-2/+0
* Related tdf#111634: Multiple memory leaks in libmacabdrv1 (part3)Julien Nabet2017-08-172-0/+3
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-175-11/+9
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-08-171-1/+1
* remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin2017-08-171-11/+11
* Related tdf#111634: Multiple memory leaks in libmacabdrv1 (part2)Julien Nabet2017-08-111-0/+2
* Related tdf#111634: Multiple memory leaks in libmacabdrv1Julien Nabet2017-08-111-0/+2
* convert std::map::insert to std::map::emplace IINoel Grandin2017-08-118-9/+15
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-1112-26/+26
* loplugin:unusedmethodsNoel Grandin2017-08-082-4/+0
* loplugin:constantparamNoel Grandin2017-08-082-11/+5
* loplugin:singlevalfieldsNoel Grandin2017-08-082-4/+2
* loplugin:oncevarStephan Bergmann2017-08-071-20/+10
* loplugin:useuniqueptrStephan Bergmann2017-08-073-9/+12
* Remove dead DBG_UTIL codeStephan Bergmann2017-08-071-21/+0