To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=97023 Issue #|97023 Summary|WW8: re-import moves position of RTL numbering out of |right border Component|Word processor Version|OOo 3.0 Platform|Unknown URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|open-import Assigned to|writerneedsconfirm Reported by|ayaniger
------- Additional comments from [EMAIL PROTECTED] Mon Dec 8 15:20:03 +0000 2008 ------- If an RTL file with numbering is exported to doc, and then imported into OOo as is, without resaving in Word, the numbering is outside the margins. On issue 58982, samia recently reported problems with doc export of RTL documents with numbering. He describes problems with two situations: 1) In his post of Nov 19, he writes of a problem if the OOo-exported file is opened in Word changed in Word saved in Word then opened in OOo. 2) In his post of Nov 20, he writes of a similar problem, the only difference being that the file is not changed in Word. I was unable to reproduce either of these problems, using Word 2002. Resaving the exported file in Word, and then opening in Writer showed the file properly, whether I changed the file in Word or not. However, the problem does appear if the file is not resaved in Word, as I wrote above. There was a patch that I posted to i58982, but due to new changes in the numbering system in OOo 3.0, that code is no longer always executed on doc export. So I'm attaching a new patch which addresses the problem. The patch uses the newer sprmPDxa* parameters, rather than the Word 97 sprmPDxa*80 parameters. As a reference, I used the Word 97-2007 Binary File Format (doc) Specification. These parameters, which in the OOo code's comments are marked as undocumented, are in fact documented there. So I updated the documentation for these parameters in the code accordingly. The patch causes the file to look ok both when changed and resaved, and also when imported as is. I also removed the change for right adjustment in wrt8num.cxx, since it was causing right aligned numbering to be displayed incorrectly in Word. Thanks for taking a look. --------------------------------------------------------------------- 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]
