summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Collapse)Author
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
...for a 32-bit build, similar to what ee11e221d2108212619e1bbe7f029e7d9afdba32 "tdf#43157: Fix format string violations in OSL_TRACE etc." did for a 64-bit build Change-Id: I05dd79ede3e66cb9ab7a33792319eb34b34c82dd
2015-03-13loplugin:cstylecast (32-bit)Stephan Bergmann
Change-Id: I747ebddc39d4a0346cf61c3b771ef39b3365d621
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
...in preparation of enabling the __attribute__((format(...))) in sal_detail_logFormat (include/sal/detail/log.h) Change-Id: I8a859199fa11ca0f9f4f4b4b23a8ebddec955a86
2015-03-13connectivity: remove some unnecessary code from MozABMichael Stahl
Change-Id: I843494242ec7ecf6baca0abb61f088ee940b5a52
2015-03-12CppCheck cleanlyness : reduce variable's scopeMichaël Lefèvre
Change-Id: I5bd18b1a93f7197121eb42f6b82d2d8d87e7671f Reviewed-on: https://gerrit.libreoffice.org/14843 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-03-09fix buildCaolán McNamara
Change-Id: Ieaf349ee43737304f51362bfe01db636e3eaf629
2015-03-09V801: Decreased performanceCaolán McNamara
Change-Id: I9e9a00acf9503980f0c6c7cd0a20378e5ca7390d
2015-03-09V801: Decreased performanceCaolán McNamara
Change-Id: Iba139ede7bd72e23c0b7a28a8a4ff38ea816725a
2015-03-08tdf#39279: Prioritise Thunderbird address books in first-match searchJulien Nabet
stopgap measure until tdf#57873 is fully implemented, since these days by far more people use Thunderbird than Seamonkey (or Firefox address book, if the latter even has any...). Change-Id: I638ec90277063b1e7536c045bffb1052d3b76911 Reviewed-on: https://gerrit.libreoffice.org/14793 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2015-03-05connectivity: remove bogus setting of NTDDI_VERSIONMichael Stahl
The value set here does not correspond to any valid value in sdkddkver.h; it is a mystery what setting an invalid value is supposed to achieve. Change-Id: I76b1da148806e249870154efda3e6c4fa20010bf
2015-03-05gbuild: set _WIN32_WINNT globally instead of WINVERMichael Stahl
... and remove the definitions in makefiles, except in fpicker, which defines a different value for the Vista file picker. The WINVER value is derived automatically from _WIN32_WINNT by SDK header sdkddkver.h. Change-Id: I73358a9bf5d070f71821654cae2a29335a754a21
2015-03-04V813: Decreased performanceCaolán McNamara
Change-Id: I8a7528366156b288dc422b09cff0d5a32cde3c91
2015-03-02getAny() is not a safe default, it assumes there is actually an AnyLionel Elie Mamane
at *m_aValue.m_pValue. But there could not even be a pointer there, e.g. if m_aValue.m_nIntXX is in use. Then the pointer dereference usually leads to a crash. Can e.g. be reproduced by calling getBytes() on an integer column of a RowSet. Change-Id: Ib5361d838d2869142fd797d4e3454e2562ea7acf
2015-03-02cppcheck: duplicate inherited memberNoel Grandin
Change-Id: Iee20ca4523739eb082ea1fa8c1145891c0caed29
2015-03-02remove unused structNoel Grandin
Change-Id: Icabf74fde82e917826f20ffdc8fcd71a26538bbe
2015-03-02cppcheck: fix memory leakNoel Grandin
Change-Id: If73ed88d665d89f37f6caeb0ef1e9df703f063fe
2015-03-01V804: Decreased performanceCaolán McNamara
Change-Id: I484dd153e5d7f0664eac85595011d610f2b8df7b
2015-03-01fix indexDavid Tardon
Change-Id: Ib006c35b6924974faaeb88d10d33d76b27cf0e96
2015-02-27Re tdf#87789: Fix opening mork CollectedAddressBook TableStephan Bergmann
...which now opened the AddressBook Table instead. Apparently a regression from a527ad98e58a7fc9af482f9088687d82e5c52cca "Resolves fdo#87789: show groups in collected addresses." Change-Id: I413adb3ee963262cac71547cde6e5ccc5a9a19ab
2015-02-27Clean up interface between kab and kabdrv libsStephan Bergmann
...to not need to see the KDriver class from the outer kab wrapper in the inner kabdrv, and the KConnection class from the inner kabdrv in the outer kab wrapper, which caused false positives from -fsanitize=vptr. Change-Id: Ifae4c837ba4da660df0928b50de5114d567e5d9c
2015-02-27sdbc:address:kab URLs don't have a trailing ":"Stephan Bergmann
broken since 4bf95c4c31dd871065d4042028a4b3ae476dab70 "make use of startsWith()" where the tricky !url.compareTo(::rtl::OUString("sdbc:address:kab:"), 16) was replaced with url.startsWith("sdbc:address:kab:") even though the original exempted the trailing ":" from the comparison Change-Id: I45175b2669d61eb4cee36d4456ccb69d0f11ef63
2015-02-27Adapt code to changed libkabdrv1lo.so nameStephan Bergmann
broken since LO 3.6, commit 07d512eff12fc89adbfb73e546b3946494f21472 "connectivity: convert kab to gbuild" Change-Id: I65cc32fa55f1d5c0358585489b8b3dc3aaf8004b
2015-02-25connectivity: replace magic numbers with constants from CompareBookmarkMichael Stahl
Change-Id: Ifcd5766ce10de44f38d5c383cd7dc35b75152e88
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
.. in favour of just using the underlying constants from css::util::NumberFormat Change-Id: I0c6b128b66c91b268f5ae300f9c17c7792df5e99
2015-02-23use init lists for property sequencesBjoern Michaelsen
Change-Id: I8b3b2b839c37b584e1a4036e49af7ff2737ea7f6
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
found with $ git grep -lP 'return\s*\(\s*\w+\s*\)\s*;' Change-Id: Ic51606877a9edcadeb647c5bf17bc928b69ab60e
2015-02-21Typo: trough->throughJulien Nabet
Change-Id: I5af784709df88492695d1ac9c9a5b020e909f362
2015-02-21Typo: recive->receiveJulien Nabet
Change-Id: I9f49f19bacc8b2d11bf082ffea0f852849a93822
2015-02-20ANSI92 Entry SQL includes Primary Key supportLionel Elie Mamane
Change-Id: I68af66ce5ef9e31dce2c0e6f3dd2916bf601d73b
2015-02-19Fix component_getFactory function signatureStephan Bergmann
Change-Id: I0cf3b4446cdd60162aa979c7e223d37d9f508014
2015-02-19Remove unused using declarationsStephan Bergmann
Change-Id: I096e1eb534562e4428b66b7b73ab2900e0c09a55
2015-02-19tdeab: Fix unit test failure when TDE support is enabledTimothy Pearson
Change-Id: I91311e2017a93dbfbffb20b9ba4595c62ce8165b Signed-off-by: Timothy Pearson <kb9vqf@pearsoncomputing.net> Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2015-02-19unusedcode: Remove few methodsMatúš Kukan
Change-Id: Iacb18a06057b6becd077a49a71a95fb7e0961f3f
2015-02-18boost->stdCaolán McNamara
Change-Id: Ifa87783f68b0fab98f8a0f7cd6ed867202b4532f
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