summaryrefslogtreecommitdiffstats
path: root/connectivity/source
Commit message (Expand)AuthorAgeFilesLines
...
* 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-0233-241/+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
* tdf#114495: fix crash in odbc resultset dtrJulien Nabet2018-01-061-1/+2
* tdf#104986 move named parameters substitution into generic layerLionel Elie Mamane2018-01-048-94/+17
* firebird-sdbc: check parameter index before setting in all casesLionel Elie Mamane2018-01-041-12/+16
* loplugin:unusedfieldsNoel Grandin2018-01-045-48/+7
* tdf#104986: Add MILLISECOND, WEEKDAY, and YEARDAY tokens for FirebirdTor Lillqvist2018-01-022-2/+5
* tdf#71007: Pass also fractional seconds to/from FirebirdTor Lillqvist2018-01-022-5/+16
* Related tdf#104942: implement setByte on firebirdJulien Nabet2018-01-011-3/+4
* Don't call getLength() on OUStringBuffer after makeStringAndClear()Tor Lillqvist2018-01-011-1/+1