[Libreoffice-commits] core.git: Changes to 'private/mst/sw_redlinehide_4b'
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Dec 5 15:59:44 UTC 2018
New branch 'private/mst/sw_redlinehide_4b' available with the following commits:
commit 1fd8c2d9bee42c09ab2fd0d9f0907c0fb3f2541b
Author: Michael Stahl <Michael.Stahl at cib.de>
Date: Wed Dec 5 16:37:18 2018 +0100
temp?
Change-Id: Ide2abf0c2ce054b75c917063a5d5aa8d13430426
commit c6380c4a162b0a35951ad66f1c3250c30c0e3bdc
Author: Michael Stahl <Michael.Stahl at cib.de>
Date: Tue Dec 4 15:57:47 2018 +0100
sw_redlinehide_4b: FindText layout parameter
Change-Id: I22c0adb40219bc53b5685e2e20bd55bfd65fd4a3
commit 9e9f7a2f691b51f21af7e39aec32f5c938438600
Author: Michael Stahl <Michael.Stahl at cib.de>
Date: Tue Dec 4 14:20:02 2018 +0100
sw: refactor a confusing thicket of overloads, all named Find()
Also, some of these don't really make much sense as member functions of
SwPaM, so make them plain functions instead.
Also, some pointer parameters are never null, but there is code to
handle that case in MakeRegion(); simplify that.
Change-Id: I822e814b0cab14f7f31cfa33478ed15774405a61
commit 30f957cc8e1800088b5221290db818a6d98a41b1
Author: Michael Stahl <Michael.Stahl at cib.de>
Date: Wed Dec 5 16:49:34 2018 +0100
sw_redlinehide_4b: fix crash in CanSkipOverRedline()
This was another IsDelLastPara() redline in ooo27109-1.sxw.
Change-Id: I1f4198a4bcbed7bdd52991af3cb3322ebacc65fe
commit 7d1e6c383f6780b81f756152f72fbb5f2cbbe68c
Author: Michael Stahl <Michael.Stahl at cib.de>
Date: Wed Dec 5 16:26:22 2018 +0100
sw_redlinehide_4b: fix wrong handling of IsDelLastPara() redlines
CheckParaRedlineMerge(): Fully deleted SwTextNode followed by a table,
as seen in ooo81405-1.odt.
Change-Id: I2a7d935a9cedcb66aeaa9dce418b1fab758f1784
commit 9075687133063fea49e8b3d739d65dfa9e69cc7f
Author: Michael Stahl <Michael.Stahl at cib.de>
Date: Wed Dec 5 15:24:55 2018 +0100
sw_redlinehide_4b: consider the comments in the margin
SwPostItMgr needs to hide the comments that are in delete redlines.
Also notify SwPostItMgr when redlines are created/removed.
SwPostItMgr is owned by the ViewShell but there is currently only one
layout so SwRootFrame still needs to broadcast to all of them.
Also an EndListening call was missing in
SwPostItMgr::CheckForRemovedPostIts() which caused asserts.
Change-Id: Ic0fccde50f6fdaa449afb535476c00c41ba94287
commit a7d2885bf8b6d717b441f6cc9215e7ae2700b82a
Author: Michael Stahl <Michael.Stahl at cib.de>
Date: Wed Dec 5 12:45:24 2018 +0100
sw_redlinehide_4b: fix wrong assert in AppendObjs()
Clearly this is wrong, the first node might be deleted; triggered e.g.
by ooo69593-1.odt.
Change-Id: I8f491372fcc375e68f2f7611924d8d4c7f673f17
More information about the Libreoffice-commits
mailing list