summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers
AgeCommit message (Expand)Author
2013-05-29connectivity: make MSVC happy with pairFirstLessMichael Stahl
2013-05-29Ensure socket or pipe are passed to the native driverAriel Constenla-Haile
2013-05-22fdo#46808, Convert XMultiServiceFactory to XComponentContextNoel Grandin
2013-05-19flat db driver: reorganise OFlatTableLionel Elie Mamane
2013-05-19flat file db driver: clean up seekRowLionel Elie Mamane
2013-05-19remove unused & suspicious methodLionel Elie Mamane
2013-05-19fdo#47951 flat text table: update m_nRowPos when moving by bookmarkLionel Elie Mamane
2013-05-19use safer/more explicit C++ castsLionel Elie Mamane
2013-05-19connectivity::file::OResultSet remove totally unused data memberLionel Elie Mamane
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-05-13fdo#64528 macab URL is sdbc:address:macab, not sdbc:address:macab:*Lionel Elie Mamane
2013-05-09coverity#982277: reosurce leakMarkus Mohrhard
2013-05-06fix typoPhilipp Riemer
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-05-05drop pointless build of a resource fileDavid Tardon
2013-05-02Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-29pgsql-sdbc: conninfo keywords as static table instead of series of "else if"Wol
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-19Remove any remaining remnants of unused component_canUnload featureStephan Bergmann
2013-04-19-Werror,-WformatStephan Bergmann
2013-04-19date/time IDL datatypes incompatible change: fixupLionel Elie Mamane
2013-04-18date/time IDL datatypes incompatible change: fixupLionel Elie Mamane
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane
2013-04-15prefix all component_getFactory methodsPeter Foley
2013-04-15fdo#61142 mixup between size and lengthLionel Elie Mamane
2013-04-10pgsql-sdbc: set tablename even if we do not know the schemaLionel Elie Mamane
2013-04-10pgsql-sdbc: ResultSetMetaData::getTableName return tablename (without schema)Lionel Elie Mamane
2013-04-10connectivty: postgres: fix a bunch of empty for body warningsMichael Stahl
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-04-02Fix debug buildFridrich Štrba
2013-04-01remove boilerplate commentsThomas Arnhold
2013-03-28coverity#982290 Logically dead codeJulien Nabet
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-25Remove a couple of unused private fieldsTor Lillqvist
2013-03-25Introduce HAVE_GCC_PRAGMA_DIAGNOSTIC_{MODIFY,SCOPE}Stephan Bergmann
2013-03-23coverity#704216 Logically dead codeJulien Nabet
2013-03-22String::AppendAscii cleanupRicardo Montania
2013-03-20no need for include guard valueThomas Arnhold
2013-03-20Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák
2013-03-20fdo#46808, Convert a bunch of comphelper::ComponentContext stuffNoel Grandin
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-18avoid Wundef in cases where the usage seems otherwise okLuboš Luňák
2013-03-18coverity#705135 Missing break in switchJulien Nabet
2013-03-11fix my previous commit (compareToAscii)Thomas Arnhold