Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved table-related FObj into new o.a.fop.fo.flow.table package | Vincent Hennebert | 2007-11-05 | 1 | -124/+0 |
* | First step towards building row groups at the FO tree stage. The built row gr... | Vincent Hennebert | 2007-11-05 | 1 | -0/+2 |
* | Reworked the creation of implicit columns to match new behaviour: the number ... | Vincent Hennebert | 2007-11-02 | 1 | -21/+14 |
* | - Enforced check for proper number of columns in a table. Now if a table has ... | Vincent Hennebert | 2007-10-31 | 1 | -0/+7 |
* | - factored the management of column numbers into a separate helper class | Vincent Hennebert | 2007-10-30 | 1 | -96/+61 |
* | Made the columns field in Table private, and created suitable accessors to it | Vincent Hennebert | 2007-10-26 | 1 | -11/+7 |
* | Created an abstract TableCellContainer class meant to contain the logic in Ta... | Vincent Hennebert | 2007-10-26 | 1 | -0/+161 |