Revision 700440

Go back to digest for 19th August 2007

Optimization in Office

Stefan Nikolaus committed changes in /trunk/koffice/kspread/Sheet.cpp:

OpenDocument Loading.
Speed up for loading of repeated rows. Comments, conditions, styles and validities are stored in RectStorages and repeated rows often have only styles set, but no contents. Take advantage of this fact. For cells with contents it stays slow, because the iteration can't be avoided.

File Changes

Modified 1 files
  • /trunk/koffice/kspread/Sheet.cpp
1 files changed in total