Lines Matching refs:pFirstRow

265     SwFrm* pFirstRow = rTab.GetFollow()->GetFirstNonHeadlineRow();  in lcl_InsertNewFollowFlowLine()  local
266 pFollowFlowLine->InsertBefore( rTab.GetFollow(), pFirstRow ); in lcl_InsertNewFollowFlowLine()
976 SwFrm* pFirstRow = Lower(); in RemoveFollowFlowLine() local
977 while ( pFirstRow ) in RemoveFollowFlowLine()
979 lcl_AdjustRowSpanCells( static_cast<SwRowFrm*>(pFirstRow) ); in RemoveFollowFlowLine()
980 pFirstRow = pFirstRow->GetNext(); in RemoveFollowFlowLine()
1770 SwLayoutFrm *pFirstRow, in lcl_RecalcTable() argument
1775 if ( !pFirstRow ) in lcl_RecalcTable()
1777 pFirstRow = (SwLayoutFrm*)rTab.Lower(); in lcl_RecalcTable()
1780 ::SwInvalidatePositions( pFirstRow, LONG_MAX ); in lcl_RecalcTable()
1781 lcl_RecalcRow( static_cast<SwRowFrm&>(*pFirstRow), LONG_MAX ); in lcl_RecalcTable()
3644 SwRowFrm* pFirstRow = GetFirstNonHeadlineRow(); in ShouldBwdMoved() local
3645 if ( pFirstRow && pFirstRow->IsInFollowFlowRow() && in ShouldBwdMoved()
3647 *(pFirstRow->GetFmt()->GetDoc()), in ShouldBwdMoved()
3648 *(pFirstRow) ) ) in ShouldBwdMoved()
5798 SwRowFrm* pFirstRow = 0; in CalcHeightOfFirstContentLine() local
5801 pFirstRow = GetFirstNonHeadlineRow(); in CalcHeightOfFirstContentLine()
5802 ASSERT( !IsFollow() || pFirstRow, "FollowTable without Lower" ) in CalcHeightOfFirstContentLine()
5805 if ( pFirstRow && pFirstRow->IsRowSpanLine() && pFirstRow->GetNext() ) in CalcHeightOfFirstContentLine()
5806 pFirstRow = static_cast<SwRowFrm*>(pFirstRow->GetNext()); in CalcHeightOfFirstContentLine()
5820 while ( pFirstRow && pFirstRow->ShouldRowKeepWithNext() ) in CalcHeightOfFirstContentLine()
5823 pFirstRow = static_cast<SwRowFrm*>(pFirstRow->GetNext()); in CalcHeightOfFirstContentLine()
5844 if ( pFirstRow ) in CalcHeightOfFirstContentLine()
5846 const bool bSplittable = pFirstRow->IsRowSplitAllowed(); in CalcHeightOfFirstContentLine()
5847 const SwTwips nFirstLineHeight = (pFirstRow->Frm().*fnRect->fnGetHeight)(); in CalcHeightOfFirstContentLine()
5856 if ( pFirstRow->GetPrev() && in CalcHeightOfFirstContentLine()
5857 static_cast<SwRowFrm*>(pFirstRow->GetPrev())->IsRowSpanLine() ) in CalcHeightOfFirstContentLine()
5861 const SwCellFrm* pLower2 = static_cast<const SwCellFrm*>(pFirstRow->Lower()); in CalcHeightOfFirstContentLine()
5888 …onst SwTwips nHeightOfFirstContentLine = lcl_CalcHeightOfFirstContentLine( *(SwRowFrm*)pFirstRow ); in CalcHeightOfFirstContentLine()
5891 … const SwFmtFrmSize &rSz = static_cast<const SwRowFrm*>(pFirstRow)->GetFmt()->GetFrmSize(); in CalcHeightOfFirstContentLine()