Lines Matching refs:rFill
2570 void SwDoc::GetTabCols( SwTabCols &rFill, const SwCursor* pCrsr, in GetTabCols() argument
2615 rFill.SetLeftMin ( nLeftMin ); in GetTabCols()
2616 rFill.SetLeft ( (pTab->Prt().*fnRect->fnGetLeft)() ); in GetTabCols()
2617 rFill.SetRight ( (pTab->Prt().*fnRect->fnGetRight)()); in GetTabCols()
2618 rFill.SetRightMax( nRightMax - nLeftMin ); in GetTabCols()
2620 pTab->GetTable()->GetTabCols( rFill, pBox ); in GetTabCols()
2654 void SwDoc::GetTabRows( SwTabCols &rFill, const SwCursor* , in GetTabRows() argument
2706 rFill.SetLeftMin( nLeftMin ); in GetTabRows()
2707 rFill.SetLeft( nLeft ); in GetTabRows()
2708 rFill.SetRight( nRight ); in GetTabRows()
2709 rFill.SetRightMax( nRightMax ); in GetTabRows()
2782 rFill.Insert( nKey, nFirst, nSecond, bHidden, nIdx++ ); in GetTabRows()
2786 ASSERT( rFill.Count(), "Deleting from empty vector. Fasten your seatbelts!" ) in GetTabRows()
2789 if ( rFill.Count() ) rFill.Remove( 0, 1 ); in GetTabRows()
2790 if ( rFill.Count() ) rFill.Remove( rFill.Count() - 1 , 1 ); in GetTabRows()
2792 rFill.SetLastRowAllowedToChange( !pTab->HasFollowFlowLine() ); in GetTabRows()