summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2018-04-11SQL string quoting: escape "'" character also at beginning of stringLionel Elie Mamane1-1/+1
2018-03-06tdf#116171: Tunnel arbitrary rtl_TextEncoding from sc to sdbc:dbase connectionStephan Bergmann1-8/+16
2018-01-10tdf#114495 ODBC: clear row status buffer *before* we throw away the statementJulien Nabet1-1/+1
2017-10-08tdf#112947: fix write to free'd memory (odbc)Julien Nabet1-0/+1
2017-08-18Related tdf#111634: Multiple memory leaks in libmacabdrv1 (part3)Julien Nabet2-0/+3
2017-08-14Related tdf#111634: Multiple memory leaks in libmacabdrv1 (part2)Julien Nabet1-0/+2
2017-08-14Related tdf#111634: Multiple memory leaks in libmacabdrv1Julien Nabet1-0/+2
2017-08-08tdf#110997 protect calls to implBuildFromRelative from year overflowLionel Elie Mamane1-4/+28
2017-07-24add libebook-1.2.so.19 in EApi.cxxRico Tzschichholz1-0/+1
2017-07-04tdf#108789: branch 5.4 onlyLionel Elie Mamane2-41/+85
2017-06-12tdf#55631: DBASE import (take 2)Julien Nabet1-0/+5
2017-06-10DBase, encodings mixedJulien Nabet1-2/+2
2017-05-30Related tdf#108068: Use new name of column when it's been changedJulien Nabet1-11/+11
2017-05-15Translate German comments and debug strings (leftovers in dirs a... to c...)Johnny_M14-104/+104
2017-05-15remove some unnecessary lockingNoel Grandin1-7/+0
2017-05-12remove unused uno::Reference varsNoel Grandin9-14/+3
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke7-7/+0
2017-05-09Fix typosAndrea Gelmini1-1/+1
2017-05-09dump exception message on exceptionCaolán McNamara1-1/+1
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin2-10/+8
2017-05-07revert OSL_ASSERT changesChris Sherlock12-15/+15
2017-05-07tdf#43157: convert connectivity module away from OSL_ASSERT to assertChris Sherlock12-15/+15
2017-05-05connectivity: convert the other OSL_ENSURE to SAL_WARN_IFMichael Stahl1-4/+4
2017-05-05connectivity: replace OSL_ENSURE with assertMichael Stahl1-209/+210
2017-05-04Replace all OUString("") with OUString()Arnaud Versini2-4/+4
2017-05-03tdf#107196: fix firebird relationshipJulien Nabet1-12/+12
2017-04-28loplugin:salboolCaolán McNamara1-1/+1
2017-04-28tdf#39486: Translate some randomly found German commentsJens Carl1-4/+4
2017-04-28tdf#107457 don't quote columns referred by expression (not by name)Lionel Elie Mamane1-2/+7
2017-04-28loplugin:checkunusedparams in connectivityNoel Grandin6-15/+7
2017-04-27tdf#39468 cleanup source code commentsdennisroczek3-16/+13
2017-04-27remove ResourceBasedEventLogger in favor of its base EventLoggerCaolán McNamara7-11/+11
2017-04-27the only use of this argument is sdbcl which is a deleted resource fileCaolán McNamara1-1/+1
2017-04-27another name for a nonlocalized string is a stringCaolán McNamara13-408/+99
2017-04-25remove bitmaps from .src filesCaolán McNamara5-30/+19
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock2-2/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock5-0/+5
2017-04-22revert bits of "remove some old MSVC workarounds"Noel Grandin2-4/+5
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky22-22/+0
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin3-4/+3
2017-04-21remove some old MSVC workaroundsNoel Grandin2-5/+4
2017-04-19loplugin:redundantcast (clang-cl)Stephan Bergmann2-5/+5
2017-04-13Removed duplicated includesAndrea Gelmini1-1/+0
2017-04-11sal_Bool -> boolStephan Bergmann2-2/+2
2017-04-10tdf#106866 query character size instead of bytesTamás Bunth1-2/+3
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: connectivityStephan Bergmann1-1/+1
2017-04-06KAB lo:redundantinline pluginJan-Marek Glogowski3-4/+3
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin1-1/+1
2017-04-04loplugin:redundantcast (clang-cl)Stephan Bergmann1-1/+1
2017-04-04loplugin:redundantinline (clang-cl)Stephan Bergmann11-22/+21