[Libreoffice-bugs] [Bug 76324] CALC becomes very slow with 5000+ comments

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Sep 26 13:29:20 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=76324

--- Comment #79 from Noel Grandin <noelgrandin at gmail.com> ---
@Julien, I have a patch the improves things a little, but what we really want
here is to avoid creating the ScAccessibleDocument at all for the fake
background ScDocument we use when copying stuff to the clipboard.

So what I would suggest it that you put a breakpoint on the
ScAccessibleDocument constructor, do a copy operation, and see what path
invokes it.
Than see if you can pass a boolean down to prevent ScAccessibleDocument being
created at all. 

No idea if that will actually work out, or if it will cause other breakage,
it's just one of those "try it and see" things <shrug> :-)

-- 
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/20190926/e0443f3f/attachment.html>


More information about the Libreoffice-bugs mailing list