To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77372





------- Additional comments from [EMAIL PROTECTED] Mon Jun  4 08:18:55 +0000 
2007 -------
ama->enmane: Regarding automatic styles.
The automatic styles works exactly in the way you describe for CSS. If you
change e.g. the bold attribute for a paragraph with default style, you will get
an automatic style which inherits all attributes from default with only the
exception of the "bold"-attribute. If you have a look into the content.xml, you
will find your automatic style like
<style:style style:name="P1" style:family=paragraph"
style:parent-style-name=Standard">
   ....(the changed text properties, e.g. "bold")
</style:style>
So we do not create a "complete" new style for every small change, we point to
the style the attribute has been derived from.
If you apply those attribute to only one paragraph, it would be cheaper to write
it into the paragraph itself (even this is not allowed in ODF). But if you have
more than one paragraph with the same small changes, it's cheaper to have such
automatic style.
BTW: The automatic styles do not cause the trouble with numbering/headings.

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