http://openoffice.org/bugzilla/show_bug.cgi?id=102092
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |STARTED --- Comment #8 from [email protected] 2011-04-12 15:08:31 --- Analysis: 1. Correction: Word can indeed flag multiple table rows as repeating table header. 2. When using the Writer layout to translate a complex table to Word's table structure (WW8TableInfo::processSwTableByLayout), it is not enough to use the upper y-coordinate as a sort criteria for finding the rows. One has to use a tuple (<page number>, <y-coordinate>) as the sort criteria, where <page number> is the primary sort key and <y-coordinate> is the second. Implementing this leads to the correct table structure, but still does not cure the hanging. However, if one removes the table from the headers, the hanging disappears. -- Configure bugmail: http://openoffice.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Bugzilla. Please log into the website and enter your comments. --------------------------------------------------------------------- -- ----------------------------------------------------------------- To unsubscribe send email to [email protected] For additional commands send email to [email protected] with Subject: help -- ----------------------------------------------------------------- To unsubscribe send email to [email protected] For additional commands send email to [email protected] with Subject: help
