[Libreoffice-bugs] [Bug 95808] Formula sequence check - warn on interruption
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Jul 7 09:04:08 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=95808
--- Comment #5 from Eike Rathke <erack at redhat.com> ---
Sequences like
=A1*1.19
=A2*1.19
...
*can* be detected to be identical if they use the same relative references.
Actually that already happens to create shared formulas, i.e. such sequences
are not stored in memory as individual formulas repeated over and over again
but only once and a block belonging together.
A checker could inspect whether such blocks are neighbouring and identical but
interrupted with a row (or up to n rows) of something else. Not as an extension
though because the internal model is needed.
--
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/20210707/ba6dfc65/attachment.htm>
More information about the Libreoffice-bugs
mailing list