summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Collapse)AuthorFilesLines
2013-01-09Library_mozabdrv: use nss3 for prtypes.h headerMatúš Kukan1-0/+1
Change-Id: Id7c030410db0a67c22f2cbaaed417c4371bca361
2013-01-09fdo#46808, new method OConfigurationTreeRoot::createWithComponentContextNoel Grandin9-31/+30
and use it to replace usage of createWithServiceFactory, and thus replace usage of XMultiServiceFactory. Change-Id: Id2f44066683ce17cf7a22f80916031556ef0e82a
2012-12-29WaE: "PAGE_SIZE" redefinedTor Lillqvist4-17/+17
No wonder such a generic-sounding term is defined in some system header, like in the Android NDK's <asm/page.h>. Change-Id: Id813afb836d358a3749a8a9fb1c9fb162f881c04
2012-12-27Some cppcheck cleaningJulien Nabet1-1/+0
Change-Id: Iac1c26d031e8196ef93cb403dc60f07e0eef6380
2012-12-27Sigh, my git grep regexps missed some casesTor Lillqvist4-6/+6
Change-Id: I085f14f40fb83cba171b35b14cf7c0d99091fc00
2012-12-26ignore #include inside #ifLubos Lunak1-1/+0
2012-12-25Get rid of (most uses of) GUITor Lillqvist2-4/+4
GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
2012-12-25ODBC: binary data is not null-terminatedLionel Elie Mamane1-10/+7
Change-Id: Ibc90fabf7534b537948c12de76b611daf5ca9808
2012-12-25no reason to treat CHAR differently than VARCHARLionel Elie Mamane1-0/+1
Change-Id: I19a9f1b26d36bc6eb9e878506e51e8a65b34da9a
2012-12-25fdo#58693 ODBC SQLGetData returns byte length, not data sizeLionel Elie Mamane1-1/+3
Change-Id: Icd2f6503d9452c36f858180e4193af993ae7e288
2012-12-21Another fix for my UNO changesNoel Grandin1-0/+1
Fix linking in MACAB driver. Change-Id: Ib5e16e9ca661ecc4e841150a5cc86d298239e083
2012-12-21Fix MACAB driver for my UNO changesNoel Grandin2-5/+6
Change-Id: Ib513a633e3c887f310711c44d4155be4f998a702
2012-12-21fixes for UNO changesNoel Grandin1-2/+2
Fix KAB driver Change-Id: Iba44875122b813fb7ed2f09e3a8d9dbbef91d085
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin9-79/+54
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 Nabet3-14/+8
Change-Id: I72cf68b193a4d6b16255f8b92e4c0262cd6cac78
2012-12-19regenerate pchPeter Foley2-18/+18
Change-Id: I4e18ce06db42e13479809ba8eec70033943271cf
2012-12-17UniString::ToUpperAscii -> OUString::toAsciiUpperCaseCaolán McNamara1-6/+7
Change-Id: I70f2238021c79a34b97a6bdbcc374d8b1ffb2a31
2012-12-17use return value optimizationCaolán McNamara3-21/+17
Change-Id: I08e6b49c9250d3542777f207e93f1d7b6d1a92a7
2012-12-17String::AllocBuffer -> OUStringBufferCaolán McNamara1-9/+5
Change-Id: I66489516df4b363fd7ed61e90471efaeb1235333
2012-12-14callcatcher: update unused code listCaolán McNamara2-5/+0
Change-Id: Ie975cd2df17461de1bb94a23d4daf081f6588fe7
2012-12-12Remove xml2cmp leftoversStephan Bergmann1-85/+0
Change-Id: I7c0ba8b653b8e0534ae17bd879b93b75c6554893
2012-12-11When parsing does not give a table name, take it from the columnLionel Elie Mamane2-13/+16
Change-Id: Ie8a2c7e473d717cc22c51205dd8cdc59934de8b1
2012-12-10new autogenerated PCH headers in connectivityLuboš Luňák4-48/+100
2012-12-10remove unneeded PCH stuffLuboš Luňák2-18/+0
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ňák2-2/+0
MSVC uses full path with -FI, Clang uses full path to .pch file. Change-Id: I403a8a919a8b672d1e98c2ea1fee50097e535351
2012-12-10testing PCH for connectivity/flatLuboš Luňák3-0/+55
Change-Id: I164ec06dfb0630784292b39110e1a939d361d98f
2012-12-10testing PCH for connectivity/fileLuboš Luňák3-0/+55
Change-Id: Id9083967c67967ea067672b756fa31912af96dcf
2012-12-10fdo#46808, Convert connectivity::SQLError to use XComponentContext...Noel Grandin7-17/+19
...instead of comphelper::ComponentContext. Change-Id: I40384c2d7cfcabd06506321d686dd8e7c7c5f266
2012-12-10fdo#46808, Adapt sdbc::DriverManager UNO service to new styleNoel Grandin10-61/+61
Change-Id: Ic2be6bd08aaabc81d0fbe0269ca577868defe934
2012-12-10fdo#46808, Adapt sdbc::ConnectionPool UNO service to new styleNoel Grandin2-6/+4
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 Nabet1-0/+2
Change-Id: Icaa08718c37c2c8823a21b6a3ae4ef8b62b52550
2012-12-07Some cppcheck cleaningJulien Nabet5-12/+4
Change-Id: I5e8c768981dc6b8029bdc7eb8887562ccc18a5e2
2012-12-07use config_xxx.h files instead of -DHAVE_XXX on the command lineLuboš Luňák1-0/+2
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ňák1-3/+3
2012-12-07no SAL_CALL for internal utility functionsLionel Elie Mamane2-14/+14
Change-Id: I7b945946d5e45d5518ab48fc8fe6cd66fba8d040
2012-12-07fix missing SAL_CALL attributesNoel Grandin1-5/+5
Change-Id: Ibdf93f27f08d4a76867c6871557d2d4967e7b9a5
2012-12-06fdo#47520 ODBC: overhaul data fetchingLionel Elie Mamane2-248/+336
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 Mamane1-0/+2
Change-Id: I1702ea167ac6d23b1bdfcda2ea1ad7815e4474b9
2012-12-06Refuse to set fetchSize > 1, the rest of the code is not prepared for itLionel Elie Mamane1-1/+18
Change-Id: Id49a9db96cdb0aaf901a00a5439b36c1d0386c41
2012-12-06comment meaning inverted wrt to reality in codeLionel Elie Mamane1-1/+1
Change-Id: I9974921bd62bf4f57e13ffb681b2a90e1403c90b
2012-12-06setBound(true) is the defaultLionel Elie Mamane1-1/+0
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 Mamane1-1/+1
Change-Id: I6ac4f2700e15bc53a9a666aa5e2222748618dbf1
2012-12-06janitorial: alignmentLionel Elie Mamane1-1/+1
Change-Id: Ibfe513ac8fbcd982784110ac1d3fe84061228bf9
2012-12-06ODBC: clean up our use of SQLGetDataLionel Elie Mamane1-123/+111
Change-Id: I813efb928a88eb0a78faaba4ba0d4186c8a9413c
2012-12-06stylistic: use sal_Int8 rather than char for binary dataLionel Elie Mamane1-1/+1
Change-Id: Ic3c7d8d2a27e1835513790523ddd3bdc8f7c2101
2012-12-06const-ify arguments of some OTools function membersLionel Elie Mamane2-12/+12
Change-Id: Ie19a5277a9b847a9e440d137cf7ee18943c77832
2012-12-06Variable-sized datatype -> cannot predict length of needed bufferLionel Elie Mamane1-8/+7
Change-Id: I29b8c0352b06fb86e924aaf8108de6835eb9cb89
2012-12-06comment on our usage of SQLGetData extensionsLionel Elie Mamane1-0/+7
Change-Id: I9580fa4828db8f19b84ce8f88f8cbc7ab72985b6
2012-12-06statically assert our own ODBC_SQL_NOT_DEFINED does not conflict with SQL_UB_*Lionel Elie Mamane1-0/+5
Change-Id: I2f571e06fd498ebe9378105030215ccb134bf974
2012-12-06statically assert that ODBC uses UTF-16Lionel Elie Mamane1-0/+1
Change-Id: I13a8a152d7bfba351632e50d440fba8af375bec3