summaryrefslogtreecommitdiff
path: root/connectivity/source
AgeCommit message (Expand)AuthorFilesLines
2012-12-17UniString::ToUpperAscii -> OUString::toAsciiUpperCaseCaolán McNamara1-6/+7
2012-12-17use return value optimizationCaolán McNamara3-21/+17
2012-12-17String::AllocBuffer -> OUStringBufferCaolán McNamara1-9/+5
2012-12-14callcatcher: update unused code listCaolán McNamara2-5/+0
2012-12-12Remove xml2cmp leftoversStephan Bergmann1-85/+0
2012-12-11When parsing does not give a table name, take it from the columnLionel Elie Mamane1-6/+9
2012-12-10new autogenerated PCH headers in connectivityLuboš Luňák2-11/+11
2012-12-10fdo#46808, Convert connectivity::SQLError to use XComponentContext...Noel Grandin5-12/+15
2012-12-10fdo#46808, Adapt sdbc::DriverManager UNO service to new styleNoel Grandin9-59/+59
2012-12-10fdo#46808, Adapt sdbc::ConnectionPool UNO service to new styleNoel Grandin2-6/+4
2012-12-08Add missing breaksJulien Nabet1-0/+2
2012-12-07Some cppcheck cleaningJulien Nabet5-12/+4
2012-12-07use config_xxx.h files instead of -DHAVE_XXX on the command lineLuboš Luňák1-0/+2
2012-12-07remove unwanted SAL_CALLLuboš Luňák1-3/+3
2012-12-07no SAL_CALL for internal utility functionsLionel Elie Mamane2-14/+14
2012-12-07fix missing SAL_CALL attributesNoel Grandin1-5/+5
2012-12-06fdo#47520 ODBC: overhaul data fetchingLionel Elie Mamane2-248/+336
2012-12-06commentsLionel Elie Mamane1-0/+2
2012-12-06Refuse to set fetchSize > 1, the rest of the code is not prepared for itLionel Elie Mamane1-1/+18
2012-12-06comment meaning inverted wrt to reality in codeLionel Elie Mamane1-1/+1
2012-12-06setBound(true) is the defaultLionel Elie Mamane1-1/+0
2012-12-06janitorial: const annotationLionel Elie Mamane1-1/+1
2012-12-06janitorial: alignmentLionel Elie Mamane1-1/+1
2012-12-06ODBC: clean up our use of SQLGetDataLionel Elie Mamane1-123/+111
2012-12-06stylistic: use sal_Int8 rather than char for binary dataLionel Elie Mamane1-1/+1
2012-12-06const-ify arguments of some OTools function membersLionel Elie Mamane2-12/+12
2012-12-06Variable-sized datatype -> cannot predict length of needed bufferLionel Elie Mamane1-8/+7
2012-12-06comment on our usage of SQLGetData extensionsLionel Elie Mamane1-0/+7
2012-12-06statically assert our own ODBC_SQL_NOT_DEFINED does not conflict with SQL_UB_*Lionel Elie Mamane1-0/+5
2012-12-06statically assert that ODBC uses UTF-16Lionel Elie Mamane1-0/+1
2012-12-06-Werror,-Wunused-private-fieldStephan Bergmann2-6/+0
2012-12-06-Werror,-WuninitializedStephan Bergmann1-1/+1
2012-12-06fdo#46808, Adapt sdb::ErrorMessageDialog UNO service to new styleNoel Grandin1-15/+5
2012-12-06fdo#46808, Adapt util::NumberFormatsSupplier UNO service to new styleNoel Grandin3-10/+9
2012-12-04No member named 'getStr' in 'rtl::OStringConcat<rtl::OString, rtl::OString>'Tor Lillqvist2-3/+3
2012-12-03one more strange mingw string problemLuboš Luňák1-1/+1
2012-12-03fix build with fast string operator+Luboš Luňák1-1/+1
2012-12-03catch exceptions by (const) referenceLionel Elie Mamane1-2/+2
2012-12-02Catch all exceptions to respect specificationLionel Elie Mamane1-1/+13
2012-12-01Lacking "/" at the end of .icedoveJulien Nabet2-2/+2
2012-11-30fdo#57696: Missing adaption of OSDBCDriverManager to XDriverManager2Stephan Bergmann1-5/+3
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens2-3/+0
2012-11-30fdo#46808, use service constructor for i18n::CollatorNoel Grandin1-3/+3
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist1-11/+0
2012-11-28fdo#46808, use service constructor for sdbc::ConnectionPoolNoel Grandin4-20/+23
2012-11-28fdo#46808, Adapt reflection::ProxyFactory UNO service to new styleNoel Grandin5-25/+18
2012-11-28fdo#46808, use service constructor for ucb::SortedDynamicResultSetFactoryNoel Grandin1-3/+3
2012-11-26Assert that length of bookmark has not changed after editing lineLionel Elie Mamane1-0/+2
2012-11-25cppCheck: remove dead assignment and dead variablesjailletc361-1/+0
2012-11-25Implement MQueryOp::RegExp functionalityStephan Bergmann1-3/+9