[Libreoffice-bugs] [Bug 140687] Incorrect formula in Conditional formatting after moving cells
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat Feb 27 22:07:35 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=140687
Xisco Faulí <xiscofauli at libreoffice.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |erack at redhat.com
--- Comment #4 from Xisco Faulí <xiscofauli at libreoffice.org> ---
if the range is moved to A2, A3 or A4, 'bool bCellInMoveTarget =
rCxt.maRange.In(aPos);' in
https://opengrok.libreoffice.org/xref/core/sc/source/core/data/formulacell.cxx?r=0b1b167c#3386
return false, however, if the range is moved to A1, it returns true, and then
aOldPos is changed
@Eike, I thought you might be interested in this issue...
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210227/4c39a492/attachment.htm>
More information about the Libreoffice-bugs
mailing list