aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow/TableCellContainer.java
Commit message (Expand)AuthorAgeFilesLines
* - Enforced check for proper number of columns in a table. Now if a table has ...Vincent Hennebert2007-10-311-0/+7
* - factored the management of column numbers into a separate helper classVincent Hennebert2007-10-301-96/+61
* Made the columns field in Table private, and created suitable accessors to itVincent Hennebert2007-10-261-11/+7
* Created an abstract TableCellContainer class meant to contain the logic in Ta...Vincent Hennebert2007-10-261-0/+161