https://bugs.freedesktop.org/show_bug.cgi?id=72125
--- Comment #8 from Michael Meeks <[email protected]> --- Matus - it is entirely likely that we have 34k items =) Our configuration data is rather <cough> significant in size =) $ xmllint --format share/registry/main.xcd | grep '<prop' | wc -l 13453 eg. ;-) FWIW, the gtk+ treeview has exactly this same problem - and what it does is to have a mode where we assume that all rows are the same fixed height - which saves an infinite test measuring cost =) http://www.gtk.org/api/2.6/gtk/GtkTreeView.html#gtk-tree-view-set-fixed-height-mode Has the docs there - it's used in eg. e-mail views. I imagine we need to provide a similar feature and/or enable it if it is there already =) I don't see another way to avoid the cost of text measuring =) -- 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
