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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user