To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=89791 Issue #|89791 Summary|Some of the index chapter information attributes writt |en to ODF 1.1 and 1.2 don't reflect the displaying Component|Word processor Version|DEV300m13 Platform|All URL| OS/Version|All Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|mru Reported by|beppec56
------- Additional comments from [EMAIL PROTECTED] Thu May 22 13:19:43 +0000 2008 ------- There is an incompatibility between the way OOo displays certain chapter information index attributes and the saved ODF attributes. To reproduce: Prepare a document with some chapters, at different outline levels, enable the outline numbering. Add a prefix and a suffix to the outline numbering style. Add an alphabetical index and use the three Chapter Info types available. Save the file. To check: - unzip the odt file, - locate the contents.xml file, - open it with a text editor (better if you can have xml syntax highlight enabled), and: - look for the text:alphabetical-index-source element. Please check the text:display values of the subordinate text:index-entry-chapter elements: the text:display attribute value is not the right one according to ODF specification. This problem is present in Dev300_m13 and it extends to other index types that now have the chapter information functionality added. The problem is present in OOo 2.4 as well, in alphabetical index only. I'm going to attach a couple of documents, one produced with OOo 2.4 that exploit the behavior and contains a table with a better explanation of what happens, and another one produced with OOo 3.0 DEV300_m13 where all the involved indexes are inserted (and the ODF 1.2 file has the wrong attributes). Please have a look at them. At the moment, I'm trying to figure out a patch to address the issue: to read older file with the bug (using 680 code line as divider), and save both the ODF 1.1 and ODF 1.2 with the right attribute value. I don't know if this problem exists in 645 code line (when files are converted to ODF, I mean). On the API side, at a first quick check, the com.sun.star.text.ChapterFormat.* constants (http://api.openoffice.org/docs/common/ref/com/sun/star/text/ChapterFormat.html) appear correct. --------------------------------------------------------------------- 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]
