To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=61977 Issue #:|61977 Summary:|Buggy head numbering in OpenDocument Component:|Word processor Version:|OOo 2.0.1 Platform:|All URL:| OS/Version:|All Status:|UNCONFIRMED Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|viewing Assigned to:|mru Reported by:|aben
------- Additional comments from [EMAIL PROTECTED] Mon Feb 13 00:31:26 -0800 2006 ------- I am working on xlst filters of docbook2odf (http://docbook2odf.sourceforge.net) and I have encountered interesting situation after upgrading to OpenOffice 2.0.1. I used to make numbered heading sections like following: <text:h text:outline-level="1" text:style-name="Heading1"> <text:number>1</text:number>First section (1) </text:h> <style:style style:family="paragraph" style:class="text" style:list-style-name="listH" style:name="Heading1" style:display-name="Heading 1" style:default-outline-level="1"> <style:paragraph-properties text:number-lines="true" text:line-number="1"/> </style:style> <text:list-style style:name="listH"> <text:list-level-style-number text:level="1" text:style-name="numbering1" style:num-suffix="." style:num-format="1"/> <text:list-level-style-number text:level="2" text:style-name="numbering1" style:num-suffix="." style:num-format="1" text:display-levels="2"/> </text:list-style> In previous version of OpenOffice it worked perfectly, but after my upgrade to 2.0.1 version it is not showing numbers. I found out that when I try to number the headings then OpenOffice is making <text:list> tags around them, in case of <text:h> it is actually making more levels of <text:list> to artificially create correct numbering in actual depth. (ugly hack) Considering section 4.1.1 of "Open Document Format for Office Applications (OpenDocument) v1.0" <text:h> numbering should be working. I tried to wrote document in KOffice with numbered headings, saved it and opened it in OpenOffice 2.0.1 and numbers are missing again. --------------------------------------------------------------------- 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]
