From kde-commits Tue Apr 30 22:15:49 2002 From: Norbert Andres Date: Tue, 30 Apr 2002 22:15:49 +0000 To: kde-commits Subject: koffice/kspread X-MARC-Message: https://marc.info/?l=kde-commits&m=102032472519167 koffice/kspread kspread_table.cc,1.373,1.374 Author: nandres Wed May 1 00:15:49 CEST 2002 In directory office:/tmp/cvs-serv19795 Modified Files: kspread_table.cc Log Message: This is a really big change, since it replaces every "walk through all cells" by the nice methods John added, so that only cells that are involved in the action get checked and updated. First performance measurements especially with big tables show that it was really worth the effort. Hopefully I didn't screw up too much!