The following calc bugs from ooo should be checked and if necessary be fixed in LibO. https://issues.apache.org/ooo/show_bug.cgi?id=118882 https://issues.apache.org/ooo/show_bug.cgi?id=118752 https://issues.apache.org/ooo/show_bug.cgi?id=118755 https://issues.apache.org/ooo/show_bug.cgi?id=118877 https://issues.apache.org/ooo/show_bug.cgi?id=118863 https://issues.apache.org/ooo/show_bug.cgi?id=118851
I already looked into https://issues.apache.org/ooo/show_bug.cgi?id=118863 The description is wrong. The bug does not hang calc but we need to consider changing the paste behavior if we have a merged cell and the selected paaste area isa whole column. Since we right now paste the copied area as often as possible into the selected area we create some thousand merged cells. This is the problem behind this bug report.
https://issues.apache.org/ooo/show_bug.cgi?id=118755 is not valid for us, works in master
I did some research concerning <https://issues.apache.org/ooo/show_bug.cgi?id=118882>, for results please see "Bug 45919 - UI: document access lost", LibO suffers from that bug. I will check the other AOOo bugs during weekend.
I do not understand how to reproduce <https://issues.apache.org/ooo/show_bug.cgi?id=118752>
<https://issues.apache.org/ooo/show_bug.cgi?id=118863> is reproducible, see "Bug 45925 - EDITING: HANG when copy - paste cells including merged ones to column"!
I'm "confirming" this bug.
Let's keep up with the currently valid bugs. This makes it easier for us to see which ones still remain. https://issues.apache.org/ooo/show_bug.cgi?id=118882 https://issues.apache.org/ooo/show_bug.cgi?id=118752 https://issues.apache.org/ooo/show_bug.cgi?id=118877 https://issues.apache.org/ooo/show_bug.cgi?id=118863 https://issues.apache.org/ooo/show_bug.cgi?id=118851
I've posted a proposed patch for i118851 on the mailing list, pending review.
https://issues.apache.org/ooo/show_bug.cgi?id=118863 https://issues.apache.org/ooo/show_bug.cgi?id=118752 are no real bugs. We should discuss if we want to keep the current behavior of pasting the same area to the whole column if we contain merged cells. Do we really want some hundred thousand merged cells?
https://issues.apache.org/ooo/show_bug.cgi?id=118877 is fixed now with a cleaner approach than the aoo patch. I did not like the manual manipulation of ref counts.
hi guys, according to the previous comments it seems that only this one is left: https://issues.apache.org/ooo/show_bug.cgi?id=118882 is the fix from(In reply to Kohei Yoshida (inactive) from comment #8) > I've posted a proposed patch for i118851 on the mailing list, pending review. just for the record, was it approved?