To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65442
Issue #:|65442
Summary:|wx:pBdrGoup ignored in w:tc
Component:|xml
Version:|OOo 2.0.2
Platform:|All
URL:|
OS/Version:|All
Status:|UNCONFIRMED
Status whiteboard:|
Keywords:|
Resolution:|
Issue type:|DEFECT
Priority:|P3
Subcomponent:|external filters
Assigned to:|jsi
Reported by:|stefan_ziel
------- Additional comments from [EMAIL PROTECTED] Tue May 16 05:59:42 -0700
2006 -------
border groups in tablecells are ignored. to fix this
change wordml2ooo_table.xsl :
<xsl:template match="w:tc">
<xsl:element name="table:table-cell">
<xsl:attribute name="table:style-name">Table<xsl:number
count="w:tbl" from="/w:wordDocument/w:body" level="any"
format="1"/>.R<xsl:number count="w:tr" from="/w:wordDocument/w:body"
level="single" format="1"/>C<xsl:number count="w:tc"
from="/w:wordDocument/w:body" level="single" format="1"/>
</xsl:attribute>
<xsl:if test="w:tcPr/w:gridSpan and w:tcPr/w:gridSpan/@w:val >
0">
<xsl:attribute name="table:number-columns-spanned">
<xsl:value-of select="w:tcPr/w:gridSpan/@w:val"/>
</xsl:attribute>
</xsl:if>
<!-- old code
<xsl:apply-templates select="w:p | w:tbl"/>
-->
<!-- better -->
<xsl:apply-templates select="w:p | wx:pBdrGroup | w:tbl"/>
</xsl:element>
</xsl:template>
---------------------------------------------------------------------
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]