Age | Commit message (Expand) | Author |
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-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-10 | new autogenerated PCH headers in connectivity | 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-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-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 | 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 util::NumberFormatsSupplier UNO service to new style | Noel Grandin |
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 | 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 |
2012-11-28 | We only support MSVC 2008 (_MSC_VER 1500) or later | Tor Lillqvist |
2012-11-28 | fdo#46808, Adapt reflection::ProxyFactory UNO service to new style | Noel Grandin |
2012-11-28 | fdo#46808, use service constructor for ucb::SortedDynamicResultSetFactory | Noel Grandin |
2012-11-26 | Assert that length of bookmark has not changed after editing line | Lionel Elie Mamane |
2012-11-25 | cppCheck: remove dead assignment and dead variables | jailletc36 |
2012-11-25 | Implement MQueryOp::RegExp functionality | Stephan Bergmann |
2012-11-24 | use LanguageTag | Eike Rathke |
2012-11-23 | some i18n wrappers with LanguageTag | Eike Rathke |
2012-11-20 | fdo#57285 restore acceptsURL logic | David Ostrovsky |
2012-11-14 | Cleanup unusedcode.easy | José Guilherme Vanz |
2012-11-09 | Introdude SAL_JNI_EXPORT and use that instead of JNIEXPORT | Tor Lillqvist |