зеркало из https://github.com/mozilla/pjs.git
Whitespace-only change: clean up parameter indentation in nsTableRowGroupFrame
This commit is contained in:
Родитель
046946cfef
Коммит
59f3841f06
|
@ -153,7 +153,7 @@ void nsTableRowGroupFrame::AdjustRowIndices(PRInt32 aRowIndex,
|
|||
}
|
||||
}
|
||||
nsresult
|
||||
nsTableRowGroupFrame::InitRepeatedFrame(nsPresContext* aPresContext,
|
||||
nsTableRowGroupFrame::InitRepeatedFrame(nsPresContext* aPresContext,
|
||||
nsTableRowGroupFrame* aHeaderFooterFrame)
|
||||
{
|
||||
nsTableRowFrame* copyRowFrame = GetFirstRow();
|
||||
|
@ -290,7 +290,7 @@ nsTableRowGroupFrame::GetSkipSides() const
|
|||
// Position and size aKidFrame and update our reflow state. The origin of
|
||||
// aKidRect is relative to the upper-left origin of our frame
|
||||
void
|
||||
nsTableRowGroupFrame::PlaceChild(nsPresContext* aPresContext,
|
||||
nsTableRowGroupFrame::PlaceChild(nsPresContext* aPresContext,
|
||||
nsRowGroupReflowState& aReflowState,
|
||||
nsIFrame* aKidFrame,
|
||||
nsHTMLReflowMetrics& aDesiredSize,
|
||||
|
@ -317,7 +317,7 @@ nsTableRowGroupFrame::PlaceChild(nsPresContext* aPresContext,
|
|||
}
|
||||
|
||||
void
|
||||
nsTableRowGroupFrame::InitChildReflowState(nsPresContext& aPresContext,
|
||||
nsTableRowGroupFrame::InitChildReflowState(nsPresContext& aPresContext,
|
||||
PRBool aBorderCollapse,
|
||||
nsHTMLReflowState& aReflowState)
|
||||
{
|
||||
|
@ -348,7 +348,7 @@ CacheRowHeightsForPrinting(nsPresContext* aPresContext,
|
|||
}
|
||||
|
||||
NS_METHOD
|
||||
nsTableRowGroupFrame::ReflowChildren(nsPresContext* aPresContext,
|
||||
nsTableRowGroupFrame::ReflowChildren(nsPresContext* aPresContext,
|
||||
nsHTMLReflowMetrics& aDesiredSize,
|
||||
nsRowGroupReflowState& aReflowState,
|
||||
nsReflowStatus& aStatus,
|
||||
|
@ -557,7 +557,7 @@ nsTableRowGroupFrame::DidResizeRows(nsHTMLReflowMetrics& aDesiredSize)
|
|||
// Even if rows don't change height, this method must be called to set the heights of each
|
||||
// cell in the row to the height of its row.
|
||||
void
|
||||
nsTableRowGroupFrame::CalculateRowHeights(nsPresContext* aPresContext,
|
||||
nsTableRowGroupFrame::CalculateRowHeights(nsPresContext* aPresContext,
|
||||
nsHTMLReflowMetrics& aDesiredSize,
|
||||
const nsHTMLReflowState& aReflowState)
|
||||
{
|
||||
|
@ -921,8 +921,8 @@ nsTableRowGroupFrame::SlideChild(nsRowGroupReflowState& aReflowState,
|
|||
// and the frames that follow
|
||||
void
|
||||
nsTableRowGroupFrame::CreateContinuingRowFrame(nsPresContext& aPresContext,
|
||||
nsIFrame& aRowFrame,
|
||||
nsIFrame** aContRowFrame)
|
||||
nsIFrame& aRowFrame,
|
||||
nsIFrame** aContRowFrame)
|
||||
{
|
||||
// XXX what is the row index?
|
||||
if (!aContRowFrame) {NS_ASSERTION(PR_FALSE, "bad call"); return;}
|
||||
|
@ -948,7 +948,7 @@ nsTableRowGroupFrame::CreateContinuingRowFrame(nsPresContext& aPresContext,
|
|||
// and end on or after aLastRow. aFirstTruncatedRow is the highest row on the
|
||||
// page that contains a cell which cannot split on this page
|
||||
void
|
||||
nsTableRowGroupFrame::SplitSpanningCells(nsPresContext& aPresContext,
|
||||
nsTableRowGroupFrame::SplitSpanningCells(nsPresContext& aPresContext,
|
||||
const nsHTMLReflowState& aReflowState,
|
||||
nsTableFrame& aTable,
|
||||
nsTableRowFrame& aFirstRow,
|
||||
|
@ -1023,7 +1023,7 @@ nsTableRowGroupFrame::SplitSpanningCells(nsPresContext& aPresContext,
|
|||
// is necessary in case the row doesn't need a continuation later on or needs
|
||||
// a continuation which doesn't have the same number of cells that now exist.
|
||||
void
|
||||
nsTableRowGroupFrame::UndoContinuedRow(nsPresContext* aPresContext,
|
||||
nsTableRowGroupFrame::UndoContinuedRow(nsPresContext* aPresContext,
|
||||
nsTableRowFrame* aRow)
|
||||
{
|
||||
if (!aRow) return; // allow null aRow to avoid callers doing null checks
|
||||
|
@ -1057,7 +1057,7 @@ GetRowBefore(nsTableRowFrame& aStartRow,
|
|||
}
|
||||
|
||||
nsresult
|
||||
nsTableRowGroupFrame::SplitRowGroup(nsPresContext* aPresContext,
|
||||
nsTableRowGroupFrame::SplitRowGroup(nsPresContext* aPresContext,
|
||||
nsHTMLReflowMetrics& aDesiredSize,
|
||||
const nsHTMLReflowState& aReflowState,
|
||||
nsTableFrame* aTableFrame,
|
||||
|
@ -1290,7 +1290,7 @@ nsTableRowGroupFrame::SplitRowGroup(nsPresContext* aPresContext,
|
|||
* Rows are responsible for layout of their children.
|
||||
*/
|
||||
NS_METHOD
|
||||
nsTableRowGroupFrame::Reflow(nsPresContext* aPresContext,
|
||||
nsTableRowGroupFrame::Reflow(nsPresContext* aPresContext,
|
||||
nsHTMLReflowMetrics& aDesiredSize,
|
||||
const nsHTMLReflowState& aReflowState,
|
||||
nsReflowStatus& aStatus)
|
||||
|
|
|
@ -140,7 +140,7 @@ public:
|
|||
*
|
||||
* @see nsIFrame::Reflow
|
||||
*/
|
||||
NS_IMETHOD Reflow(nsPresContext* aPresContext,
|
||||
NS_IMETHOD Reflow(nsPresContext* aPresContext,
|
||||
nsHTMLReflowMetrics& aDesiredSize,
|
||||
const nsHTMLReflowState& aReflowState,
|
||||
nsReflowStatus& aStatus);
|
||||
|
@ -184,7 +184,7 @@ public:
|
|||
* @param aHeaderFooterFrame the original header or footer row group frame
|
||||
* that was repeated
|
||||
*/
|
||||
nsresult InitRepeatedFrame(nsPresContext* aPresContext,
|
||||
nsresult InitRepeatedFrame(nsPresContext* aPresContext,
|
||||
nsTableRowGroupFrame* aHeaderFooterFrame);
|
||||
|
||||
|
||||
|
@ -218,7 +218,7 @@ public:
|
|||
* @param aWidth new width of the rowgroup
|
||||
*/
|
||||
nscoord CollapseRowGroupIfNecessary(nscoord aYTotalOffset,
|
||||
nscoord aWidth);
|
||||
nscoord aWidth);
|
||||
|
||||
// nsILineIterator methods
|
||||
public:
|
||||
|
@ -364,21 +364,21 @@ public:
|
|||
protected:
|
||||
nsTableRowGroupFrame(nsStyleContext* aContext);
|
||||
|
||||
void InitChildReflowState(nsPresContext& aPresContext,
|
||||
void InitChildReflowState(nsPresContext& aPresContext,
|
||||
PRBool aBorderCollapse,
|
||||
nsHTMLReflowState& aReflowState);
|
||||
|
||||
/** implement abstract method on nsHTMLContainerFrame */
|
||||
virtual PRIntn GetSkipSides() const;
|
||||
|
||||
void PlaceChild(nsPresContext* aPresContext,
|
||||
void PlaceChild(nsPresContext* aPresContext,
|
||||
nsRowGroupReflowState& aReflowState,
|
||||
nsIFrame* aKidFrame,
|
||||
nsHTMLReflowMetrics& aDesiredSize,
|
||||
const nsRect& aOriginalKidRect,
|
||||
const nsRect& aOriginalKidOverflowRect);
|
||||
|
||||
void CalculateRowHeights(nsPresContext* aPresContext,
|
||||
void CalculateRowHeights(nsPresContext* aPresContext,
|
||||
nsHTMLReflowMetrics& aDesiredSize,
|
||||
const nsHTMLReflowState& aReflowState);
|
||||
|
||||
|
@ -395,19 +395,19 @@ protected:
|
|||
* @return true if we successfully reflowed all the mapped children and false
|
||||
* otherwise, e.g. we pushed children to the next in flow
|
||||
*/
|
||||
NS_METHOD ReflowChildren(nsPresContext* aPresContext,
|
||||
NS_METHOD ReflowChildren(nsPresContext* aPresContext,
|
||||
nsHTMLReflowMetrics& aDesiredSize,
|
||||
nsRowGroupReflowState& aReflowState,
|
||||
nsReflowStatus& aStatus,
|
||||
PRBool* aPageBreakBeforeEnd = nsnull);
|
||||
|
||||
nsresult SplitRowGroup(nsPresContext* aPresContext,
|
||||
nsresult SplitRowGroup(nsPresContext* aPresContext,
|
||||
nsHTMLReflowMetrics& aDesiredSize,
|
||||
const nsHTMLReflowState& aReflowState,
|
||||
nsTableFrame* aTableFrame,
|
||||
nsReflowStatus& aStatus);
|
||||
|
||||
void SplitSpanningCells(nsPresContext& aPresContext,
|
||||
void SplitSpanningCells(nsPresContext& aPresContext,
|
||||
const nsHTMLReflowState& aReflowState,
|
||||
nsTableFrame& aTableFrame,
|
||||
nsTableRowFrame& aFirstRow,
|
||||
|
@ -419,15 +419,15 @@ protected:
|
|||
nscoord& aDesiredHeight);
|
||||
|
||||
void CreateContinuingRowFrame(nsPresContext& aPresContext,
|
||||
nsIFrame& aRowFrame,
|
||||
nsIFrame** aContRowFrame);
|
||||
nsIFrame& aRowFrame,
|
||||
nsIFrame** aContRowFrame);
|
||||
|
||||
PRBool IsSimpleRowFrame(nsTableFrame* aTableFrame,
|
||||
nsIFrame* aFrame);
|
||||
|
||||
void GetNextRowSibling(nsIFrame** aRowFrame);
|
||||
|
||||
void UndoContinuedRow(nsPresContext* aPresContext,
|
||||
void UndoContinuedRow(nsPresContext* aPresContext,
|
||||
nsTableRowFrame* aRow);
|
||||
|
||||
private:
|
||||
|
|
Загрузка…
Ссылка в новой задаче