Apache OpenOffice (AOO) Bugzilla – Issue 119620
[From Symphony]the .doc page number is incorrect when opened in aoo 3.4
Last modified: 2014-02-10 11:26:03 UTC
Created attachment 77841 [details] break open the sample file in aoo 3.4 and check the page number of the file it should be 1,2,4,5,6,8,9,11,12 but the page number after 6 missing
In AOO, there is no the logic to handle section even page and section odd page scenario. So the solution will add the logic to handle section even page and odd page. If there is no header&footer information, but the header&footer tag is on in the page desc(page style), which means that it should use its previous page style header&footer settings. Try to find the right previous page style for the current page style's header&footer settings
Created attachment 78753 [details] patch for the issue
I am volunteering to review this patch. It's good solution that set right header&footer setting of previous page style to the current page when there is left or right page break in document. The patch is OK for me.
"leidb" committed SVN revision 1366990 into trunk: #119620# fix .doc page number is lost issue, caused by section break.Reported...
thanks zuo jun's review, now the issue fixed
*** Issue 119660 has been marked as a duplicate of this issue. ***
*** Issue 119573 has been marked as a duplicate of this issue. ***
verified on the AOO3.5_r1374181
The page numbering is available, but still not correct in AOO 4.0.0 and AOO 4.0.1. Reasons are: (1) Microsoft Word's page, numbered 8 does not fit on a single page in OpenOffice. (2) Microsoft Word's page, numbered 9 does not fit on a single page in OpenOffice. (3) Imported page styles "Convert 1" and "Convert 3" are imported for only left resp. right pages. Such a feature is not available in Microsoft Word and does not make sense during WW8 import. (3) will cause various problems, e.g. like bug 123578. Even, if (1) and (2) would be solved, (3) will causes that the last page would be numbered 13 in OpenOffice instead of 12 as in Microsoft Word.
OpenOffice has no support for a generic odd resp. even page break. Instead OpenOffice supports a page break with a certain page number.
*** Issue 120898 has been marked as a duplicate of this issue. ***