https://bugs.freedesktop.org/show_bug.cgi?id=72741
--- Comment #8 from Michael Meeks <[email protected]> --- I imagine we are doing in-place sorting by swapping inside each column, it is probable that we need to re-implement that to sort into a separate index, and then re-build that part of the sheet in a better way somehow [ no doubt there are a tremendous number of corner-cases to handle ]. Then again - possibly if we're exchanging rather similar entries in the column we can write some accelerated swapping that will fix the problem without a lot of re-work, the profile should show that. Thanks ! -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
