summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Collapse)Author
2013-02-28Fix typo "persistant" -> "persistant"Julien Nabet
Change-Id: I639afec2508d189c10a180fd8f824e634afbd14a Reviewed-on: https://gerrit.libreoffice.org/2347 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-02-25don't copy the mozilla include files, use it in placeDavid Ostrovsky
Change-Id: I75e8d897bc06806008c9b6e62b4741769f437dec
2013-02-25remove some trivial duplicatesThomas Arnhold
Change-Id: Ie736cb6d5ff7f4d1998338f4a3a3a3b0a67c79ad
2013-02-25mozabdrv: add dependency to internal mozillaDavid Ostrovsky
Change-Id: Id22ba6632f273159838923bf26420d27dd8a89d3
2013-02-25loplugin: improve indentationThomas Arnhold
Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
2013-02-25loplugin: unused variablesThomas Arnhold
Change-Id: I46a748bf2c54d15c0f5718901197f3b4c34b82bf
2013-02-24Update TDE (Trinity Desktop Environment) integration filesTimothy Pearson
Change-Id: I48a5da0d01ad3532b9a77ff864f8f9e4d14e734c Reviewed-on: https://gerrit.libreoffice.org/2374 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
2013-02-23Fix typo seperated/separatedJulien Nabet
Change-Id: I133423de994b1befe246b6c921802428a3528202
2013-02-23Fix typo "sucessfully" -> "successfully"Julien Nabet
Change-Id: I01c85e4d3853c44fa05acc3019bc35c56c4f655e
2013-02-22s/the the/the/Tor Lillqvist
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2013-02-21Fix type unkown -> unknownJulien Nabet
Change-Id: I8d55d5ae5ae38ae2b252859b5400e36301f19ef0
2013-02-19pure comment: write down interesting idea gleaned at FOSDEMLionel Elie Mamane
Change-Id: I96685f405989fdd3b090b6a482edf8ad65bfd4e9
2013-02-19g_strcmp0 is not in our baseline glib2Fridrich Štrba
Change-Id: I65b4ea5bb8beacef79e963e4dd78fa764f3ab697
2013-02-18added language tags commentEike Rathke
Change-Id: Ie5942c13c8f64063ca9d45e25ff7efbf5c3b3d16
2013-02-18use LanguageTag(rtl_Locale)Eike Rathke
Change-Id: I4bcef6a58915226ec80d7546b4bc5d60abdaeeaf
2013-02-17connectivity/kab (indirectly) depends on boost_headerStephan Bergmann
...at least via KDriver.cxx -> tools/diagnose_ex.h -> boost/noncopyable.hpp (kab1) and KStatement.cxx -> KStatement.hxx -> connectivity/sqliterator.hxx -> boost/shared_ptr.hpp (kabdrv1). Becomes evident when building --with-system-boost --with-boost=... on a machine with no system-wide Boost installation. Not sure solving those problems this way is the best approach, though. Change-Id: Ida72362596aaac076efc4e1faab41fa47013975f
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ↵Jean-Noël Rouvignac
ASCII_STRING, CONST_ASCII, ASCSTR, ASCII, DEFINE_CONST_UNICODE, DEFINE_CONST_OUSTRING Change-Id: I96d690bf9f9b319e9eeafcf218ec5ce87f21215f Reviewed-on: https://gerrit.libreoffice.org/1954 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
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