To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70244





------- Additional comments from [EMAIL PROTECTED] Thu Mar 13 11:22:43 +0000 
2008 -------
@hdu:
> Testing with some other spreadsheets showed that
> ScDocument::GetNextDifferentChangedRow() doesn't seem to be called
> anymore.

It should get called when writing .ods files to export AutoStyles.

> That method still seems to have the problem of iterating over all
> numerically possible rows though in the code.

No, it doesn't. It now iterates over a kind of runtime length encoded
array, taking chunks of multiple rows with identical flag/height data in
one pass. Worst case would be if every second row had a manual page
break or different height or alternating, that would still result in an
iteration over all single rows because the method had to be called for
each row to find the next change. That usually doesn't occur in practice
though, only in ill-designed documents.


---------------------------------------------------------------------
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