summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Collapse)Author
2015-02-17tdf#39440 - cppcheck cleanlinessRadu Ioan
Fixed some cppcheck defects Change-Id: I25fd6aba9d76df98d20b9a1bb4c9d3c1bf6f84bb Reviewed-on: https://gerrit.libreoffice.org/14487 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
Change-Id: I9219619b538b6530a89f5932ac51eb3b62eb396a
2015-02-09Try work around MSVC warning C4503 (decorated name length exceeded)Stephan Bergmann
Change-Id: I8ae5a7b5fd3d07b7beb16374f6bb4251ffdb3610
2015-02-08Typos + simple german translationsJulien Nabet
Change-Id: Icc0e9f028b393abb062a880519211be4fcd1d4b3
2015-02-07loplugin:deletedspecialStephan Bergmann
Change-Id: I0faa47383f8952a74742a640ab2af602b4fcba8f
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
and we can include a few less headers Change-Id: Id742849ff4c1c37a2b861aa3d6ab823f00ea87f8
2015-02-05BOOST_STATIC_ASSERT->static_assert and drop some includesCaolán McNamara
Change-Id: I74955a05bf13f7b33650d11c5cf4b1388382da2a
2015-02-05Updated all precompiled headers.Ashod Nakashian
Change-Id: I955c8ac4dbe002d23531df7eb10fb4444d6b5157 Reviewed-on: https://gerrit.libreoffice.org/14292 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-02-05callcatcher: update unused codeCaolán McNamara
Change-Id: I540d192a361938cd4dca811e7170d762841662ee
2015-02-04connectivity: just check the WITH_MOZAB4WIN variableMichael Stahl
Either build mozab or mork driver, and install it in Repository.mk too. Change-Id: I456d6cb4ebe99625a64a960d1133cb06d836e8c7
2015-02-04Typo $(CPU) -> $(CPUNAME)Stephan Bergmann
Change-Id: I2e121c36021508bbdbc9111087f5cc6e1aae6524
2015-02-04Revert "Do not let WNT non-INTEL run into the else branch"Stephan Bergmann
This reverts commit c0f080403b869e162dc81db6c8c50b7360a88883, logic error, true fix will follow.
2015-02-04Do not let WNT non-INTEL run into the else branchStephan Bergmann
Change-Id: I85a5f35fb8b44734e84c686ecdffc6096226b91d
2015-02-04Activate mork driver on windows 64 bit buildDavid Ostrovsky
On Windows 32 bit ancient seamonkey library is linked against libreoffice. In 64 bit we cannot used this library and we cannot recompile it because it was removed. Instead use mork driver. This would still meant functionality loss because Outlook and Outlook Express address book wouldn't be supported any more. Change-Id: I77fbb59aaeb6c7f3b6754e7ffb9172064155e8f3 Reviewed-on: https://gerrit.libreoffice.org/14275 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-02-04Fix a little bit creative pi valueTakeshi Abe
Change-Id: I09802fc799a892c322d8b69f16995b2f99da1f9c
2015-02-03tdf#89048 Macab initialize record list even for never-match condition.Norbert Thiebaud
Change-Id: I323f6532d00f30cde50616e9399cad6bbe00cb8c
2015-02-02coverity#1267656 Logically dead codeCaolán McNamara
Change-Id: I37c59a0bc2d7a62535f4f4951f8378c291f2affa
2015-01-31coverity#1267674 Dereference after null checkCaolán McNamara
Change-Id: I735e95a25b32d11b58ab3b187bfaac41b2f91e10
2015-01-31tdf#88814 parameters are kinda-partially supported, so follow the suggestionLionel Elie Mamane
Change-Id: I1a39378d521f128e6b8f35a0bce781435f94e5a8
2015-01-30coverity#1267628 Resource leak in objectCaolán McNamara
Change-Id: I90e36c7af58638e57296dc4776fbd86beff3d101
2015-01-30coverity#1267700 Uninitialized scalar fieldCaolán McNamara
Change-Id: I1e9d412ccf68996e59e0875c0f0af17592258acb
2015-01-29loplugin:cstylecast (Mac OS X)Stephan Bergmann
Change-Id: Ia8f2c9f1c1c284708a2cbde379197ec6ba58742f
2015-01-28janitorialLionel Elie Mamane
Change-Id: Ifb0a277a27613ea1a771a8bb3b8c784b9eca4f2f
2015-01-28Query Design: use correct name for columns that come from another query.Lionel Elie Mamane
Change-Id: I25b4ccdc2f50ba89687e1f4c871f286251a28e21
2015-01-28Use vector::dataStephan Bergmann
...in some places where it is obvious that it does not hurt that for an empty vector the obtained pointer is not necessarily a nullptr. Change-Id: Id5d66b1559ca8b8955d379bcdbfae6986ef46a51
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann
Change-Id: I132d22e2af3cf673c17d8964f690d48990834884
2015-01-27fix memory leak when exception is thrownMarkus Mohrhard
Change-Id: Ie9702da32f27134f0c2c263fcded417c51a17b2a Reviewed-on: https://gerrit.libreoffice.org/14167 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
Where we can prove that the virtual method is never overriden. In the case of pure-virtual methods, we remove the method entirely. Sometimes this leads to entire methods and fields being eliminated. Change-Id: I138ef81c95f115dbd8c023a83cfc7e9d5d6d14ae
2015-01-20Some more loplugin:cstylecast: connectivityStephan Bergmann
Change-Id: Iee1d11aef454284dbe050780c4308917c1a2b36f
2015-01-16remove unnecessary parenthesesNoel Grandin
left over from "SVStream operator>> to Write method" conversion Change-Id: I619eb743d7890d5c70d0a94e51ce263567fa6f3b
2015-01-15PostgreSQL statement: use :cppu::WeakComponentImplHelperLionel Elie Mamane
Change-Id: I081d375b0249a3b0e47c1dd6db3f86fef272e7fd Reviewed-on: https://gerrit.libreoffice.org/13925 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-01-15PostgreSQL statement: deliver promised XMultipleResults interfaceLionel Elie Mamane
Change-Id: I0bb6df332a6666a0ae96bba38626b2626f880490
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin
add constructors to Date/DateTime/Time, that take the css::util counterparts, to simplify code converting between these type Change-Id: I4b03da02c63f65b6ec18cb4d6ecc3859bdef1ff7 Reviewed-on: https://gerrit.libreoffice.org/13855 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
2015-01-10Disable ado unit test on x86_64 platform on windowsDavid Ostrovsky
ADO is not available on 64bit. Change-Id: Iaad115219eac0051346b99ecb9076e29d528df2b Reviewed-on: https://gerrit.libreoffice.org/13367 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org>
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
Change-Id: I4d0e1de89d0bbdbea23bc5a46bf75ae0ce4e2796
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
Change-Id: I7223530ae37297a76654cd00cc1fedb56dbe3adb
2015-01-07PostgreSQL boolean more accurately described as booleanLionel Elie Mamane
Let's see if this breaks anything... Change-Id: Id7503f8059ca99ec155d72c275a7657280ee2bc6
2015-01-07fdo#88099 PostgreSQL-SDBC: use correct syntax for boolean comparisonsLionel Elie Mamane
Change-Id: Iddb551b62b1ff3fc9ce977483e41faa9ad8aef13
2015-01-07protect agains past-the-end string accessLionel Elie Mamane
Change-Id: I651c7b062b454fad85eff8852f7e62804a0d0058
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
Change-Id: Ibbf14c7e9a5c1883c1311d4c86f948f74f8e473e
2015-01-07Resolves fdo#87789: show groups in collected addressesJulien Nabet
Retrieves lists in CollectedAddressBook and retrieves the right mork parser However, it doesn't take into account addresses books created by user Change-Id: I2cee6ba7afd43dd772f69af6686cc4308e753e66 Reviewed-on: https://gerrit.libreoffice.org/13760 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2015-01-06Typo: Rerturns -> ReturnsJulien Nabet
Change-Id: Ic331f71eb0f248528a340c4390af65951b46b22f
2015-01-06Remove unnecessary include files declaring JNI functionsStephan Bergmann
Change-Id: Ie9e083a9dcdaebf9f481bae920eddef69e47c3bc
2015-01-06Replace JNIEXPORT -> SAL_JNI_EXPORTStephan Bergmann
cf. 9a745cbf549aa391be2b67f41c83056bd44db97a "Introdude SAL_JNI_EXPORT and use that instead of JNIEXPORT" Change-Id: I81dcc8dfcb878d3e935d807f491b99927637c23c
2015-01-05fdo#80968 file resultset seek table to before beginning on opening resultsetLionel Elie Mamane
Change-Id: I73abbc7cfe0804e729a711a247b6e085b4e41d95
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann
Stumbled across such redundant visibility re-specifications when looking at the odd case of cppu_unsatisfied_iquery_msg declared CPPU_DLLPUBLIC in cppu/source/cppu/cppu_opt.cxx and used in inline code in include/com/sun/star/uno/Reference.hxx with only a declaration lacking CPPU_DLLPUBLIC visible, and wondering how that actually works on Windows. However, this plugin is probably not worth it being run all the time, so committing it to compilerplugins/clang/store/. Change-Id: Ibc3c4e7499213de1b419ce7eb85455cb832e1510
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
Change-Id: I9c67de31f5571b282adc132d973b79bccb35fdc9
2015-01-05java: remove more dead codeNoel Grandin
found by looking for unused parameters (in Eclipse) Change-Id: I03cf9bc8312e59747b2d0ac153ee2fc8d76be893
2015-01-05java: remove dead codeNoel Grandin
found by UCDetector Change-Id: I6b0f49529379072da566e927b86815f173e7a90b
2015-01-04connectivity: fix gcc-4.8 buildMiklos Vajna
Change-Id: I2df7eb2af12f235cfa05bc75da32e8baf1455b5b