summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-21bump product version to 7.3.0.1Christian Lohmaier
Change-Id: I8066965a3115c43e6d1a2a4dbd4812c15e78f5b6
2021-12-21Update git submodulesChristian Lohmaier
* Update translations from branch 'libreoffice-7-3' to 855575426209820947579b51badbd6df279ba680 - update translations for 7.3.0 rc1 and force-fix errors using pocheck Change-Id: Iaf5f970103a9ace669ee6019b2362031e34cbdf0 (cherry picked from commit f506a2490665212eeefb5934d6d4346a8a8c1856)
2021-12-21update creditsChristian Lohmaier
Change-Id: Ibc9821175f53f57773e91877224c6b1d9e57f409 (cherry picked from commit 2c4cd9c336e4264aeec9117d7c62307546d94df6)
2021-12-21tdf#134960 List hyperlinks in order of apperance in the documentJim Raykowski
in Writer Navigator Hyperlinks content type member list Change-Id: I0473c767478b1125acbb7e1b4bda99ac22934884 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126992 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-by: Jim Raykowski <raykowj@gmail.com> (cherry picked from commit 64065ade86cac68b9d500f0495ffc5745a944819) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127180
2021-12-21Qt use asChild for pointer positioningJan-Marek Glogowski
.. and refactor some variable names. Change-Id: I7d31a7a377f614bdd78f8d09852a2eda0cc47442 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127153 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de> (cherry picked from commit e63fe68fb1d0915b64fdf63f7fa6eed866fa3a0d) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127173 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-12-21tdf#143569 fix fly frame Headings out of order in NavigatorJim Raykowski
This fix uses the function that is used to determine SwSectionsContent nYPos. Using this approach also works to make the listing order of members of outline content type (Headings) the same order as they appear in the document. Change-Id: I108994553026e05088b103e1094e38a94d6608be Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127022 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com> (cherry picked from commit c8ac73daa670ab571c3d52541c67c28270ee6a08) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127182 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-12-21tdf#90805 sw tables: use veryThin instead of hairline bordersJustin Luth
This keeps it consitent with tdf#99027 which was fixed on the same day. Change-Id: I03d8a9c2ab1e7f6cf8a7c95d7600d549138e414e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127165 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> Reviewed-by: Justin Luth <jluth@mail.com> (cherry picked from commit 3807e43b3b1a05eb7d9c88988b41448cfc05015a) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127183 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-12-21tdf#144672 fix Index entries in Naviator are always grayed outJim Raykowski
by fixing The return from SwTOXBaseSection::IsVisible. SwSectionFormat::GetInfo for RES_CONTENT_VISIBLE always returns false so it needs negated here and also need to test GetInfo pool item argument for valid pointer to a frame, indicating content is visible. Change-Id: I82326642b5714dd38779cf03a501ed0a2b032bcb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127024 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com> (cherry picked from commit 6485187c5351f9356a3f27bae86bd0460b6bd3c8) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127181 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-12-21only use X509DataCaolán McNamara
Change-Id: I52e6588f5fac04bb26d77c1f3af470db73e41f72 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127193 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com> (cherry picked from commit be446d81e07b5499152efeca6ca23034e51ea5ff) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127177 Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-12-21Fix English in extended tipsOlivier Hallot
Change-Id: I4125a68930d5debb17902aed58c0d6cb896fbe5e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127172 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit 681d8b9ec49b0318c0df17f86cc27baeed7eac5f) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127174
2021-12-21tdf#133713 sd: bullets and numbering should enable itJustin Luth
This fixes a LO 6.3 regression caused by re-working the numbering dialog (switching from FuOutlineBullet to the new FuBulletAndPosition). When running uno:OutlineBullet, one expects to have numbering applied to the selection. However, that part was completely omitted from the new implementation. I can't imagine why, since most everything else in the nearby code was just a copy/paste from the old methods. This patch restores some of the logic from the old function. [Deleted in commit 5ff162bede44b77cb19e5ff6571b6e34f228d9fb Author: Gül?ah Köse on Mon May 27 23:49:41 2019 +0300 tdf#120905 Remove old FuOutlineBullet dialog code.] Partially revert loplugin:unusedmethods to recover EnableBullets() from commit cae829e9c1394851fc88829d5197460929c2792a This fixes Format -> Bullets and Numbering, right-click pop-up Bullets and Numbering, and sidebar's Toggle * List's "More Numbering". Change-Id: Iee3b66bd715e92167c9423242627a996191dcb72 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126904 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com> (cherry picked from commit 12832284318125b8649f6a67e3aa12aa953afdfb) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127176 Reviewed-by: Justin Luth <jluth@mail.com>
2021-12-21tdf#137318 sw_redlinehide: fix assert on export moz715138-3.doc to ODFMichael Stahl
(regression from 31f51598fd08c2b76583a1baad0c0d6d4b336664) Change-Id: Ia3e5d25e46da3016d1af9f5e1dbdcfc6bdd46457 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127145 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de> (cherry picked from commit d246fcf94638604911ef11ff2f4bdc0c5ba8dbfc) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127169 Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2021-12-21tdf#146244 sw: update HasTextChangesOnly in modified rowsLászló Németh
It's not forbidden to write in rows deleted or inserted with change tracking, also Accept/Reject only part of the text changes here. Improve to handle these in SwTableLine::UpdateTextChangesOnly() by keeping property HasTextChangesOnly = false (tracked row change) only if 1) there is an insert redline, which is the oldest redline in the row (tracked row insertion) or 2) there is a delete redline, which is the newest redline in the row, and no text outside of redlines, and no insert redline in the row, i.e. whole text content is deleted (tracked row deletion). Also update HasTextChangesOnly table row property at accepting SwRangeRedlines in changed table rows. And follow-up bug fix commits of this: commit bc206f7fd3b4a9e843c81f39dcd2faeeff9c785a "cid#1495785 silence Unchecked return value" and commit 213173edc5e47bb6da11f9a301f4dca71854a48c "sw: fix crash with commit 8c028b7e41e3d350d0e67005b16faf0159cc5c12". (cherry-picked from commit 8c028b7e41e3d350d0e67005b16faf0159cc5c12, commit bc206f7fd3b4a9e843c81f39dcd2faeeff9c785a and commit 213173edc5e47bb6da11f9a301f4dca71854a48c) Change-Id: I2bc556c732e1d0fdca24678c79351aafbfc156b2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127195 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
2021-12-21Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'libreoffice-7-3' to 71a6d6a1f23fe2816dcfe51655d993f82e8a6270 - tdf#146336 Fix missing default in Help page Logic was designed for moduls with page formatting. MATH, BASE and unknown module were not handled. Default is for Writer. Change-Id: I4d92a37110a342274a3d131f025213716134dd60 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127191 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit a35f8b648fd4bac70bbde0554a2d4051c7633cde) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127175 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-12-20tdf#146333 don't create a new XTitle just to remove a listener from itCaolán McNamara
seeing as the listener obviously won't be in it Change-Id: If9944c003fa51309288276f1327011dc7403b31b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127171 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-12-20Check pointer before useJim Raykowski
Change-Id: I06a19b4e6a5fa892c8aec555e5416fda7fe24146 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127090 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com> Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127155
2021-12-20SwNavigator: fill content member lists when toggling from root viewJim Raykowski
Other content type member data could have changed while in root content view. Fill the content member lists when toggling from root, excluding the toggled from root content which should already have the most recent data. Change-Id: I7a014affa72c05f0a89df29acfbabcaf59fe711a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126796 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com> (cherry picked from commit dc54785f153a7fe8fecc1e21b0ef7c6549e2d0d0) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126971 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-12-20tdf#103331: Make styles attributes optional.Kohei Yoshida
Apply only those that are actually specified. Change-Id: Ib2e090fefe4dbfe3d4fca2b953bcf51d97d9ddec Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126901 Tested-by: Jenkins Reviewed-by: Kohei Yoshida <kohei@libreoffice.org> (cherry picked from commit 6b2da3ae3ea7f47dff3c807c151f88a9e1ae9964) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127167 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-12-20tdf#146019 Remove confirmation dialog about applying images EXIF rotationGabor Kelemen
Change-Id: I53553f91eeb5bd56bbad19b80421177a84625d96 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126616 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127151
2021-12-20tdf#142961: Drawing toolbar: Rename dup tooltip "Callout" into "Callout Shapes"Julien Nabet
Change-Id: I22df0b93501d0421ace1282ec4b9795082083929 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126632 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> (cherry picked from commit 0e8cc398f87315d121d0ebb28038f02f09d8e336) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127063 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-12-20related tdf#90805 sw table: ensure border when setting border colorJustin Luth
When using uno:FrameLineColor to set a table's border color, add hairline borders if there are none at all. Change-Id: Ib2b2f8aff0052dc32b38486c98670ebff3bd6a4d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126923 Tested-by: Jenkins Reviewed-by: Justin Luth <jluth@mail.com> Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127000
2021-12-20tdf#90805 sw: if no border when adding border color, add hairlineJustin Luth
Due to things like tdf#90070 (since LO scales down an image when adding a border), only make this a hairline border. Otherwise, a larger default would seem reasonable... From what I can tell, SID_FRAME_LINECOLOR in SwFrameShell::ExecFrameStyle affects frames and images and OLE objects. Change-Id: Icd72cecb7ebd7fc8b236fb5b8ebd14771399f94d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126910 Tested-by: Justin Luth <jluth@mail.com> Reviewed-by: Justin Luth <jluth@mail.com> Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126999 Tested-by: Jenkins
2021-12-20Windows format name is UniformResourceLocatorW for Unicode stringsMike Kaganski
See also commit 5fb9f4ffa9284c7248e2e82210506babaad4044d tdf#145964: Windows format name is FileNameW for Unicode strings TODO: replace one remaining format from CFSTR_* family that we use (see https://www.codeproject.com/Reference/1091137/Windows-Clipboard-Formats): FileGroupDescriptor -> FileGroupDescriptorW. That one needs more complex handling. Change-Id: I4d4ad83099854768cf36c7b3d89059d79c8e77f6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126213 Tested-by: Mike Kaganski <mike.kaganski@collabora.com> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> (cherry picked from commit 52e1d0ca6ad38b4b4fdc77b0951ad26f0ac18ec5) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126239 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-12-20tdf#146311 Hide Columns section in sidebarGabor Kelemen
for media file in Calc Change-Id: Ia3e50d79eff645d66e7315bff51a62307dff2d69 Change-Id: Ie8f2a6439a1cc68bce6d13bc304de9597fe86b5f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127131 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Jenkins (cherry picked from commit 656ed2c6f217d73e4686726783dec5b940851daf) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127061 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-12-20tdf#144364 sw: Revert "Use FastParser in SwXMLTextBlocks"Justin Luth
This reverts 7.0 commit fd6feb4f538b0c5c9061529ff002be9f62a7239a. Noel said this was just a performance fix, so just go ahead and revert it. It caused the regression documented in bug 144364. Change-Id: I044c49e42873db120a94d93a00e9b35105778b9c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127012 Tested-by: Jenkins Reviewed-by: Justin Luth <jluth@mail.com> (cherry picked from commit 1addd8c104f6ad390bdd0ca61cd5ce97b55ce218) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126982 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-12-19Update git submodulesMartin Srebotnjak
* Update translations from branch 'libreoffice-7-3' to 633ee5e478e45ed25db24077819089fc0fc588b0 - Updated Slovenian translation Change-Id: I23996342445afc17f98285470e1919d7775d84b5
2021-12-19Update git submodulesAdolfo Jayme Barrientos
* Update helpcontent2 from branch 'libreoffice-7-3' to 87e56bf536943acdb367debde5370a906cfe5014 - This string actually refers to the Eurozone, not the bigger European Union Change-Id: I495fa0ff13479f34ee84e02fb5122f733f981492 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127099 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit 06aefeb52aef710b60138fd6a71a849367341b5f) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127059
2021-12-19Regression from e01786898406130aa81eadc32f7bc2fad65c5344Julien Nabet
author Julien Nabet <serval2412@yahoo.fr> 2021-05-14 18:46:57 +0200 committer Julien Nabet <serval2412@yahoo.fr> 2021-05-14 23:09:11 +0200 commit e01786898406130aa81eadc32f7bc2fad65c5344 (patch) tree 6852a41ac21a081114f51f5c0272249eb5f962d6 parent be96aa21aed3069775609780566541b3631cbbe1 (diff) Directly initialize vector in connectivity (part 3) Change-Id: Ib4097b3425e07de73abbc47ffefebb06b1458308 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127053 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-12-19ofz#42605 Null-dereferenceCaolán McNamara
Change-Id: Ief752f20aa3e7672e4ed7f6cd1809ee56a096c43 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127051 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-12-18Update git submodulesJulien Nabet
* Update helpcontent2 from branch 'libreoffice-7-3' to 94884d21074aced3d03e93f607d5be5f813414b4 - tdf#146299: MsgBox can have the parameter MB_ABORTRETRYIGNORE not MB_ABORTRETRYCANCEL Change-Id: I79867d5320c8e39fb717ac92f03875744a264a99 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127048 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> (cherry picked from commit 84b6347bd05d0a7e5a7ea5075702f5f2892b5c1f) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127057 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-12-18Update git submodulesRafael Lima
* Update helpcontent2 from branch 'libreoffice-7-3' to 03ff1634789e03c22d22a1980014d80d9d151368 - Related tdf#145350 improve subscript/superscript help about sidebar Change-Id: I4336688ee1c2c9cbb09d0ff06db75579656311cc Reviewed-on: https://gerrit.libreoffice.org/c/help/+/126938 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit af5933948773b624c5802148c33094691cd5e196) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127056 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-12-18Update git submodulesRafael Lima
* Update helpcontent2 from branch 'libreoffice-7-3' to 4ec7e03a4ce226a566e854f8dc64d804810d8b9c - tdf#145983 Fix CTL information in Hyphenation help page Change-Id: I0863327574e671443255b49e86a1a13896c2d8bb Reviewed-on: https://gerrit.libreoffice.org/c/help/+/126937 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit 02ad9fafa8ed2e393f118fe42c838d674ea9dda2) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127055 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-12-18Change Interslavic Latin tag to {art-Latn-x-interslv}, tdf#145853 follow-upEike Rathke
Change-Id: I4d19251fe350d8d2139ede9adbe0de1e3b570a5f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127028 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins (cherry picked from commit 6e91ff7b57a231ca34f619a40297cf6ef1904ea2) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127049
2021-12-18Resolves: tdf#145853 Add Interslavic Latin|Cyrillic to language listEike Rathke
Interslavic Latin {art-x-interslv} 0x06AD Interslavic Cyrillic {art-Cyrl-x-interslv} 0x06AE Change-Id: I487d6593db89af038555a192674298e2dabf5582 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127018 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins (cherry picked from commit 430a6fea4012752eed0c61bff4936e9c366aa750) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126981
2021-12-17tdf#58125 sc: don't show comment notifier for hidden columnsJustin Luth
This fixes a LO 3.6-ish regression. Things have changed a lot since then. I assume that pCell was empty when it was hidden. The test for pCell was removed in commit c06dbbe7594c2a0b5a5b19f8e183d9c421e6e094, which was in the range that bibisect suggested. Change-Id: I0af137358335a808de901111a71f5c113fabcf24 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127001 Reviewed-by: Justin Luth <jluth@mail.com> Tested-by: Jenkins (cherry picked from commit b58dbb862296b63f3f2395c59d30fba40fa5f59f) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126975 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-12-17tdf#137318 sw_redlinehide: fix JoinNext() if deleted node contains redlinesMichael Stahl
The GetRedlineMergeFlag() of the deleted node is None also if there are deletions contained completely inside the node, but in this case the merged node does need a MergedPara, so check if the deleted node had a frame that has a MergedPara in addition to the flag (which remains as an "optimization"). (regression from d258fc29560baa5ecae03ebc2740e11420643e27) Change-Id: I44456f230374ec1de159106678e80fb4670c9f33 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127011 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de> (cherry picked from commit 31f51598fd08c2b76583a1baad0c0d6d4b336664) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126978 Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-12-17tdf#146219: don't try to detect if a recent file is a directoryMike Kaganski
This avoids accessing (possibly unavailable) remote URLs, when we already know that MRU items are files. Change-Id: I97e07f007d4129b93b4939311c67cf95de6ff836 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126943 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127004
2021-12-17tdf#99027 Set default table border width to 0.5ptSamuel Mehrbrodt
Change-Id: Ib6c8a6e63271f400d69702c3c090678d6c016af3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126922 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> (cherry picked from commit c84ec0b1debb9b72f05ffc1d669608afc454cec2) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126972 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-12-17tdf#145904,tdf#145956 unit test extrusion of shapesRegina Henschel
These tests belongs to commit 453c5b6, improve extrusion of custom shapes. Change-Id: I3b89a887d72b6814540a659dfa088f1550a1d47b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126962 Tested-by: Jenkins Reviewed-by: Regina Henschel <rb.henschel@t-online.de> (cherry picked from commit b9c159361abd79862b30412c433fb355d63299e2) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126969 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-12-17tdf#146250 fix SvxHtmlOptions::IsDefaultTextEncodingNoel Grandin
regression from commit da9bba7cc3c243e936daea689fea64ecaf110f35 Author: Noel Grandin <noel.grandin@collabora.co.uk> Date: Mon Jul 26 10:10:17 2021 +0200 use officecfg for SvxHtmlOptions spotted by himajin100000 Change-Id: Id237f7c4d6d816539141de97a19add0a993d92ba Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126902 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> (cherry picked from commit d505940a7fff8674ff4d22eaa04972a56bea516e) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126968 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-12-17drop ui-previewer from install setCaolán McNamara
this is intended for use for bootstrapping the process of conversion of the .src to .ui and isn't useful to have in a normal install Change-Id: I88066bb086ca58a56c2adc7ef5a96b03b670f086 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126939 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-12-17tdf#144565 sw_redlinehide: fix mailmerge when flys anchored at last nodeMichael Stahl
The InsertPageBreak() calls SplitNode() which is not ideal as the flys anchored at the last node of the document may end up anchored to the newly inserted node and this one will be removed again a bit further on: GetNodes().Delete( aDelIdx, iDelNodes ); ... which is what crashes, when the SwNodeIndex of the anchor is moved hard to a different node, which causes inconsistencies such as: sw/source/core/text/txtfrm.cxx:1263: TextFrameIndex SwTextFrame::MapModelToView(const SwTextNode*, sal_Int32) const: Assertion `static_cast<SwTextNode*>(const_cast<sw::BroadcastingModify*>(SwFrame::GetDep())) == pNode' failed. Instead, always use AppendTextNode() and then set the break item directly, which even simplifies the code. (reportedly a regression from 166b5010b402a41b192b1659093a25acf9065fd9 although i wasn't able to find an earlier version that didn't crash in some way) Change-Id: I4cac74fc86fc505f62b14cf0d7a7f9689c7402ba Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126921 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de> (cherry picked from commit 42448f48bb48a13d6618a181b12840db6d85c574) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126944
2021-12-17Related tdf#145910: relax even more denylist about OpenGLJulien Nabet
Comment this one: <!-- tdf#125516: crash on preview of slide transitions, or in slideshow, when OpenGL rendering enabled Windows 10, with Intel DCH packaged driver --> <entry os="10" vendor="intel" compare="between_inclusive_start" minVersion="26.20.100.6861" maxVersion="26.20.100.7584"><!-- tdf#125516 --> Revert these: 1) <entry os="all" vendor="intel" compare="less" version="10.18.14.4264"> <device id="all"/> </entry> commit 5621762a36483f7bc555dd0e6a294eb68100490a Author: Tor Lillqvist <tml@collabora.com> Date: Fri Jan 8 15:53:54 2016 +0200 Don't use the "marketing" version number for the Intel driver The 15.x.y.z.d number is not the real version number that our code sees. commit b1878ab683adeff6d151617fcd8f4a4530366e0e Author: Tomaž Vajngerl <tomaz.vajngerl@collabora.com> Date: Fri Nov 20 22:55:38 2015 +0100 opengl: populate blocklist 2) <entry os="8" vendor="intel" compare="equal" version="10.18.10.3308"><!-- Intel(R) HD Graphics 4000 --> <device id="0x0166"/> </entry> commit 5e416099f088a2f8a8980e08e3d5b731da0a6d9c Author: Marina Latini <marina@studiostorti.com> Date: Thu Nov 10 14:34:00 2016 +0100 Windows 8 driver blacklist Blacklisted intel driver for graphics card Intel(R) HD Graphics 4000 for Windows 8. With this card LibreOffice won't start. 3) <entry os="7" vendor="intel"> <device id="all"/> </entry> commit c9b2af045acc92c8665a8523407f530cc691d5bf Author: Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> Date: Tue Jul 26 16:21:13 2016 +0900 tdf#101138 opengl: blacklist intel drivers for Win 7 (crash in general but nothing about slide transition, let's give it a try) 4) <entry os="all" vendor="amd" compare="less" version="15.200.1062.1004"> <!-- 150.200 --> <device id="all"/> </entry> commit b1878ab683adeff6d151617fcd8f4a4530366e0e Author: Tomaž Vajngerl <tomaz.vajngerl@collabora.com> Date: Fri Nov 20 22:55:38 2015 +0100 opengl: populate blocklist 5) <entry os="all" vendor="nvidia" compare="less" version="10.18.13.5362"> <!-- 353.62 --> <device id="all"/> </entry> commit b1878ab683adeff6d151617fcd8f4a4530366e0e Author: Tomaž Vajngerl <tomaz.vajngerl@collabora.com> Date: Fri Nov 20 22:55:38 2015 +0100 opengl: populate blocklist 6) <entry os="10" vendor="nvidia"> <!-- tdf#128441 --> <device id="0x2182"/> </entry> commit ed94101d8c399f6de2e2b9b7cd31dd6b68d269a8 Author: Julien Nabet <serval2412@yahoo.fr> Date: Sat Nov 2 18:34:06 2019 +0100 tdf#128441: blacklist nvidia on Win10 deviceid 0x2182 (crash on Writer so not Slide transition) 7) <entry os="all" vendor="microsoft" compare="less" version="6.2.0.0"> <!-- 6.2.0.0 --> <device id="all"/> </entry> commit b1878ab683adeff6d151617fcd8f4a4530366e0e Author: Tomaž Vajngerl <tomaz.vajngerl@collabora.com> Date: Fri Nov 20 22:55:38 2015 +0100 opengl: populate blocklist Change-Id: I7c2c99488e74277cbbff2f0f37937ca3b2115b72 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126489 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr> (cherry picked from commit b8f68233b8dc5a009396141fba6e47867e70f342) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126946 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-12-17VML import: handle <v:imagedata gain="..." blacklevel="...">Miklos Vajna
Map it to (the UNO API of) GraphicDrawMode::Watermark, similar to what the binary import does in SvxMSDffManager::ImportGraphic() and how the drawingML import does it in oox::drawingml::GraphicProperties::pushToPropMap(). On export, the drawingML export is used, and that already maps GraphicDrawMode::Watermark to <a:lum bright="70000" contrast="-70000">. Change-Id: I33986a03bf3d3863da5c5b1f0a2e0da0fa595c9e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126908 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins (cherry picked from commit 90556b6df0f6378fb60d7dee18b2f5d275ece530) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126942
2021-12-16tdf#145747 Fix cursor not shownJim Raykowski
after moving focus from shape object to comment window to edit window Change-Id: Ibce3939575cfdc941eec45fea24383fc5edf53d9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125431 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com> (cherry picked from commit 85057da7f19e8e5d6023c16fa07d138e2b519a66) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126885 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-12-16Update liborcus to 0.17.2.Kohei Yoshida
Change-Id: I76c0d57da63c1e35f80b13071793dbbb27cb218a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126655 Tested-by: Jenkins Reviewed-by: Kohei Yoshida <kohei@libreoffice.org> (cherry picked from commit aadbac5467bb6ab768f87ed6ec003c55159d54aa) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126886
2021-12-16Update git submodulesflywire
* Update helpcontent2 from branch 'libreoffice-7-3' to 35a43adc47edcaeecaae1db790edefb3f181d948 - Consistent ScriptForge Examples Variable Names - ui for UI service - bas for Basic service Change-Id: I0eb4fbdd021db1149985bb37ba8b29a57297a6eb Reviewed-on: https://gerrit.libreoffice.org/c/help/+/126092 Tested-by: Jenkins Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com> (cherry picked from commit 4156bb3b6cfcecb9ccce1ef5c7656d67df93b5c9) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/126934 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-12-16Update git submodulesRafael Lima
* Update helpcontent2 from branch 'libreoffice-7-3' to 764b7d243a5b02b0beb981633291f4f73854197c - Remove avail_release <notes> from SF documentation Change-Id: Iab4c6ecba7f4db57bed82a29c5c4b9434b4efbb4 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/126295 Tested-by: Jenkins Tested-by: Jean-Pierre Ledure <jp@ledure.be> Reviewed-by: Jean-Pierre Ledure <jp@ledure.be> (cherry picked from commit 43abde3c6b788ec7ac5384e7a6601bfac1cfc744) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/126935 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-12-16Update git submodulesRafael Lima
* Update helpcontent2 from branch 'libreoffice-7-3' to 26b5b4754fce269994a1f20938ebd0e4fa7c7c9c - Document new TableControl methods and properties Change-Id: I8623a11f5fb710332765b8db3914a36b51285b7a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/126294 Tested-by: Jenkins Reviewed-by: Jean-Pierre Ledure <jp@ledure.be> (cherry picked from commit 73228ff72af0e4f8ca7e29b4dca388741804cb06) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/126936 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-12-16tdf#137101: fix e_book_client_connect_direct_sync signature in EvolutionJulien Nabet
since it changed in 2015, see all details from tdf#137101 Thank you to krumelmonster for having spotted this! + some cleanup to remove all eds_check_version calls and dependencies Change-Id: Iaf2437f8f5c04ab9674a380dac1dfb16ec8c7201 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126898 Tested-by: Jenkins Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 0661c796c767802c114441ad9a17fd0979d72ef4) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126929