summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
...
* new autogenerated PCH headers in connectivityLuboš Luňák2012-12-104-48/+100
* remove unneeded PCH stuffLuboš Luňák2012-12-102-18/+0
* no longer necessary to add include path for PCH headerLuboš Luňák2012-12-102-2/+0
* testing PCH for connectivity/flatLuboš Luňák2012-12-103-0/+55
* testing PCH for connectivity/fileLuboš Luňák2012-12-103-0/+55
* fdo#46808, Convert connectivity::SQLError to use XComponentContext...Noel Grandin2012-12-107-17/+19
* fdo#46808, Adapt sdbc::DriverManager UNO service to new styleNoel Grandin2012-12-1010-61/+61
* fdo#46808, Adapt sdbc::ConnectionPool UNO service to new styleNoel Grandin2012-12-102-6/+4
* Add missing breaksJulien Nabet2012-12-081-0/+2
* Some cppcheck cleaningJulien Nabet2012-12-075-12/+4
* use config_xxx.h files instead of -DHAVE_XXX on the command lineLuboš Luňák2012-12-071-0/+2
* remove unwanted SAL_CALLLuboš Luňák2012-12-071-3/+3
* no SAL_CALL for internal utility functionsLionel Elie Mamane2012-12-072-14/+14
* fix missing SAL_CALL attributesNoel Grandin2012-12-071-5/+5
* fdo#47520 ODBC: overhaul data fetchingLionel Elie Mamane2012-12-062-248/+336
* commentsLionel Elie Mamane2012-12-061-0/+2
* Refuse to set fetchSize > 1, the rest of the code is not prepared for itLionel Elie Mamane2012-12-061-1/+18
* comment meaning inverted wrt to reality in codeLionel Elie Mamane2012-12-061-1/+1
* setBound(true) is the defaultLionel Elie Mamane2012-12-061-1/+0
* janitorial: const annotationLionel Elie Mamane2012-12-061-1/+1
* janitorial: alignmentLionel Elie Mamane2012-12-061-1/+1
* ODBC: clean up our use of SQLGetDataLionel Elie Mamane2012-12-061-123/+111
* stylistic: use sal_Int8 rather than char for binary dataLionel Elie Mamane2012-12-061-1/+1
* const-ify arguments of some OTools function membersLionel Elie Mamane2012-12-062-12/+12
* Variable-sized datatype -> cannot predict length of needed bufferLionel Elie Mamane2012-12-061-8/+7
* comment on our usage of SQLGetData extensionsLionel Elie Mamane2012-12-061-0/+7
* statically assert our own ODBC_SQL_NOT_DEFINED does not conflict with SQL_UB_*Lionel Elie Mamane2012-12-061-0/+5
* statically assert that ODBC uses UTF-16Lionel Elie Mamane2012-12-061-0/+1
* -Werror,-Wunused-private-fieldStephan Bergmann2012-12-062-6/+0
* -Werror,-WuninitializedStephan Bergmann2012-12-061-1/+1
* fdo#46808, Adapt sdb::ErrorMessageDialog UNO service to new styleNoel Grandin2012-12-062-16/+6
* fdo#46808, Adapt util::NumberFormatsSupplier UNO service to new styleNoel Grandin2012-12-064-11/+10
* Revert inadvertent chmodStephan Bergmann2012-12-051-0/+0
* WITH_MOZAB4WIN=NO still needs mozbootstrapStephan Bergmann2012-12-051-0/+4
* First fix for fdo#56902Mathias Michel2012-12-041-5/+1
* No member named 'getStr' in 'rtl::OStringConcat<rtl::OString, rtl::OString>'Tor Lillqvist2012-12-042-3/+3
* one more strange mingw string problemLuboš Luňák2012-12-031-1/+1
* fix build with fast string operator+Luboš Luňák2012-12-031-1/+1
* catch exceptions by (const) referenceLionel Elie Mamane2012-12-031-2/+2
* Catch all exceptions to respect specificationLionel Elie Mamane2012-12-021-1/+13
* Lacking "/" at the end of .icedoveJulien Nabet2012-12-012-2/+2
* fdo#57696: Missing adaption of OSDBCDriverManager to XDriverManager2Stephan Bergmann2012-11-301-5/+3
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-302-3/+0
* fdo#46808, use service constructor for i18n::CollatorNoel Grandin2012-11-301-3/+3
* We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist2012-11-281-11/+0
* fdo#46808, use service constructor for sdbc::ConnectionPoolNoel Grandin2012-11-287-28/+31
* fdo#46808, Adapt reflection::ProxyFactory UNO service to new styleNoel Grandin2012-11-286-26/+20
* fdo#46808, use service constructor for ucb::SortedDynamicResultSetFactoryNoel Grandin2012-11-281-3/+3
* Assert that length of bookmark has not changed after editing lineLionel Elie Mamane2012-11-261-0/+2
* cppCheck: remove dead assignment and dead variablesjailletc362012-11-251-1/+0