Lines Matching refs:pLineBefore
2223 pLineBefore = rTable.GetTabLines()[nStPos - 2]; in SetTableLines()
2244 pLineBefore = rTable.GetTabLines()[ nPos - 1 ]; in SetTableLines()
2270 if( rTable.IsNewModel() && pLineBefore ) in DelFrms()
2271 rTable.CheckRowSpan( pLineBefore, true ); in DelFrms()
2272 if ( pLineBefore ) in DelFrms()
2275 (const SwTableLine*&)pLineBefore ); in DelFrms()
2437 if ( pLineBefore ) in MakeFrms()
2440 (const SwTableLine*&)pLineBefore ); in MakeFrms()
2511 const sal_uInt16 nBfPos = pLineBefore ? in MakeNewFrms()
2512 rTable.GetTabLines().GetPos( (const SwTableLine*&)pLineBefore ) : in MakeNewFrms()
2579 SwTableLine* pLine = pLineBefore ? pLineBefore : rTable.GetTabLines()[i]; in MakeNewFrms()
2597 ( ( !pLineBefore && pSibling->IsInFollowFlowRow() ) || in MakeNewFrms()
2598 ( pLineBefore && pSibling->IsInSplitTableRow() ) ) ) ) in MakeNewFrms()
2606 if ( pLineBefore ) in MakeNewFrms()
2650 if ( !pLineBefore && !pLineBehind && rTable.GetTabLines().Count() ) in AreLinesToRestore()
2654 if(pLineBefore) in AreLinesToRestore()
2656 const SwTableLine* rLBefore = (const SwTableLine*)pLineBefore; in AreLinesToRestore()