https://bugs.documentfoundation.org/show_bug.cgi?id=97968
raal <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|bibisectRequest |bibisected, bisected CC| |[email protected], | |[email protected] --- Comment #4 from raal <[email protected]> --- This seems to have begun at the below commit. Adding Cc: to Kohei Yoshida ; Could you possibly take a look at this one? Thanks 4eec5655c56f97d86f5eee2605a76074c6ac48eb is the first bad commit commit 4eec5655c56f97d86f5eee2605a76074c6ac48eb Author: Matthew Francis <[email protected]> Date: Thu May 28 19:31:17 2015 +0800 source-hash-79d03eb090a5f88863c1004ef8b7f483cbecb69d commit 79d03eb090a5f88863c1004ef8b7f483cbecb69d Author: Kohei Yoshida <[email protected]> AuthorDate: Tue Feb 25 12:53:33 2014 -0500 Commit: Kohei Yoshida <[email protected]> CommitDate: Tue Feb 25 22:53:39 2014 -0500 fdo#75386: Totally fix reference update during range move. It was just not working at all due to multiple reasons. The reference update needed to be reworked for formula groups such that the token array is adjusted only for the top cell but all formula cells still needed to be processed afterwards. The bound check also needed to be done against the old range prior to the move, not the new range after the move. During undo, the paint had to be deferred until after the two calls to DoUndo() else the formula cells would get re-calculated before the values were placed back to their old positions, causing them to mis- calculate wrong values. Change-Id: Iba66f80a413e0539cac5ab619226cd6f7a04f317 :040000 040000 66cc4bf0b61397915fb773ceace0d0caca8852de 28672e00ca36716ef23c59ce51ebb6e177d64b9f M opt -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
