To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90311
Issue #|90311
Summary|text:span imbricates : style issue
Component|Word processor
Version|OOo 2.4.0
Platform|All
URL|
OS/Version|All
Status|UNCONFIRMED
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P2
Subcomponent|formatting
Assigned to|mru
Reported by|apourche
------- Additional comments from [EMAIL PROTECTED] Tue Jun 3 15:57:48 +0000
2008 -------
The styles associed with imbricates text:span are not visible.
ex : <text:span text:style-name="cImportant">Important <text:span
text:style-name="cSpecial">block</text:span> and special</text:span>
"block" is only in the style "cSpecial" and not "cImportant" also.
ps :
- styles
<style:style style:name="cImportant" style:family="text">
<style:text-properties fo:font-weight="bold"/>
</style:style>
<style:style style:name="cSpecial" style:family="text">
<style:text-properties fo:font-size="170%" fo:font-style="italic"/>
</style:style>
- text:span specification
<define name="paragraph-content" combine="choice">
<element name="text:span">
<optional>
<attribute name="text:style-name">
<ref name="styleNameRef"/>
</attribute>
</optional>
<optional>
<attribute name="text:class-names">
<ref name="styleNameRefs"/>
</attribute>
</optional>
<zeroOrMore>
<ref name="paragraph-content"/>
</zeroOrMore>
</element>
</define>
---------------------------------------------------------------------
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]