table header and footer rowgroups placed properly, replicated across continuing tables

some pagination fixes, including a hack to make negative available heights = 1.
This commit is contained in:
buster
1998-04-23 17:29:07 +00:00
parent d594be1468
commit 2e6334e1b0
17 changed files with 2213 additions and 385 deletions

View File

@@ -63,8 +63,15 @@ public:
void VerticallyAlignChild(nsIPresContext* aPresContext);
/** return the mapped cell's row span. Always >= 1. */
virtual PRInt32 GetRowSpan();
/** return the mapped cell's col span. Always >= 1. */
virtual PRInt32 GetColSpan();
/** return the mapped cell's column index (starting at 0 for the first column) */
virtual PRInt32 GetColIndex();
virtual ~nsTableCellFrame();
protected: