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





------- Additional comments from [EMAIL PROTECTED] Fri May 25 10:17:01 +0000 
2007 -------
fme->lijian: I'd prefer not to introduce a new function for this very special
purpose. Instead I suggest to keep the call of GetNextCellLeat() bug skip any
cells we do not want to process. So we could change the while(..) condition to
while ( pCell && pTab->IsAnLower( pCell ) ) to prevent the while loop from
breaking if GetNextCellLeaf() brings us to the inner table. Additionally we
would have to adjust the if(...) condition right after the do{ to skip any cells
that have a different upper table cell than pTab. This would be a minimal code
change and should do the job. What do you think?

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