summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers
AgeCommit message (Expand)Author
2013-02-07deliberately continue to use addressbook human name as addressbox identifierCaolán McNamara
2013-02-07make evolution-3.6 work with address bookCaolán McNamara
2013-02-07sketch out how to port to e-d-s 3.6Milan Crha
2013-02-05ORowSetValue: clean up sign/unsigned union memberDavid Ostrovsky
2013-01-22fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac
2013-01-21fdo#57950: Remove some chained appends in connectivity and..Marcos Paulo de Souza
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac
2013-01-09fdo#46808, new method OConfigurationTreeRoot::createWithComponentContextNoel Grandin
2012-12-29WaE: "PAGE_SIZE" redefinedTor Lillqvist
2012-12-27Sigh, my git grep regexps missed some casesTor Lillqvist
2012-12-25ODBC: binary data is not null-terminatedLionel Elie Mamane
2012-12-25no reason to treat CHAR differently than VARCHARLionel Elie Mamane
2012-12-25fdo#58693 ODBC SQLGetData returns byte length, not data sizeLionel Elie Mamane
2012-12-21Fix MACAB driver for my UNO changesNoel Grandin
2012-12-21fixes for UNO changesNoel Grandin
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin
2012-12-20Some cppcheck cleaning in connectivityJulien Nabet
2012-12-17UniString::ToUpperAscii -> OUString::toAsciiUpperCaseCaolán McNamara
2012-12-17use return value optimizationCaolán McNamara
2012-12-17String::AllocBuffer -> OUStringBufferCaolán McNamara
2012-12-14callcatcher: update unused code listCaolán McNamara
2012-12-12Remove xml2cmp leftoversStephan Bergmann
2012-12-10new autogenerated PCH headers in connectivityLuboš Luňák
2012-12-10fdo#46808, Convert connectivity::SQLError to use XComponentContext...Noel Grandin
2012-12-10fdo#46808, Adapt sdbc::DriverManager UNO service to new styleNoel Grandin
2012-12-08Add missing breaksJulien Nabet
2012-12-07Some cppcheck cleaningJulien Nabet
2012-12-07use config_xxx.h files instead of -DHAVE_XXX on the command lineLuboš Luňák
2012-12-07remove unwanted SAL_CALLLuboš Luňák
2012-12-07no SAL_CALL for internal utility functionsLionel Elie Mamane
2012-12-06fdo#47520 ODBC: overhaul data fetchingLionel Elie Mamane
2012-12-06commentsLionel Elie Mamane
2012-12-06Refuse to set fetchSize > 1, the rest of the code is not prepared for itLionel Elie Mamane
2012-12-06setBound(true) is the defaultLionel Elie Mamane
2012-12-06janitorial: const annotationLionel Elie Mamane
2012-12-06janitorial: alignmentLionel Elie Mamane
2012-12-06ODBC: clean up our use of SQLGetDataLionel Elie Mamane
2012-12-06stylistic: use sal_Int8 rather than char for binary dataLionel Elie Mamane
2012-12-06const-ify arguments of some OTools function membersLionel Elie Mamane
2012-12-06Variable-sized datatype -> cannot predict length of needed bufferLionel Elie Mamane
2012-12-06comment on our usage of SQLGetData extensionsLionel Elie Mamane
2012-12-06statically assert our own ODBC_SQL_NOT_DEFINED does not conflict with SQL_UB_*Lionel Elie Mamane
2012-12-06statically assert that ODBC uses UTF-16Lionel Elie Mamane
2012-12-06-Werror,-Wunused-private-fieldStephan Bergmann
2012-12-06-Werror,-WuninitializedStephan Bergmann
2012-12-06fdo#46808, Adapt util::NumberFormatsSupplier UNO service to new styleNoel Grandin
2012-12-04No member named 'getStr' in 'rtl::OStringConcat<rtl::OString, rtl::OString>'Tor Lillqvist
2012-12-03one more strange mingw string problemLuboš Luňák
2012-12-03fix build with fast string operator+Luboš Luňák
2012-12-03catch exceptions by (const) referenceLionel Elie Mamane