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

--- Comment #18 from Markus Mohrhard <[email protected]> ---
Looks like this one is related to online spelling checking.

When the range is filtered even the filtered range is considered part of the
visible range. The spell check then goes through each cell and calls for each
one a repaint.

There are several things we can do to improve the performance. The first one
and most likely the easiest one is to skip hidden rows and columns. That one
should already bring the performance to acceptable levels.

Finally I think it is insane to call a repaint for all the wrongly spelled
cells so we might need to investigate how we can limit that to one repaint
call.

-- 
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

Reply via email to