Age | Commit message (Expand) | Author | Files | Lines |
2012-12-17 | UniString::ToUpperAscii -> OUString::toAsciiUpperCase | Caolán McNamara | 1 | -6/+7 |
2012-12-17 | use return value optimization | Caolán McNamara | 3 | -21/+17 |
2012-12-17 | String::AllocBuffer -> OUStringBuffer | Caolán McNamara | 1 | -9/+5 |
2012-12-14 | callcatcher: update unused code list | Caolán McNamara | 2 | -5/+0 |
2012-12-12 | Remove xml2cmp leftovers | Stephan Bergmann | 1 | -85/+0 |
2012-12-11 | When parsing does not give a table name, take it from the column | Lionel Elie Mamane | 2 | -13/+16 |
2012-12-10 | new autogenerated PCH headers in connectivity | Luboš Luňák | 4 | -48/+100 |
2012-12-10 | remove unneeded PCH stuff | Luboš Luňák | 2 | -18/+0 |
2012-12-10 | no longer necessary to add include path for PCH header | Luboš Luňák | 2 | -2/+0 |
2012-12-10 | testing PCH for connectivity/flat | Luboš Luňák | 3 | -0/+55 |
2012-12-10 | testing PCH for connectivity/file | Luboš Luňák | 3 | -0/+55 |
2012-12-10 | fdo#46808, Convert connectivity::SQLError to use XComponentContext... | Noel Grandin | 7 | -17/+19 |
2012-12-10 | fdo#46808, Adapt sdbc::DriverManager UNO service to new style | Noel Grandin | 10 | -61/+61 |
2012-12-10 | fdo#46808, Adapt sdbc::ConnectionPool UNO service to new style | Noel Grandin | 2 | -6/+4 |
2012-12-08 | Add missing breaks | Julien Nabet | 1 | -0/+2 |
2012-12-07 | Some cppcheck cleaning | Julien Nabet | 5 | -12/+4 |
2012-12-07 | use config_xxx.h files instead of -DHAVE_XXX on the command line | Luboš Luňák | 1 | -0/+2 |
2012-12-07 | remove unwanted SAL_CALL | Luboš Luňák | 1 | -3/+3 |
2012-12-07 | no SAL_CALL for internal utility functions | Lionel Elie Mamane | 2 | -14/+14 |
2012-12-07 | fix missing SAL_CALL attributes | Noel Grandin | 1 | -5/+5 |
2012-12-06 | fdo#47520 ODBC: overhaul data fetching | Lionel Elie Mamane | 2 | -248/+336 |
2012-12-06 | comments | Lionel Elie Mamane | 1 | -0/+2 |
2012-12-06 | Refuse to set fetchSize > 1, the rest of the code is not prepared for it | Lionel Elie Mamane | 1 | -1/+18 |
2012-12-06 | comment meaning inverted wrt to reality in code | Lionel Elie Mamane | 1 | -1/+1 |
2012-12-06 | setBound(true) is the default | Lionel Elie Mamane | 1 | -1/+0 |
2012-12-06 | janitorial: const annotation | Lionel Elie Mamane | 1 | -1/+1 |
2012-12-06 | janitorial: alignment | Lionel Elie Mamane | 1 | -1/+1 |
2012-12-06 | ODBC: clean up our use of SQLGetData | Lionel Elie Mamane | 1 | -123/+111 |
2012-12-06 | stylistic: use sal_Int8 rather than char for binary data | Lionel Elie Mamane | 1 | -1/+1 |
2012-12-06 | const-ify arguments of some OTools function members | Lionel Elie Mamane | 2 | -12/+12 |
2012-12-06 | Variable-sized datatype -> cannot predict length of needed buffer | Lionel Elie Mamane | 1 | -8/+7 |
2012-12-06 | comment on our usage of SQLGetData extensions | Lionel Elie Mamane | 1 | -0/+7 |
2012-12-06 | statically assert our own ODBC_SQL_NOT_DEFINED does not conflict with SQL_UB_* | Lionel Elie Mamane | 1 | -0/+5 |
2012-12-06 | statically assert that ODBC uses UTF-16 | Lionel Elie Mamane | 1 | -0/+1 |
2012-12-06 | -Werror,-Wunused-private-field | Stephan Bergmann | 2 | -6/+0 |
2012-12-06 | -Werror,-Wuninitialized | Stephan Bergmann | 1 | -1/+1 |
2012-12-06 | fdo#46808, Adapt sdb::ErrorMessageDialog UNO service to new style | Noel Grandin | 2 | -16/+6 |
2012-12-06 | fdo#46808, Adapt util::NumberFormatsSupplier UNO service to new style | Noel Grandin | 4 | -11/+10 |
2012-12-05 | Revert inadvertent chmod | Stephan Bergmann | 1 | -0/+0 |
2012-12-05 | WITH_MOZAB4WIN=NO still needs mozbootstrap | Stephan Bergmann | 1 | -0/+4 |
2012-12-04 | First fix for fdo#56902 | Mathias Michel | 1 | -5/+1 |
2012-12-04 | No member named 'getStr' in 'rtl::OStringConcat<rtl::OString, rtl::OString>' | Tor Lillqvist | 2 | -3/+3 |
2012-12-03 | one more strange mingw string problem | Luboš Luňák | 1 | -1/+1 |
2012-12-03 | fix build with fast string operator+ | Luboš Luňák | 1 | -1/+1 |
2012-12-03 | catch exceptions by (const) reference | Lionel Elie Mamane | 1 | -2/+2 |
2012-12-02 | Catch all exceptions to respect specification | Lionel Elie Mamane | 1 | -1/+13 |
2012-12-01 | Lacking "/" at the end of .icedove | Julien Nabet | 2 | -2/+2 |
2012-11-30 | fdo#57696: Missing adaption of OSDBCDriverManager to XDriverManager2 | Stephan Bergmann | 1 | -5/+3 |
2012-11-30 | c++ API: use css alias in generated headers, adds global css decl | Thorsten Behrens | 2 | -3/+0 |
2012-11-30 | fdo#46808, use service constructor for i18n::Collator | Noel Grandin | 1 | -3/+3 |