Age | Commit message (Expand) | Author |
2013-02-07 | deliberately continue to use addressbook human name as addressbox identifier | Caolán McNamara |
2013-02-07 | make evolution-3.6 work with address book | Caolán McNamara |
2013-02-07 | sketch out how to port to e-d-s 3.6 | Milan Crha |
2013-02-05 | ORowSetValue: clean up sign/unsigned union member | David Ostrovsky |
2013-01-22 | fdo#38838 Some removal/replacement of the String/UniString with OUString | Jean-Noël Rouvignac |
2013-01-21 | fdo#57950: Remove some chained appends in connectivity and.. | Marcos Paulo de Souza |
2013-01-21 | Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number() | Jean-Noël Rouvignac |
2013-01-09 | fdo#46808, new method OConfigurationTreeRoot::createWithComponentContext | Noel Grandin |
2012-12-29 | WaE: "PAGE_SIZE" redefined | Tor Lillqvist |
2012-12-27 | Sigh, my git grep regexps missed some cases | 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 | 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-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 |