Age | Commit message (Expand) | Author |
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 |
2012-12-06 | fdo#46808, Adapt sdb::ErrorMessageDialog UNO service to new style | Noel Grandin |
2012-12-06 | fdo#46808, Adapt util::NumberFormatsSupplier UNO service to new style | Noel Grandin |
2012-12-05 | Revert inadvertent chmod | Stephan Bergmann |
2012-12-05 | WITH_MOZAB4WIN=NO still needs mozbootstrap | Stephan Bergmann |
2012-12-04 | First fix for fdo#56902 | Mathias Michel |
2012-12-04 | No member named 'getStr' in 'rtl::OStringConcat<rtl::OString, rtl::OString>' | Tor Lillqvist |
2012-12-03 | one more strange mingw string problem | Luboš Luňák |
2012-12-03 | fix build with fast string operator+ | Luboš Luňák |
2012-12-03 | catch exceptions by (const) reference | Lionel Elie Mamane |
2012-12-02 | Catch all exceptions to respect specification | Lionel Elie Mamane |
2012-12-01 | Lacking "/" at the end of .icedove | Julien Nabet |
2012-11-30 | fdo#57696: Missing adaption of OSDBCDriverManager to XDriverManager2 | Stephan Bergmann |
2012-11-30 | c++ API: use css alias in generated headers, adds global css decl | Thorsten Behrens |
2012-11-30 | fdo#46808, use service constructor for i18n::Collator | Noel Grandin |