To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74089
                 Issue #|74089
                 Summary|style inheritance differs from Word?
               Component|Word processor
                 Version|OOo 2.0.3
                Platform|All
                     URL|
              OS/Version|Windows 2000
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|mru
             Reported by|drtimcouper





------- Additional comments from [EMAIL PROTECTED] Thu Feb  1 05:22:30 -0800 
2007 -------
Styles in Word obey inheritance, so if Heading_2 has a "Style Based on"
Heading_1, it takes the attributes of Heading_1 in the rendered Word document.
It appears in OpenOffice that if you have a style based on anything else than
Normal, one loses the numbering associated with the "parent". The content.xml
lines associated with headings inheriting from non-normal look like:

<text:h text:style-name="Heading_20_2" text:outline-level="2"
text:is-list-header="true">This is Heading 2 - style inherited from Heading
1</text:h>
   
in which an "is-list-header" attribute makes a mysterious (to me) appearance -
whereas it does not appear in the "normal" case:

<text:h text:style-name="Heading_20_4" text:outline-level="4">And this is
heading 4 - style inherited from Normal</text:h>

This then has the effect of removing numbering from the 2nd level heading (in
this example) although it is based on a style with numbering. The long and short
of it is that those headings with the style-based-on set to a value other than
Normal don't inherit any numbering info from the style on which they're based
when rendered in OpenOffice. I hope that this is clear!

I'd be happy to send the small word doc associated with this illustration.

Tim

---------------------------------------------------------------------
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]

Reply via email to