Age | Commit message (Collapse) | Author |
|
...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
|
|
Change-Id: I747ebddc39d4a0346cf61c3b771ef39b3365d621
|
|
...in preparation of enabling the __attribute__((format(...))) in
sal_detail_logFormat (include/sal/detail/log.h)
Change-Id: I8a859199fa11ca0f9f4f4b4b23a8ebddec955a86
|
|
Change-Id: I843494242ec7ecf6baca0abb61f088ee940b5a52
|
|
Change-Id: I5bd18b1a93f7197121eb42f6b82d2d8d87e7671f
Reviewed-on: https://gerrit.libreoffice.org/14843
Tested-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: Ieaf349ee43737304f51362bfe01db636e3eaf629
|
|
Change-Id: I9e9a00acf9503980f0c6c7cd0a20378e5ca7390d
|
|
Change-Id: Iba139ede7bd72e23c0b7a28a8a4ff38ea816725a
|
|
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>
|
|
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
|
|
... 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
|
|
Change-Id: I8a7528366156b288dc422b09cff0d5a32cde3c91
|
|
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
|
|
Change-Id: Iee20ca4523739eb082ea1fa8c1145891c0caed29
|
|
Change-Id: Icabf74fde82e917826f20ffdc8fcd71a26538bbe
|
|
Change-Id: If73ed88d665d89f37f6caeb0ef1e9df703f063fe
|
|
Change-Id: I484dd153e5d7f0664eac85595011d610f2b8df7b
|
|
Change-Id: Ib006c35b6924974faaeb88d10d33d76b27cf0e96
|
|
...which now opened the AddressBook Table instead. Apparently a regression from
a527ad98e58a7fc9af482f9088687d82e5c52cca "Resolves fdo#87789: show groups in
collected addresses."
Change-Id: I413adb3ee963262cac71547cde6e5ccc5a9a19ab
|
|
...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
|
|
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
|
|
broken since LO 3.6, commit 07d512eff12fc89adbfb73e546b3946494f21472
"connectivity: convert kab to gbuild"
Change-Id: I65cc32fa55f1d5c0358585489b8b3dc3aaf8004b
|
|
Change-Id: Ifcd5766ce10de44f38d5c383cd7dc35b75152e88
|
|
.. in favour of just using the underlying constants from
css::util::NumberFormat
Change-Id: I0c6b128b66c91b268f5ae300f9c17c7792df5e99
|
|
Change-Id: I8b3b2b839c37b584e1a4036e49af7ff2737ea7f6
|
|
found with
$ git grep -lP 'return\s*\(\s*\w+\s*\)\s*;'
Change-Id: Ic51606877a9edcadeb647c5bf17bc928b69ab60e
|
|
Change-Id: I5af784709df88492695d1ac9c9a5b020e909f362
|
|
Change-Id: I9f49f19bacc8b2d11bf082ffea0f852849a93822
|
|
Change-Id: I68af66ce5ef9e31dce2c0e6f3dd2916bf601d73b
|
|
Change-Id: I0cf3b4446cdd60162aa979c7e223d37d9f508014
|
|
Change-Id: I096e1eb534562e4428b66b7b73ab2900e0c09a55
|
|
Change-Id: I91311e2017a93dbfbffb20b9ba4595c62ce8165b
Signed-off-by: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: Iacb18a06057b6becd077a49a71a95fb7e0961f3f
|
|
Change-Id: Ifa87783f68b0fab98f8a0f7cd6ed867202b4532f
|
|
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>
|
|
Change-Id: I9219619b538b6530a89f5932ac51eb3b62eb396a
|
|
Change-Id: I8ae5a7b5fd3d07b7beb16374f6bb4251ffdb3610
|
|
Change-Id: Icc0e9f028b393abb062a880519211be4fcd1d4b3
|
|
Change-Id: I0faa47383f8952a74742a640ab2af602b4fcba8f
|
|
and we can include a few less headers
Change-Id: Id742849ff4c1c37a2b861aa3d6ab823f00ea87f8
|
|
Change-Id: I74955a05bf13f7b33650d11c5cf4b1388382da2a
|
|
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>
|
|
Change-Id: I540d192a361938cd4dca811e7170d762841662ee
|
|
Either build mozab or mork driver, and install it in Repository.mk too.
Change-Id: I456d6cb4ebe99625a64a960d1133cb06d836e8c7
|
|
Change-Id: I2e121c36021508bbdbc9111087f5cc6e1aae6524
|
|
This reverts commit c0f080403b869e162dc81db6c8c50b7360a88883,
logic error, true fix will follow.
|
|
Change-Id: I85a5f35fb8b44734e84c686ecdffc6096226b91d
|
|
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>
|
|
Change-Id: I09802fc799a892c322d8b69f16995b2f99da1f9c
|
|
Change-Id: I323f6532d00f30cde50616e9399cad6bbe00cb8c
|