summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Collapse)Author
2012-12-21Fix MACAB driver for my UNO changesNoel Grandin
Change-Id: Ib513a633e3c887f310711c44d4155be4f998a702
2012-12-21fixes for UNO changesNoel Grandin
Fix KAB driver Change-Id: Iba44875122b813fb7ed2f09e3a8d9dbbef91d085
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin
I had to drop XEventBroadcaster from the merged interface because it introduced method name conflicts (addEventListener). Shouldn't be an issue since it was scheduled to be dropped anyhow, and the service implementation still implements it, so existing clients will be fine. I dropped the interface XPropertySet from the combined IDL because nobody seems to be using it, and it's primary purpose appears to be to set weird flags. I dropped the optional interfaces XStatusIndicatorFactory XDispatchInformationProvider from the combined IDL because the service does not implement them, and nobody seems to be using them. I suspect they were mistakenly copied from XFrame. I also did not convert the Title, UserDefinedAttributes and LayoutManager properties to attributes, again because no-one is using them. Change-Id: I678a00006ed2cca2d6c37c4e39465811442c33af
2012-12-20Some cppcheck cleaning in connectivityJulien Nabet
Change-Id: I72cf68b193a4d6b16255f8b92e4c0262cd6cac78
2012-12-19regenerate pchPeter Foley
Change-Id: I4e18ce06db42e13479809ba8eec70033943271cf
2012-12-17UniString::ToUpperAscii -> OUString::toAsciiUpperCaseCaolán McNamara
Change-Id: I70f2238021c79a34b97a6bdbcc374d8b1ffb2a31
2012-12-17use return value optimizationCaolán McNamara
Change-Id: I08e6b49c9250d3542777f207e93f1d7b6d1a92a7
2012-12-17String::AllocBuffer -> OUStringBufferCaolán McNamara
Change-Id: I66489516df4b363fd7ed61e90471efaeb1235333
2012-12-14callcatcher: update unused code listCaolán McNamara
Change-Id: Ie975cd2df17461de1bb94a23d4daf081f6588fe7
2012-12-12Remove xml2cmp leftoversStephan Bergmann
Change-Id: I7c0ba8b653b8e0534ae17bd879b93b75c6554893
2012-12-11When parsing does not give a table name, take it from the columnLionel Elie Mamane
Change-Id: Ie8a2c7e473d717cc22c51205dd8cdc59934de8b1
2012-12-10new autogenerated PCH headers in connectivityLuboš Luňák
2012-12-10remove unneeded PCH stuffLuboš Luňák
Since the PCH is now explicitly included using the command line, it is no longer necessary to have include guards or #ifdefs for enabling it. Change-Id: Ie64fdc75129af7097213d86f2daec461993fb6f4
2012-12-10no longer necessary to add include path for PCH headerLuboš Luňák
MSVC uses full path with -FI, Clang uses full path to .pch file. Change-Id: I403a8a919a8b672d1e98c2ea1fee50097e535351
2012-12-10testing PCH for connectivity/flatLuboš Luňák
Change-Id: I164ec06dfb0630784292b39110e1a939d361d98f
2012-12-10testing PCH for connectivity/fileLuboš Luňák
Change-Id: Id9083967c67967ea067672b756fa31912af96dcf
2012-12-10fdo#46808, Convert connectivity::SQLError to use XComponentContext...Noel Grandin
...instead of comphelper::ComponentContext. Change-Id: I40384c2d7cfcabd06506321d686dd8e7c7c5f266
2012-12-10fdo#46808, Adapt sdbc::DriverManager UNO service to new styleNoel Grandin
Change-Id: Ic2be6bd08aaabc81d0fbe0269ca577868defe934
2012-12-10fdo#46808, Adapt sdbc::ConnectionPool UNO service to new styleNoel Grandin
ConnectionPool was already a new-style service, but since it was not exposing all of it's interfaces properly I had to create a unified interface XConnectionPool. Change-Id: Idfa3fa3335173ceeab1785b4049422874b6c9d5a
2012-12-08Add missing breaksJulien Nabet
Change-Id: Icaa08718c37c2c8823a21b6a3ae4ef8b62b52550
2012-12-07Some cppcheck cleaningJulien Nabet
Change-Id: I5e8c768981dc6b8029bdc7eb8887562ccc18a5e2
2012-12-07use config_xxx.h files instead of -DHAVE_XXX on the command lineLuboš Luňák
As the latter does not quite scale, and also source files depending on the setting/feature did not rebuild in case of a change. There are intentionally more config_xxx.h files (so autoheader from autotools is not used), so that a setting change does not force automatically a rebuild of everything. Running configure does not touch those config_xxx.h files that have not changed. There's config/README with a howto. Change-Id: I6d6e82050ff8faf5364ed246848b8401aca3e0e5
2012-12-07remove unwanted SAL_CALLLuboš Luňák
2012-12-07no SAL_CALL for internal utility functionsLionel Elie Mamane
Change-Id: I7b945946d5e45d5518ab48fc8fe6cd66fba8d040
2012-12-07fix missing SAL_CALL attributesNoel Grandin
Change-Id: Ibdf93f27f08d4a76867c6871557d2d4967e7b9a5
2012-12-06fdo#47520 ODBC: overhaul data fetchingLionel Elie Mamane
fetched data in the current row is always cached. This avoids trying to fetch the same data several times, which is tricky in several scenarios in ODBC. Numerous cleanups in passing. Change-Id: I17246aa614276e141161a64c716881242c559310
2012-12-06commentsLionel Elie Mamane
Change-Id: I1702ea167ac6d23b1bdfcda2ea1ad7815e4474b9
2012-12-06Refuse to set fetchSize > 1, the rest of the code is not prepared for itLionel Elie Mamane
Change-Id: Id49a9db96cdb0aaf901a00a5439b36c1d0386c41
2012-12-06comment meaning inverted wrt to reality in codeLionel Elie Mamane
Change-Id: I9974921bd62bf4f57e13ffb681b2a90e1403c90b
2012-12-06setBound(true) is the defaultLionel Elie Mamane
Anyway, setting bound only on the *last* column we are going to fetch does not make sense. Either all of of them or none. Change-Id: I54e8e6b7d33863d1662167b370739cb7d39c0bc4
2012-12-06janitorial: const annotationLionel Elie Mamane
Change-Id: I6ac4f2700e15bc53a9a666aa5e2222748618dbf1
2012-12-06janitorial: alignmentLionel Elie Mamane
Change-Id: Ibfe513ac8fbcd982784110ac1d3fe84061228bf9
2012-12-06ODBC: clean up our use of SQLGetDataLionel Elie Mamane
Change-Id: I813efb928a88eb0a78faaba4ba0d4186c8a9413c
2012-12-06stylistic: use sal_Int8 rather than char for binary dataLionel Elie Mamane
Change-Id: Ic3c7d8d2a27e1835513790523ddd3bdc8f7c2101
2012-12-06const-ify arguments of some OTools function membersLionel Elie Mamane
Change-Id: Ie19a5277a9b847a9e440d137cf7ee18943c77832
2012-12-06Variable-sized datatype -> cannot predict length of needed bufferLionel Elie Mamane
Change-Id: I29b8c0352b06fb86e924aaf8108de6835eb9cb89
2012-12-06comment on our usage of SQLGetData extensionsLionel Elie Mamane
Change-Id: I9580fa4828db8f19b84ce8f88f8cbc7ab72985b6
2012-12-06statically assert our own ODBC_SQL_NOT_DEFINED does not conflict with SQL_UB_*Lionel Elie Mamane
Change-Id: I2f571e06fd498ebe9378105030215ccb134bf974
2012-12-06statically assert that ODBC uses UTF-16Lionel Elie Mamane
Change-Id: I13a8a152d7bfba351632e50d440fba8af375bec3
2012-12-06-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: I1440856b2a54302f3d95ed1d915fb64523f0db3b
2012-12-06-Werror,-WuninitializedStephan Bergmann
Change-Id: I885851dd3121e34a3f860a449d4d23d185a4d278
2012-12-06fdo#46808, Adapt sdb::ErrorMessageDialog UNO service to new styleNoel Grandin
Change-Id: Iaf12324e6aa64b268555b0f4c82f04f4c0f6f123
2012-12-06fdo#46808, Adapt util::NumberFormatsSupplier UNO service to new styleNoel Grandin
Change-Id: I58436d9eea0c38d14cde2dc01aa463d5d71912e9
2012-12-05Revert inadvertent chmodStephan Bergmann
Change-Id: Ia433a842feb1d4bf2e2398de61144e45ee33d0da
2012-12-05WITH_MOZAB4WIN=NO still needs mozbootstrapStephan Bergmann
Change-Id: I9b9cd072c885387988492a6a945a9ca099635ecf
2012-12-04First fix for fdo#56902Mathias Michel
Restrict moz to windows, and build vars also impacts nss, connectivity Change-Id: I27aae1398f3f8a4d046c2c7805d64bc7523c7282 Reviewed-on: https://gerrit.libreoffice.org/1233 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2012-12-04No member named 'getStr' in 'rtl::OStringConcat<rtl::OString, rtl::OString>'Tor Lillqvist
Change-Id: I6e2570569d8f8b6ae55d66e2d99fe1ac4d69a7bc
2012-12-03one more strange mingw string problemLuboš Luňák
For some reason neither OUString(aValue) nor (OUString)aValue work.
2012-12-03fix build with fast string operator+Luboš Luňák
Change-Id: I38688ccef4c307786b7287b47f0607c67400defc
2012-12-03catch exceptions by (const) referenceLionel Elie Mamane
Change-Id: Ie42b169437c89d0d94f6749bee21301fa44b98cf