To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67302
Issue #|67302
Summary|WW8: Word outline numbering start value and number pre
|fix not supported
Component|Word processor
Version|OOo 2.0.3
Platform|All
URL|
OS/Version|All
Status|UNCONFIRMED
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|open-import
Assigned to|mru
Reported by|debyld
------- Additional comments from [EMAIL PROTECTED] Wed Jul 12 23:01:16 -0700
2006 -------
When OOo opens a Word document it doesn't set the outline numbering correctly in
<text:outline-level-style/> campared to what is used in the Word document. It
appears to use the default numbering instead.
This is evident in the styles.xml file, for example, an OOo document with the
outline numbering set to start at 2 with the number prefix on the first level
"Module" looks something like:
<text:outline-style>
<text:outline-level-style text:level="1" style:num-prefix="Module "
style:num-suffix=" - " style:num-format="1" text:start-value="2"/>
<text:outline-level-style text:level="2" style:num-suffix=" "
style:num-format="1"
text:display-levels="2"/>
<text:outline-level-style text:level="3" style:num-suffix=" "
style:num-format="1"
text:display-levels="3"/>
......etc
A Word document with the same type of outline numbering used OOo sets it as
default, for example:
<text:outline-style>
<text:outline-level-style text:level="1" style:num-suffix=" "
style:num-format="1"/>
<text:outline-level-style text:level="2" style:num-suffix=" "
style:num-format="1"
text:display-levels="2"/>
<text:outline-level-style text:level="3" style:num-suffix=" "
style:num-format="1"
text:display-levels="3"/>
...etc
---------------------------------------------------------------------
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]