summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Collapse)Author
2013-02-11no g_list_free_full in RHEL-6 glibCaolán McNamara
Change-Id: I213bb62c2a9318d98f0736cc23431dca3dfd4708
2013-02-11fdo#46808, Adapt java::JavaVirtualMachine UNO service to new styleNoel Grandin
Change-Id: Ib0329b9cdc4290ce98c4182e8466c1b44b408341
2013-02-09ORowSetValue: move float and double to unionDavid Ostrovsky
Change-Id: Ic5de8ad2cf9ef1143b1a5468e5fc5c9974aca5ec Reviewed-on: https://gerrit.libreoffice.org/2021 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-08-Werror,-Wmismatched-tagsStephan Bergmann
Change-Id: I0e9839e4ed02626eca17449b8d2f489ab50d39de
2013-02-08No jvmaccess library for iOSTor Lillqvist
Change-Id: I28ee4c77935f81f41fb564fcd0c19a5d02a1aa10
2013-02-07deliberately continue to use addressbook human name as addressbox identifierCaolán McNamara
because we identified the addressbook by their user name continue to do that for evo >= 3.6 even though that's got a better uid we could use. This way we can reuse the automatic mapping of fields in writer (search for Personal in officecfg) for mail merge Change-Id: I42e1d7aac9dd9640f0bb38e9224a393ac81481a1
2013-02-07make evolution-3.6 work with address bookCaolán McNamara
Change-Id: Ieffe1a374f3f94991ca63b6ccfbfb7bdc43255d6
2013-02-07sketch out how to port to e-d-s 3.6Milan Crha
Change-Id: I04d2a4d7d1520567dd0eb929ffb5d9fa53d35dd4
2013-02-05clang: error: argument unused during compilation: '-fpermissive'Tor Lillqvist
Change-Id: I79db3d1b611315aab8a6c3a28d259a589dfa41d7
2013-02-05ORowSetValue: clean up sign/unsigned union memberDavid Ostrovsky
Also switch BOOLEAN constructor from sal_Bool to bool. old/new signed/unsigned storage situation: ------------------------------------------------------- SQL type | signed | unsigned old | unsigned new ------------------------------------------------------- TINYINT | sal_Int8 | sal_Int16 | sal_uInt8 SMALLINT | sal_Int16 | sal_Int32 | sal_uInt16 INTEGER | sal_Int32 | sal_Int64 | sal_uInt32 BIGINT | sal_Int64 | pValue (String*) | sal_uInt64 ------------------------------------------------------- When sticking an UNSIGNED TINYINT into an Any, silently promote it to UNSIGNED SMALLINT (that is sal_uInt16), else Any would take it as a sal_Bool and normalise to sal_True (1) or sal_False (0). When constructing an ORowSetValue from a sal_Bool, silently keep it as an unsigned 8 bit integer (that is understand it as a sal_uInt8). This will work in most cases, since when asked back for a bool or sal_Bool, we'll give back the right value. Only code looking at the type tag could possibly make a "wrong" decision. The main (hopefully only?) path through which this would happen is through an implementation of XParameters::setBoolean XRowUpdate::updateBoolean that would use its sal_Bool argument to construct an ORowSetValue. So make sure each implementation constructs a proper BOOLEAN so as not to get confused. For authorship/copyright purposes, this patch is a cooperation between Lionel Elie Mamane <lionel@mamane.lu> and David Ostrovsky <david@ostrovsky.org> Change-Id: I3f1f08716127147f077bff4edb6ec558b1b09e09
2013-01-27still not enough boost_headerMichael Stahl
Change-Id: Ic0ee933fbee7368f0af2573ea33a5ce33f4043c4
2013-01-27need more boost_headersMichael Stahl
Change-Id: Ic58e334acb9d9c89e5466638286c0f42dc36df43
2013-01-27fix omissions in a53586f4efe26b8875107d04001f4ecec760c343Michael Stahl
Change-Id: I65e3fc3e34416b74365490a1cd7cba178ef7eb55
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl
Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
- do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
2013-01-23SQL parser: no "as" rule anymore; now as_clause and opt_asLionel Elie Mamane
Change-Id: Ib0c7151b311029318c213abb86e6541e3b27d040
2013-01-23OSQLParser::RuleIDToRule should not silently change s_aReverseRuleIDLookupLionel Elie Mamane
Change-Id: I2b408a23162b1200bbcd530be7acb42435388b04
2013-01-23Make UNKNOWN_RULE the default value of connectivity::OSQLParseNode::RuleLionel Elie Mamane
Change-Id: I4e56da8820d5c92d3b6e2ff2c749bdc0cef46d73
2013-01-22fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac
Also used the new OUString::number(...) methods. Change-Id: I3174c43d56d1ae359901bb8a13fe0096f2c74808 Reviewed-on: https://gerrit.libreoffice.org/1766 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-21fdo#57950: Remove some chained appends in connectivity and..Marcos Paulo de Souza
... remove some RTL* macros. Change-Id: I919d17e14334c9220b47775355512df8dfa00bca Reviewed-on: https://gerrit.libreoffice.org/1768 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac
Change-Id: I2f11f2f15a652a9edc3c7e5b67c854debeed20de Reviewed-on: https://gerrit.libreoffice.org/1784 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-19Remove some RTL_* macdros from connectivity and..Marcos Paulo de Souza
...also simplify a lot some functions calls. Change-Id: I07029055a7cbe0d1ea2e6c891e6c7347e3a370a9 Reviewed-on: https://gerrit.libreoffice.org/1767 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2013-01-09Library_mozabdrv: use nss3 for prtypes.h headerMatúš Kukan
Change-Id: Id7c030410db0a67c22f2cbaaed417c4371bca361
2013-01-09fdo#46808, new method OConfigurationTreeRoot::createWithComponentContextNoel Grandin
and use it to replace usage of createWithServiceFactory, and thus replace usage of XMultiServiceFactory. Change-Id: Id2f44066683ce17cf7a22f80916031556ef0e82a
2012-12-29WaE: "PAGE_SIZE" redefinedTor Lillqvist
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 Nabet
Change-Id: Iac1c26d031e8196ef93cb403dc60f07e0eef6380
2012-12-27Sigh, my git grep regexps missed some casesTor Lillqvist
Change-Id: I085f14f40fb83cba171b35b14cf7c0d99091fc00
2012-12-26ignore #include inside #ifLubos Lunak
2012-12-25Get rid of (most uses of) GUITor Lillqvist
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 Mamane
Change-Id: Ibc90fabf7534b537948c12de76b611daf5ca9808
2012-12-25no reason to treat CHAR differently than VARCHARLionel Elie Mamane
Change-Id: I19a9f1b26d36bc6eb9e878506e51e8a65b34da9a
2012-12-25fdo#58693 ODBC SQLGetData returns byte length, not data sizeLionel Elie Mamane
Change-Id: Icd2f6503d9452c36f858180e4193af993ae7e288
2012-12-21Another fix for my UNO changesNoel Grandin
Fix linking in MACAB driver. Change-Id: Ib5e16e9ca661ecc4e841150a5cc86d298239e083
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