To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70244
                 Issue #|70244
                 Summary|performance: iterating over MAXROWS when loading/savin
                        |g spreadsheet
               Component|Spreadsheet
                 Version|OOo 2.0.4
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|nn
             Reported by|hdu





------- Additional comments from [EMAIL PROTECTED] Mon Oct  9 08:07:05 -0700 
2006 -------
I noticed that Calc does a lot of unneeded work when handling a spreadsheet.
E.g. when loading/saving the file "performance-calc-1.ods" the loop in
document.cxx's ScDocument::GetNextDifferentChangedRow() method is not aborted in
about a fifth of all cases until all possible 65k rows have been accessed. Some
cheap functions called inside the loop like GetRowFlags() or GetOriginalHeight()
become costly when called so often.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to