summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-04RTF import: fix too small graphic size when both picwgoal and picw are providedMiklos Vajna
The original document provided \picwgoal and \pichgoal, stating the desired size of the image in twips. \picw and \pich is not provided, but we write it on export. The value of \picw and \pich is ignored by Word (it can calculate both the current and the original size from picw/hgoal and picscalex/h), so it displays the document correctly. Use the same trick in our RTF import: picscalex/y has a specified default value (100%), so if we have picwgoal and pichgoal, then we can also ignore picw and pich. This is needed, otherwise the much smaller size from picw/pich is used as the original size, so the layout "zooms in" so much that only a small white rectangle of the top left area is visible, as if the images would be all lost. Change-Id: I924e5f8b68613c654c857a57561c8a2e3a6db2f0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124679 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
2021-11-04sw: Wrong ZOrder after import for images anchored to non-1nd pageTomaž Vajngerl
Importing a document that has images anchored to the non-1st page, can result in images having the wrong the wrong Z index (ZOrder). If there are overlapping objects in the document, this can become a problem. The issue is with the call to SwRootFrame::RemoveMasterObjs, which removed the "master objects" - SwFlyDrawObj* castable objects. Normally the SwFlyDrawObj* objects on the page are wrapped and replaced by SwVirtFlyDrawObj*, but when the call to the RemoveMasterObjs was made, this hasn't happen yet to all the objects (objects that were not on the 1st page). The fix is to move the RemoveMasterObjs call to a different place, where we processed all the pages, so we can safely remove the remaining master objects on the page. Change-Id: I7d2f31614d269c22a82e7e5dea960f3d0844a5d5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124597 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2021-11-04ScriptForge - (SF_PopupMenu) Fix com.sun.star.awt.MenuItemStyle.AUTOCHECKJean-Pierre Ledure
To have checkboxes displayed correctly in KDE, it is necessary to use com.sun.star.awt.MenuItemStyle.CHECKABLE instead. No regression in behaviour observed so far in other environments. Change-Id: If15b2ff597f1cdffe2df65fe2352ffef0f770cb4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124639 Tested-by: Jean-Pierre Ledure <jp@ledure.be> Tested-by: Jenkins Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
2021-11-04tdf#144918 PPTX import: fix internal hyperlink on shapesTibor Nagy
Slide names in internal hyperlinks of shapes could be replaced with the placeholder name 'Slide n', resulting non-functioning hyperlink during the slideshow. Follow-up to commit 83d92437e05a9ec872d9303953fa408dd4dcbcde "tdf#144616 PPTX import: fix hyperlinks on shapes". Change-Id: I733ddcdcdf92b32c4e6272d3cf48da872a63cd47 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124135 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
2021-11-04fix potential out-of-bounds access in LocaleDataWrapperNoel Grandin
after commit 86b345a963a64fd9b9a3cab522b3ac2e909977fd Date: Sat May 1 08:30:46 2021 +0200 tdf#79049 speed up OOXML workbook load (4) if the number of reserved words returned by the locale is not correct. Change-Id: I1c709060a5f4e24c4278f3c36310364d10545f14 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124677 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-11-04Resolves: tdf#97046 ensure build system variables start with gb_Sabyasachi Bhoi
Change the variable name: var2file to gb_var2file Change-Id: Ib7d64b76cfe10e6c2df1a176674a360b28704070 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124666 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2021-11-04Resolves: tdf#144686 set the initial "papersize" to the sidebarwidthCaolán McNamara
this is the width it is eventually set to, setting that when constructed makes more sense so text height calculations for the annotation window are always sane for sidebar layout. Change-Id: I159255cd877478902599fc4e62b3f6c7df70abb4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124661 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-11-04Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' to 7488c63b40d151384e8aae67f78d804962e99c99 - Add 12th param description for Calc CSV import Change-Id: I4aeeaabe4f3894dac067556824a8c3762c273dbe Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124250 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-04libstdc++ bug 103022 is fixed in GCC 12Stephan Bergmann
(<https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_macros.html> states that _GLIBCXX_RELEASE "first appeared in the GCC 7.1 release and is not defined for GCC 6.x or older releases", leaving it a bit unclear what the status is for our GCC 7.0.0 baseline, so play it safe and assume it can be undefined) Change-Id: Iae10060bdab88e2e6df3954c2b6806534a761b31 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124675 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-11-04Change git.freedesktop.org -> git.libreoffice.orgHossein
Replace git.freedesktop.org with git.libreoffice.org in the docs gernerating scripts. The output will be visible at the https://docs.libreoffice.org or the local docs folder. This completes the "Use LO repo for mkdocs git link" patch e62c4241093409583c913165ddc1e4c300c6218c Change-Id: Id38d86821cd1c4edb16edd760087c8361e221de3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124674 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2021-11-04tdf#48622 Add new border line width defaultsSamuel Mehrbrodt
* Hairline (0.05pt) * Very thin (0.5pt) * Thin (0.75pt) * Medium (1.5pt) * Thick (2.25pt) * Extra thick (4.5pt) This unifies the default border line widths throughout the program. Users can still set any line width they want by chosing "Custom" in the "Border" tabpage. Also, existing documents won't be changed. The new defaults are just for newly added borders. Change-Id: I7af85dc189a688a749812824508c33c7814b50f5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122683 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2021-11-04Move these SC_STYLE_PROG_* and SC_PIVOT_STYLE_PROG_* constexpr to headerKevin Suo
so that they can be reused in other parts of the code base. Need to change them to inline to avoid "defined but not used" compiling error. Change-Id: I44de7c2ebbc9ae57c229f89faf69a788013d7816 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124643 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-11-04tdf#145079 XLSX export: fix regression of internal hyperlinksTünde Tóth
Hyperlinks with internal named range targets didn't work. Regression from commit 3c3b9ad8886da916027f0fb940a2df822d63d4d7 (tdf#143220 XLSX export: fix hyperlink to sheet target) Note: original test case of the unit test document of tdf#143220 wasn't changed. It's only extended with two new test cases for verifying the fix for the regression. Change-Id: I8128ebb977dba7304bc9c69e45f6c55c71f800cf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123816 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
2021-11-04vcl: remove not needed pObjectStream in PDFObjectCopier::copyExternalResource()Miklos Vajna
The last usage was removed with 92134462f19ff234ce7615df34cc1fff6502727a (pdf: Improve dict and array format when copying with PDFObjectCopier, 2020-11-12), now number elements write their parsed double value instead of copying a span from the original byte array. Change-Id: I344c9a9fc124a34a9db9c2747345b4b901f3e8b2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124660 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2021-11-04elide unnecessary UNO_QUERY_THROW callsNoel Grandin
Change-Id: I0d0fc57f352e9717e721416c8941cfcf48af24c7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124650 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-11-04tdf#143254 Replaces "Greek Upper Letter" with "Greek Upper Numerals"Jeff Huang
Change-Id: If32102394ca4630d8c3d7aa32e45f7770db008d1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124665 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2021-11-04Replace some macros in forms part 3Julien Nabet
Remove DECL_BOOL_PROP1 + DECL_BOOL_PROP2 Change-Id: I8a07ac7b2b8ab724d5277a11b37cf10a6711fdb5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124664 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-11-04prelim tdf#136472: adjust implementation specific unit testsJustin Luth
Using a "First Page" style before a "Default Page Style" in order to apply a different header to the first page is an implementation specific detail. As of LO 4.0/4.1, we have the ability to set a different first-header (different even-odd were already available). So remove any dependency on "First Page". 4-inheritFirstHeader.docx: just test the actual layout 8-n777337.docx: margins must match both page styles. -First and Standard are defined from the same settings 8-n779642.docx: reverting the patch breaks unit test: GOOD 8-n780843.docx: export of footer works now - so test that. -PROOF: CONTINUOUS BREAK - SHOULDN"T SHOW FIRST PAGE - so turn off. 9-headerfooter-link-to-prev.docx: a real thorn test. -happy it still passes after making this logical-seeming change. 15-tdf135216_evenOddFooter.odt: is first of odd in ODT. -when first is shared, it still works to check first. Change-Id: Ice54ef9626f851f9154f3c274ffbe39455538589 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124591 Tested-by: Jenkins Reviewed-by: Justin Luth <justin_luth@sil.org>
2021-11-04Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 887b0f6e0980f42d44b2fc79c4ae15f15e2603e2 - tdf#132643 Translate German section IDs Change-Id: I42d011f599c4fdc8c82d30d304273b7fb8ef3579 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124523 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-04Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 8b691161320fa8e5704183acfb15b19a07f2ff85 - tdf#132643 Translate German section IDs Change-Id: I2faf5b4da2dddf5736686cf6c7f03cdd3cc67ea2 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124519 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-04Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to a24b727eac86d93cd779b44bdcd046f6eceb0266 - tdf#132643 Translate German section IDs Change-Id: I88e9ad41b88861fc22183cfb812bae652e3b2ff3 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124515 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-03external/nss: Silence invalid-null-argumentStephan Bergmann
...that happens now with --with-webdav=curl, > libc.c:107:21: runtime error: null pointer passed as argument 1, which is declared to never be null > /usr/include/string.h:65:33: note: nonnull attribute specified here > #0 in nsslibc_memequal at workdir/UnpackedTarball/nss/nss/lib/base/libc.c:107:14 (instdir/program/libnss3.so +0x68cdb7) > #1 in nssItem_Equal at workdir/UnpackedTarball/nss/nss/lib/base/item.c:185:12 (instdir/program/libnss3.so +0x68f59c) > #2 in find_object_in_collection at workdir/UnpackedTarball/nss/nss/lib/pki/pkibase.c:714:18 (instdir/program/libnss3.so +0x63a72c) > [...] > #49 in (anonymous namespace)::UpdateCheckThread::run() at extensions/source/update/check/updatecheck.cxx:534:48 (instdir/program/../program/libupdchklo.so +0x2235de) > #50 in threadFunc at include/osl/thread.hxx:189:15 (instdir/program/../program/libupdchklo.so +0x251c74) > #51 in osl_thread_start_Impl(void*) at sal/osl/unx/thread.cxx:264:9 (instdir/program/libuno_sal.so.3 +0x65689f) The topmost nsslibc_memequal itself appears to be modeled after memcmp and not be intended to be called with null pointer arguments even if the size argument is zero, see its leading #ifdef NSSDEBUG if ((((void *)NULL == a) || ((void *)NULL == b))) { nss_SetError(NSS_ERROR_INVALID_POINTER); if ((PRStatus *)NULL != statusOpt) { *statusOpt = PR_FAILURE; } return PR_FALSE; } #endif /* NSSDEBUG */ in workdir/UnpackedTarball/nss/nss/lib/base/libc.c, so rather put the check for zero into the calling code in nssItem_Equal. However, it is unclear to me whether one->data can legitimately be null there (and the patch is thus correct) or not (and the patch would thus silence a bug elsewhere; esp. given that nsslibc_memequal would return false instead of true in this case when compiled with NSSDEBUG.) Change-Id: Ie7556283cda500130dfcd1cfd315294277573b7c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124663 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-11-03oss-fuzz build will need new mdds tooCaolán McNamara
Change-Id: I9ad34b6a5fe4dc5bcc79d949241739771ddadf75 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124662 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-11-03Upgrade mdds and liborcus to 2.0.0 and 0.17.0, respectively.Kohei Yoshida
Change-Id: I9e856fc2d61f1789a6f1702514837860539a0f49 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124573 Tested-by: Jenkins Tested-by: René Engelhard <rene@debian.org> Reviewed-by: Kohei Yoshida <kohei@libreoffice.org>
2021-11-03Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 937d0e7439564f46f8627032314878a6fefbd195 - tdf#132643 Translate German section IDs Change-Id: I28cd7d852ed5260811f6388904c5b658be89b5d0 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124522 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-03Add back `== 2`Stephan Bergmann
...that got lost in 23c8da878529f85ba5045db6f7ea7956a64dfc72 "put the message into static_assert" (causing a loplugin:consttobool warning) Change-Id: I8f2a97bd61edbfad0c871c0d2d0e25f1ce9f9f98 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124658 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-11-03Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to d267338da14c3d505dcb2245e4fd4501b3351963 - tdf#132643 Translate German section IDs Remove unused. Change-Id: Ib70cf57c351c2342a3cebdd9052b42d134bb9e53 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124516 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-03Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 7a6242adb760c8f8603d9dd4af880e5a9ebae2a0 - tdf#132643 Translate German section IDs Change-Id: I8a6f2d4b515337a8526ca5d09ab81b576edbd89f Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124521 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-03Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to eb6bd3da8ce0678b5e5327fce347e68f90d2ff5f - tdf#132643 Translate German section IDs Change-Id: Ie0c4bfb8006124b68b4928286c8b3a20423ea2eb Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124520 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-03Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 2babd3eab5f8215751ad247ce153b9d140b95b1d - tdf#132643 Translate German section IDs Change-Id: Id84cb4ee46cbd2cf9ec36bdddb64b5941364152b Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124518 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-03Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 9b87b645b2ebfa735b80b914cb797a3f32a48560 - tdf#132643 Translate German section IDs Change-Id: I7a8b06fb9d62a86bde0e868e61fba14209da2c09 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124517 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-03Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 6c40485ef4bbc51aedc0418b76396624974089c2 - tdf#132643 Translate German section IDs Change-Id: I59dd1c081e4e8ba3933dbecfc74e4c61b167ee53 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124514 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-03Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 93ffd5de051e831a94f5aa9cd3c19ff496a86370 - tdf#132643 Translate German section IDs Change-Id: I23a1fbf80ae1e97677cb099645f87395a008ebcb Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124492 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-03Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 8cdfcc1ff2220e55fe74ed9889608406bc30d985 - tdf#132643 Translate German section IDs Change-Id: I6023ca2ccd54dd59e5e46d641fdb7a519a5333a6 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124491 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-03Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 2809c7aea1e3c56369060756c245895d60dc2c50 - tdf#132643 Translate German section IDs Change-Id: I7b2c360e9ebc3e6a1a4863366c76164018d72c2d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124490 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-03Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 9bf6321ea5344eeac7ce34453d776fe1bcf18468 - tdf#132643 Translate German section IDs Change-Id: Icbd1b5cbbd7aca5601464fe26964e9215b5686e6 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124464 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-03Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to bbde73f9f1d9bf847d9c9bdeb5e4bcbf44ee4fa3 - tdf#132643 Translate German section IDs Change-Id: I3e318c60dd8913e48fa4d35a555d2bdd74b9f99e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124465 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-03Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to f6ba20dac0a91953eef9b008fd7812af37f577b8 - tdf#132643 Translate German section IDs Change-Id: I8f0341c0c04d9b0a67b02814a5b69128652e4029 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124466 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-03Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to d7c59ba2fa33b3181d2b655a96555290142c8bff - tdf#132643 Translate German section IDs Change-Id: I86542dc4a1e981a151a66eb63114e14e03ab9003 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124487 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-03Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 5f834fa449f14ef92b081ef07382e4104cfeff4c - tdf#132643 Translate German section IDs Change-Id: I794daaf1c9394a01ff2be5fdce4e10f87c0e64fa Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124488 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-03Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 3aafea5d3bffa40b1ea4f3c6c756f1e0e2ff16f2 - tdf#132643 Translate German section IDs Change-Id: I0e721bef0778f93e0277e26d13b969909c694ea0 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124489 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-03Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 66fbab252d3df0b9af39940ad66bfc264b97421b - tdf#132643 Translate German section IDs Remove unused. Change-Id: Icd333dbd67fbba8e1ff46cc4b78c78a4b29a2018 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124463 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-03Revert "loplugin:finalclasses"Noel Grandin
This reverts commit 9ce9011230a97f3fe4fcd2f8d761781c4300772b. Reason for revert: see comments in https://gerrit.libreoffice.org/c/core/+/124632 Change-Id: Ibc8b7a8c190e7a8afec793c1202dba97ac6909bd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124483 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-11-03tdf#132499: consider ODBCVER >= 0x0300 and remove tests about it (unixODBC)Julien Nabet
Change-Id: I47eb05309ac7569e1e89a93d3b482c7bff97c159 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124611 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-11-03Replace some macros in forms part 2Julien Nabet
DECL_PROP4 + REGISTER_PROP_2 + REGISTER_PROP_3 + REGISTER_VOID_PROP_2 Change-Id: Ib7fdfed9f94fe0bb2c3f4f1398bc058af84823d5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124615 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-11-03PCH for external/popplerLuboš Luňák
Change-Id: Ic534528d9aeab103d93dc2a627e15460766aec2b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124653 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2021-11-03PCH for external/zxingLuboš Luňák
Change-Id: Ia4bfa53ff56f64c7ba8fa068bbbe9dff2c4a84fc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124652 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2021-11-03Avoid false -Werror=array-boundsStephan Bergmann
...with recent GCC 12 trunk, > svx/source/unodraw/unoprov.cxx:904:28: error: array subscript 25 is above array bounds of ‘const SfxItemPropertyMapEntry* [25]’ [-Werror=array-bounds] > 904 | if(!aMapArr[nPropertyId]) { > | ~~~~~~~~~~~~~~~~~~~^ > In file included from svx/source/unodraw/shapeimpl.hxx:22, > from svx/source/unodraw/unoprov.cxx:45: > include/svx/unoprov.hxx:86:37: note: while referencing ‘SvxUnoPropertyMapProvider::aMapArr’ > 86 | SfxItemPropertyMapEntry const * aMapArr[SVXMAP_END]; > | ^~~~~~~ Change-Id: I60e5352aff0d0aed3056bc484fb1491626761051 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124655 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-11-03tdf#143548 Add 3 dots after Select Macro and Select Module strings.Jeff Huang
Change-Id: Ifc3ea0652b3bda1f8671d88d9b6f7d28a87c53f4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124625 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2021-11-03Resolves: tdf#143443 size of comment box too tall after cut/pasteCaolán McNamara
a problem since... commit 69c546e1e7a697217f273baa7c1729ff823efd76 Author: Caolán McNamara <caolanm@redhat.com> Date: Fri Dec 4 16:30:31 2020 +0000 weld annotation window this sidebar case assumes that the papersize of the underlying editengine is initially unlimited in size Change-Id: I127f249158deecef3e2c6874982b4e7cc78e69fe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124656 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>