Age | Commit message (Collapse) | Author |
|
Change-Id: I24dc3a9b16abb1397cdd6a4f6cfafb81cc61d0f9
|
|
Change-Id: I20b7936d2bb11363a701ca649deba31d53c76868
|
|
Change-Id: I78fdbcde76d01c332430f63393936ab38ee13de5
|
|
Change-Id: Ia1ab134a0afbeeb3ae40264bd4233a47df26b734
|
|
Change-Id: I6c7c31befd61cbf0800a62c08e7395ddf78e4b30
|
|
Change-Id: If7e4e3cae1021529819e0b43ef334020ff8b7a43
|
|
Change-Id: Ic95699c514b24886ab1ca6d2b625fe9bd033f4ea
|
|
Change-Id: Idc231c76175d93a11846d9e3552f3b6eef75b41a
|
|
Change-Id: Ie9b7a0c41fc4dbd2560ceff6bae9ab85357f518b
|
|
it seems to be causing unit-test and build failures
This reverts commit 5cbb51c009fa266e8418ef93799ac64e431c22f5.
Change-Id: Idc6372f98200b23828aa19b22a75b6b2b640d1ab
|
|
Change-Id: Ib143870ff6e5cf9dd62b420d8f8f1e71dbac42e7
|
|
Change-Id: Ic1a71851a80ed2715969b0f00a0e59ab3a0593db
|
|
Change-Id: I2b02e12690ad64061828b7cf346cce3914a1ef4d
Reviewed-on: https://gerrit.libreoffice.org/14952
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
We always use -I$(SRCDIR)/include, and the #include statements use
<shell/*.h>.
Change-Id: I62d32b3a1bd0840f3a4bb149c5552c2aed98cb56
|
|
...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
|