/[Apache-SVN]
ViewVC logotype

Revision 590136


Jump to revision: Previous Next
Author: vhennebert
Date: Tue Oct 30 16:21:39 2007 UTC (16 years, 7 months ago)
Changed paths: 10
Log Message:
- factored the management of column numbers into a separate helper class
- moved the PendingSpan inner class from TableFObj into TableCellContainer, where it's a bit more appropriate
- simplified the getTable method in TableFObj by overriding it in Table
- simplified the propertyMaker for column-number: now it's the table-cell which notifies the parent table-body that it starts a new row. As an additional benefit the propertyMaker for starts-row is now called only once, instead of twice before
- reworked, factored and simplified the handling of column indices in TableCellContainer
- bugfix: repeated fo:table-column were not added at the right place in the column lists
- bugfix: width set on cell on second row was applied to the column's width, whereas it shouldn't
- checkstyle cleanup


Changed paths

Path Details
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/fo/expr/FromTableColumnFunction.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/ColumnNumberManager.java added
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/ColumnNumberManagerHolder.java added
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/Table.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/TableBody.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/TableCell.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/TableCellContainer.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/TableColumn.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/TableFObj.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/TableRow.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26