Revision 1200606
Go back to digest for 28th November 2010Optimization in Office
Thorsten Zachmann committed changes in /branches/work/koffice-essen/plugins/textshape/TableLayout.cpp:
Optimize painting tables.
Cache the bounding rect
Read the format once and then read the data from the format. e.g. getting the rowSpan creates a format
which is quite expensive. So get the format once and then read the data from the format directly.
File Changes
Modified 1 files
- /branches/work/koffice-essen/plugins/textshape/TableLayout.cpp
1 files changed in total