aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow/TableCellContainer.java
Commit message (Expand)AuthorAgeFilesLines
* Moved table-related FObj into new o.a.fop.fo.flow.table packageVincent Hennebert2007-11-051-124/+0
* First step towards building row groups at the FO tree stage. The built row gr...Vincent Hennebert2007-11-051-0/+2
* Reworked the creation of implicit columns to match new behaviour: the number ...Vincent Hennebert2007-11-021-21/+14
* - 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