summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* 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
* -Werror,-Wunused-private-fieldStephan Bergmann2017-08-071-1/+0
* silence snprintf warningCaolán McNamara2017-08-051-9/+7
* refactor to remove the gotosCaolán McNamara2017-08-051-26/+20
* add a few const purely for documentation reasonsLionel Elie Mamane2017-08-021-11/+11
* tdf#110997 protect calls to implBuildFromRelative from year overflowLionel Elie Mamane2017-08-021-4/+28
* remove unnecessary use of 'this->'Noel Grandin2017-08-022-2/+2
* normalize resource locale ctor construction mechanismsCaolán McNamara2017-08-021-29/+6
* connectivity: partially merge OWriterTable and OCalcTableMiklos Vajna2017-08-027-315/+303
* move resmgr to unotoolsCaolán McNamara2017-08-012-8/+4
* loplugin:checkunusedparamsNoel Grandin2017-08-014-22/+29
* make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara2017-07-311-5/+5
* loplugin:constparams in formula,xmlhelpNoel Grandin2017-07-311-1/+1
* tdf#96370 rework filtering to be aware of WHERE vs HAVING clauseLionel Elie Mamane2017-07-303-14/+166
* loplugin:constparams handle constructorsNoel Grandin2017-07-2815-19/+19
* loplugin:checkunusedparams more part2Noel Grandin2017-07-283-5/+3
* loplugin:checkunusedparams more part1Noel Grandin2017-07-283-8/+2
* loplugin:unusedmethodsNoel Grandin2017-07-253-5/+0