cvs commit: xml-fop/src/org/apache/fop/fo/flow TableCell.java

2001-10-14 Thread klease
klease 01/10/14 13:42:04 Modified:src/org/apache/fop/fo/flow TableCell.java Log: Don't call layout() on children when doing layout() on a table-cell which is already completely laid out (case of split rows) Revision ChangesPath 1.39 +10 -3 xml-fop/src/org/apac

cvs commit: xml-fop/src/org/apache/fop/fo/flow TableCell.java

2001-08-05 Thread klease
klease 01/08/05 08:46:21 Modified:src/org/apache/fop/fo/flow TableCell.java Log: Use a copy of BorderAndPadding to fix alignment bugs in header/footer cells Revision ChangesPath 1.37 +8 -2 xml-fop/src/org/apache/fop/fo/flow/TableCell.java Index: TableCell

cvs commit: xml-fop/src/org/apache/fop/fo/flow TableCell.java

2001-06-14 Thread klease
klease 01/06/14 14:22:56 Modified:src/org/apache/fop/fo/flow TableCell.java Log: Submitted by: Ivan Demakov Reviewed by: Karen Lease Improves cell borders when border-collapse=collapse (the default). Note that this doesn't implement the full CR, but it's a big improvement an