|
|
@ -731,9 +731,16 @@ genommen. Wenn nicht, wird mit colspan multipliziert.--> |
|
|
|
</xsl:choose> |
|
|
|
</xsl:choose> |
|
|
|
</xsl:variable> |
|
|
|
</xsl:variable> |
|
|
|
<textField isStretchWithOverflow="true"> |
|
|
|
<textField isStretchWithOverflow="true"> |
|
|
|
|
|
|
|
<!--<xsl:comment><xsl:value-of select="concat('ROW ' ,$rowCounter ,'-', $rowspan)"/> |
|
|
|
<reportElement style="TableColumnHeader" mode="Opaque" stretchType="ContainerHeight" |
|
|
|
</xsl:comment>--> |
|
|
|
x="{$columnX}" y="{$y_offset+( $rowCounter * $zeilenhoehe )}" width="{$computedWidth}" height="{$zeilenhoehe*$rowspan}" /> |
|
|
|
<reportElement style="TableColumnHeader" mode="Opaque" |
|
|
|
|
|
|
|
x="{$columnX}" y="{$y_offset+( $rowCounter * $zeilenhoehe )}" width="{$computedWidth}" height="{$zeilenhoehe*$rowspan}"> |
|
|
|
|
|
|
|
<xsl:if test="$rowCounter >0 or $rowspan >1"> |
|
|
|
|
|
|
|
<!-- verschachtelte Überschriften: oberste Zeile darf keinen stretchType haben, wenn darunter Zellen sind. |
|
|
|
|
|
|
|
Sonst zeigt Excel das nicht an.--> |
|
|
|
|
|
|
|
<xsl:attribute name="stretchType"><xsl:text>ContainerHeight</xsl:text></xsl:attribute> |
|
|
|
|
|
|
|
</xsl:if> |
|
|
|
|
|
|
|
</reportElement> |
|
|
|
<textFieldExpression><xsl:text>"</xsl:text> |
|
|
|
<textFieldExpression><xsl:text>"</xsl:text> |
|
|
|
<xsl:call-template name="newline_to_backslash_n"> |
|
|
|
<xsl:call-template name="newline_to_backslash_n"> |
|
|
|
<xsl:with-param name="string" select="."/> |
|
|
|
<xsl:with-param name="string" select="."/> |
|
|
|