summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* remove unused ucbstreamhelper includesJochen Nitschke2018-03-191-1/+0
* loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin2018-03-121-1/+1
* loplugin:constantparam in canvas..comphelperNoel Grandin2018-03-082-15/+12
* loplugin:unusedmethodsNoel Grandin2018-03-082-41/+0
* loplugin:unusedfieldsNoel Grandin2018-03-083-7/+3
* Firebird: allow setting BINARY fix and VARBINARYTamas Bunth2018-03-071-29/+62
* Rename OCharsetMap::find overload to findIanaNameStephan Bergmann2018-03-054-4/+4
* tdf#116171: Tunnel arbitrary rtl_TextEncoding from sc to sdbc:dbase connectionStephan Bergmann2018-03-051-8/+16
* Translate German comments and debug stringsJohnny_M2018-02-283-3/+3
* connectitivty: can use o3tl::make_unique<> hereMiklos Vajna2018-02-161-1/+2
* cppcheck useInitializationListJochen Nitschke2018-02-121-1/+0
* loplugin:useuniqueptr in OTableNoel Grandin2018-02-0512-121/+112
* loplugin:useuniqueptr in OStatement_BaseNoel Grandin2018-02-052-4/+3
* loplugin:useuniqueptr in OSQLParseNodeNoel Grandin2018-02-051-29/+34
* loplugin:useuniqueptr in OConnectionNoel Grandin2018-02-052-7/+7
* remove connectivity OSubComponentNoel Grandin2018-02-0234-242/+26
* connectivity: remove dead codeChris Sherlock2018-02-012-26/+0
* connectivity: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-01-3112-134/+23
* coverity#1421119 Dereference after null checkCaolán McNamara2018-01-301-5/+11
* Fix typosAndrea Gelmini2018-01-292-2/+2
* sw: prefix members of SwExtUserField, SwFileNameField and SwFileNameFieldTypeMiklos Vajna2018-01-291-1/+1
* loplugin:useuniqueptr in OCatalogNoel Grandin2018-01-2916-38/+34
* Modernize a bit connectivity (part2)Julien Nabet2018-01-2715-129/+110
* Add HSQLDB schema importTamas Bunth2018-01-271-5/+3
* Modernize a bit connectivity (part1)Julien Nabet2018-01-2614-109/+88
* Update comment to reflect the right typeJens Carl2018-01-261-1/+1
* Change property value to get CellContentType in connectivity/Jens Carl2018-01-251-2/+2
* loplugin:unused-returns in basegfx..cppcanvasNoel Grandin2018-01-259-24/+15
* Fix some IWYU warningsMiklos Vajna2018-01-245-23/+0
* More loplugin:cstylecast on WindowsStephan Bergmann2018-01-238-26/+26
* remove some sal_Bool remnantsNoel Grandin2018-01-221-1/+1
* loplugin:emptyif (macOS)Stephan Bergmann2018-01-201-6/+0
* More loplugin:cstylecast on macOSStephan Bergmann2018-01-208-35/+35
* loplugin:unnecessaryparen (macOS)Stephan Bergmann2018-01-191-1/+1
* new loplugin:emptyifNoel Grandin2018-01-192-12/+0
* SAL_W32 is just an alias for _WIN32Stephan Bergmann2018-01-191-1/+1
* Fix typosAndrea Gelmini2018-01-172-2/+2
* loplugin:unnecessaryparen extend to delete statementsNoel Grandin2018-01-171-1/+1
* Fix typosAndrea Gelmini2018-01-161-2/+2
* More loplugin:cstylecast: connectivityStephan Bergmann2018-01-153-8/+8
* convert a<b?a:b to std::min(a,b)Noel Grandin2018-01-153-6/+6
* Fix typosAndrea Gelmini2018-01-141-1/+1
* More loplugin:cstylecast: connectivityStephan Bergmann2018-01-1272-365/+364
* loplugin:redundantcast: connectivityStephan Bergmann2018-01-111-2/+2
* connectivity: various small cleanups in the Writer driverMiklos Vajna2018-01-1111-56/+52
* (related:tdf#114939) connectivity: use real SHA1Michael Stahl2018-01-111-10/+9
* convert (a>b?a:b) to std::max(a,b)Noel Grandin2018-01-111-2/+2
* fixup tdf#104986 move named parameters substitution into generic layerLionel Elie Mamane2018-01-071-1/+0
* tdf#114495 ODBC: clear row status buffer *before* we throw away the statementJulien Nabet2018-01-071-1/+1
* Revert "tdf#114495: fix crash in odbc resultset dtr"Julien Nabet2018-01-061-2/+1