Lines Matching refs:rRow
208 void MA_FASTCALL lcl_RecalcRow( SwRowFrm& rRow, long nBottom );
260 const SwRowFrm& rRow = (SwRowFrm&)rTmpRow; in lcl_InsertNewFollowFlowLine()
263 SwRowFrm *pFollowFlowLine = new SwRowFrm(*rRow.GetTabLine(), &rTab, false ); in lcl_InsertNewFollowFlowLine()
354 void lcl_ShrinkCellsAndAllContent( SwRowFrm& rRow ) in lcl_ShrinkCellsAndAllContent() argument
356 SwCellFrm* pCurrMasterCell = static_cast<SwCellFrm*>(rRow.Lower()); in lcl_ShrinkCellsAndAllContent()
886 long lcl_GetMaximumLayoutRowSpan( const SwRowFrm& rRow ) in lcl_GetMaximumLayoutRowSpan() argument
890 const SwRowFrm* pCurrentRowFrm = static_cast<const SwRowFrm*>(rRow.GetNext()); in lcl_GetMaximumLayoutRowSpan()
995 bool lcl_FindSectionsInRow( const SwRowFrm& rRow ) in lcl_FindSectionsInRow() argument
998 SwCellFrm* pLower = (SwCellFrm*)rRow.Lower(); in lcl_FindSectionsInRow()
1001 if ( pLower->IsVertical() != rRow.IsVertical() ) in lcl_FindSectionsInRow()
1669 void MA_FASTCALL lcl_RecalcRow( SwRowFrm& rRow, long nBottom ) in lcl_RecalcRow() argument
1674 SwPageFrm* pPageFrm = rRow.FindPageFrm(); in lcl_RecalcRow()
1693 while( lcl_InnerCalcLayout( &rRow, nBottom ) ) in lcl_RecalcRow()
1702 rRow.ValidateThisAndAllLowers( nLoopControlStage_2++ ); in lcl_RecalcRow()
1715 bCheck = SwCntntFrm::CalcLowers( &rRow, rRow.GetUpper(), nBottom, true ); in lcl_RecalcRow()
1723 SwCellFrm* pCellFrm = static_cast<SwCellFrm*>(rRow.Lower()); in lcl_RecalcRow()
1751 rRow.ValidateThisAndAllLowers( nLoopControlStage_1++ ); in lcl_RecalcRow()
4234 sal_uInt16 lcl_GetTopSpace( const SwRowFrm& rRow ) in lcl_GetTopSpace() argument
4237 for ( SwCellFrm* pCurrLower = (SwCellFrm*)rRow.Lower(); pCurrLower; in lcl_GetTopSpace()
4255 sal_uInt16 lcl_GetTopLineDist( const SwRowFrm& rRow ) in lcl_GetTopLineDist() argument
4258 for ( SwCellFrm* pCurrLower = (SwCellFrm*)rRow.Lower(); pCurrLower; in lcl_GetTopLineDist()
4276 sal_uInt16 lcl_GetBottomLineSize( const SwRowFrm& rRow ) in lcl_GetBottomLineSize() argument
4279 for ( SwCellFrm* pCurrLower = (SwCellFrm*)rRow.Lower(); pCurrLower; in lcl_GetBottomLineSize()
4301 sal_uInt16 lcl_GetBottomLineDist( const SwRowFrm& rRow ) in lcl_GetBottomLineDist() argument
4304 for ( SwCellFrm* pCurrLower = (SwCellFrm*)rRow.Lower(); pCurrLower; in lcl_GetBottomLineDist()