summaryrefslogtreecommitdiff
path: root/connectivity/source
AgeCommit message (Expand)AuthorFilesLines
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac15-265/+234
2013-02-11no g_list_free_full in RHEL-6 glibCaolán McNamara2-2/+4
2013-02-11fdo#46808, Adapt java::JavaVirtualMachine UNO service to new styleNoel Grandin5-24/+18
2013-02-09ORowSetValue: move float and double to unionDavid Ostrovsky1-74/+50
2013-02-08-Werror,-Wmismatched-tagsStephan Bergmann1-1/+1
2013-02-07deliberately continue to use addressbook human name as addressbox identifierCaolán McNamara2-6/+26
2013-02-07make evolution-3.6 work with address bookCaolán McNamara5-223/+471
2013-02-07sketch out how to port to e-d-s 3.6Milan Crha2-62/+55
2013-02-05ORowSetValue: clean up sign/unsigned union memberDavid Ostrovsky5-243/+512
2013-01-23SQL parser: no "as" rule anymore; now as_clause and opt_asLionel Elie Mamane1-4/+15
2013-01-23OSQLParser::RuleIDToRule should not silently change s_aReverseRuleIDLookupLionel Elie Mamane1-1/+12
2013-01-23Make UNKNOWN_RULE the default value of connectivity::OSQLParseNode::RuleLionel Elie Mamane1-4/+8
2013-01-22fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac2-42/+41
2013-01-21fdo#57950: Remove some chained appends in connectivity and..Marcos Paulo de Souza7-215/+75
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac2-2/+2
2013-01-19Remove some RTL_* macdros from connectivity and..Marcos Paulo de Souza1-468/+140
2013-01-09fdo#46808, new method OConfigurationTreeRoot::createWithComponentContextNoel Grandin7-25/+25
2012-12-29WaE: "PAGE_SIZE" redefinedTor Lillqvist4-17/+17
2012-12-27Sigh, my git grep regexps missed some casesTor Lillqvist4-6/+6
2012-12-25ODBC: binary data is not null-terminatedLionel Elie Mamane1-10/+7
2012-12-25no reason to treat CHAR differently than VARCHARLionel Elie Mamane1-0/+1
2012-12-25fdo#58693 ODBC SQLGetData returns byte length, not data sizeLionel Elie Mamane1-1/+3
2012-12-21Fix MACAB driver for my UNO changesNoel Grandin2-5/+6
2012-12-21fixes for UNO changesNoel Grandin1-2/+2
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin9-79/+54
2012-12-20Some cppcheck cleaning in connectivityJulien Nabet3-14/+8
2012-12-17UniString::ToUpperAscii -> OUString::toAsciiUpperCaseCaolán McNamara1-6/+7
2012-12-17use return value optimizationCaolán McNamara3-21/+17
2012-12-17String::AllocBuffer -> OUStringBufferCaolán McNamara1-9/+5
2012-12-14callcatcher: update unused code listCaolán McNamara2-5/+0
2012-12-12Remove xml2cmp leftoversStephan Bergmann1-85/+0
2012-12-11When parsing does not give a table name, take it from the columnLionel Elie Mamane1-6/+9
2012-12-10new autogenerated PCH headers in connectivityLuboš Luňák2-11/+11
2012-12-10fdo#46808, Convert connectivity::SQLError to use XComponentContext...Noel Grandin5-12/+15
2012-12-10fdo#46808, Adapt sdbc::DriverManager UNO service to new styleNoel Grandin9-59/+59
2012-12-10fdo#46808, Adapt sdbc::ConnectionPool UNO service to new styleNoel Grandin2-6/+4
2012-12-08Add missing breaksJulien Nabet1-0/+2
2012-12-07Some cppcheck cleaningJulien Nabet5-12/+4
2012-12-07use config_xxx.h files instead of -DHAVE_XXX on the command lineLuboš Luňák1-0/+2
2012-12-07remove unwanted SAL_CALLLuboš Luňák1-3/+3
2012-12-07no SAL_CALL for internal utility functionsLionel Elie Mamane2-14/+14
2012-12-07fix missing SAL_CALL attributesNoel Grandin1-5/+5
2012-12-06fdo#47520 ODBC: overhaul data fetchingLionel Elie Mamane2-248/+336
2012-12-06commentsLionel Elie Mamane1-0/+2
2012-12-06Refuse to set fetchSize > 1, the rest of the code is not prepared for itLionel Elie Mamane1-1/+18
2012-12-06comment meaning inverted wrt to reality in codeLionel Elie Mamane1-1/+1
2012-12-06setBound(true) is the defaultLionel Elie Mamane1-1/+0
2012-12-06janitorial: const annotationLionel Elie Mamane1-1/+1
2012-12-06janitorial: alignmentLionel Elie Mamane1-1/+1
2012-12-06ODBC: clean up our use of SQLGetDataLionel Elie Mamane1-123/+111