Age | Commit message (Expand) | Author |
2012-12-29 | WaE: "PAGE_SIZE" redefined | Tor Lillqvist |
2012-12-27 | Some cppcheck cleaning | Julien Nabet |
2012-12-27 | Sigh, my git grep regexps missed some cases | Tor Lillqvist |
2012-12-26 | ignore #include inside #if | Lubos Lunak |
2012-12-25 | Get rid of (most uses of) GUI | Tor Lillqvist |
2012-12-25 | ODBC: binary data is not null-terminated | Lionel Elie Mamane |
2012-12-25 | no reason to treat CHAR differently than VARCHAR | Lionel Elie Mamane |
2012-12-25 | fdo#58693 ODBC SQLGetData returns byte length, not data size | Lionel Elie Mamane |
2012-12-21 | Another fix for my UNO changes | Noel Grandin |
2012-12-21 | Fix MACAB driver for my UNO changes | Noel Grandin |
2012-12-21 | fixes for UNO changes | Noel Grandin |
2012-12-21 | fdo#46808, Convert frame::Desktop to new style service. | Noel Grandin |
2012-12-20 | Some cppcheck cleaning in connectivity | Julien Nabet |
2012-12-19 | regenerate pch | Peter Foley |
2012-12-17 | UniString::ToUpperAscii -> OUString::toAsciiUpperCase | Caolán McNamara |
2012-12-17 | use return value optimization | Caolán McNamara |
2012-12-17 | String::AllocBuffer -> OUStringBuffer | Caolán McNamara |
2012-12-14 | callcatcher: update unused code list | Caolán McNamara |
2012-12-12 | Remove xml2cmp leftovers | Stephan Bergmann |
2012-12-11 | When parsing does not give a table name, take it from the column | Lionel Elie Mamane |
2012-12-10 | new autogenerated PCH headers in connectivity | Luboš Luňák |
2012-12-10 | remove unneeded PCH stuff | Luboš Luňák |
2012-12-10 | no longer necessary to add include path for PCH header | Luboš Luňák |
2012-12-10 | testing PCH for connectivity/flat | Luboš Luňák |
2012-12-10 | testing PCH for connectivity/file | Luboš Luňák |
2012-12-10 | fdo#46808, Convert connectivity::SQLError to use XComponentContext... | Noel Grandin |
2012-12-10 | fdo#46808, Adapt sdbc::DriverManager UNO service to new style | Noel Grandin |
2012-12-10 | fdo#46808, Adapt sdbc::ConnectionPool UNO service to new style | Noel Grandin |
2012-12-08 | Add missing breaks | Julien Nabet |
2012-12-07 | Some cppcheck cleaning | Julien Nabet |
2012-12-07 | use config_xxx.h files instead of -DHAVE_XXX on the command line | Luboš Luňák |
2012-12-07 | remove unwanted SAL_CALL | Luboš Luňák |
2012-12-07 | no SAL_CALL for internal utility functions | Lionel Elie Mamane |
2012-12-07 | fix missing SAL_CALL attributes | Noel Grandin |
2012-12-06 | fdo#47520 ODBC: overhaul data fetching | Lionel Elie Mamane |
2012-12-06 | comments | Lionel Elie Mamane |
2012-12-06 | Refuse to set fetchSize > 1, the rest of the code is not prepared for it | Lionel Elie Mamane |
2012-12-06 | comment meaning inverted wrt to reality in code | Lionel Elie Mamane |
2012-12-06 | setBound(true) is the default | Lionel Elie Mamane |
2012-12-06 | janitorial: const annotation | Lionel Elie Mamane |
2012-12-06 | janitorial: alignment | Lionel Elie Mamane |
2012-12-06 | ODBC: clean up our use of SQLGetData | Lionel Elie Mamane |
2012-12-06 | stylistic: use sal_Int8 rather than char for binary data | Lionel Elie Mamane |
2012-12-06 | const-ify arguments of some OTools function members | Lionel Elie Mamane |
2012-12-06 | Variable-sized datatype -> cannot predict length of needed buffer | Lionel Elie Mamane |
2012-12-06 | comment on our usage of SQLGetData extensions | Lionel Elie Mamane |
2012-12-06 | statically assert our own ODBC_SQL_NOT_DEFINED does not conflict with SQL_UB_* | Lionel Elie Mamane |
2012-12-06 | statically assert that ODBC uses UTF-16 | Lionel Elie Mamane |
2012-12-06 | -Werror,-Wunused-private-field | Stephan Bergmann |
2012-12-06 | -Werror,-Wuninitialized | Stephan Bergmann |