Lines Matching refs:rTbl

820 void _DeleteBox( SwTable& rTbl, SwTableBox* pBox, SwUndo* pUndo,  in _DeleteBox()  argument
937 nDelPos = rTbl.GetTabLines().C40_GETPOS( SwTableLine, pLine ); in _DeleteBox()
939 pShareFmts->RemoveFormat( *rTbl.GetTabLines()[ nDelPos ]->GetFrmFmt() ); in _DeleteBox()
940 rTbl.GetTabLines().DeleteAndDestroy( nDelPos ); in _DeleteBox()
1008 void lcl_SaveUpperLowerBorder( SwTable& rTbl, const SwTableBox& rBox, in lcl_SaveUpperLowerBorder() argument
1030 pTblLns = &rTbl.GetTabLines(); in lcl_SaveUpperLowerBorder()
1864 void lcl_CheckRowSpan( SwTable &rTbl ) in lcl_CheckRowSpan() argument
1866 sal_uInt16 nLineCount = rTbl.GetTabLines().Count(); in lcl_CheckRowSpan()
1871 SwTableLine* pLine = rTbl.GetTabLines()[ nLineCount - nMaxSpan ]; in lcl_CheckRowSpan()
2375 SwTableBox* SwTableLine::FindNextBox( const SwTable& rTbl, in FindNextBox() argument
2397 return GetUpper()->GetUpper()->FindNextBox( rTbl, GetUpper(), bOvrTblLns ); in FindNextBox()
2403 nFndPos = rTbl.GetTabLines().GetPos( pLine ); in FindNextBox()
2404 if( nFndPos + 1 >= rTbl.GetTabLines().Count() ) in FindNextBox()
2407 pLine = rTbl.GetTabLines()[ nFndPos+1 ]; in FindNextBox()
2419 return pLine->FindNextBox( rTbl, 0, bOvrTblLns ); in FindNextBox()
2423 SwTableBox* SwTableLine::FindPreviousBox( const SwTable& rTbl, in FindPreviousBox() argument
2448 return GetUpper()->GetUpper()->FindPreviousBox( rTbl, GetUpper(), bOvrTblLns ); in FindPreviousBox()
2454 nFndPos = rTbl.GetTabLines().GetPos( pLine ); in FindPreviousBox()
2458 pLine = rTbl.GetTabLines()[ nFndPos-1 ]; in FindPreviousBox()
2473 return pLine->FindPreviousBox( rTbl, 0, bOvrTblLns ); in FindPreviousBox()
2477 SwTableBox* SwTableBox::FindNextBox( const SwTable& rTbl, in FindNextBox() argument
2482 return GetUpper()->FindNextBox( rTbl, pSrchBox ? pSrchBox : this, in FindNextBox()
2488 SwTableBox* SwTableBox::FindPreviousBox( const SwTable& rTbl, in FindPreviousBox() argument
2493 return GetUpper()->FindPreviousBox( rTbl, pSrchBox ? pSrchBox : this, in FindPreviousBox()
3530 SwTable& rTbl = rParam.pTblNd->GetTable(); in lcl_SaveInsDelData() local
3536 for( sal_uInt16 n = 0; n < rTbl.GetTabLines().Count(); ++n ) in lcl_SaveInsDelData()
3537 ::lcl_DelSelBox( rTbl.GetTabLines()[ n ], rParam, nDistStt, sal_True ); in lcl_SaveInsDelData()
3539 for( sal_uInt16 n = 0; n < rTbl.GetTabLines().Count(); ++n ) in lcl_SaveInsDelData()
3540 ::lcl_InsSelBox( rTbl.GetTabLines()[ n ], rParam, nDistStt, sal_True ); in lcl_SaveInsDelData()
3545 rTbl.GetTabSortBoxes().Count() ) in lcl_SaveInsDelData()
3550 pFndBox->SetTableLines( rParam.aBoxes, rTbl ); in lcl_SaveInsDelData()
3554 rTbl.GetTabLines().ForEach( &_FndLineCopyCol, &aPara ); in lcl_SaveInsDelData()
3556 pFndBox->SetTableLines( rTbl ); in lcl_SaveInsDelData()
3559 rTmpLst.Insert( &rTbl.GetTabSortBoxes(), 0, rTbl.GetTabSortBoxes().Count() ); in lcl_SaveInsDelData()
3563 pFndBox->DelFrms( rTbl ); in lcl_SaveInsDelData()
4070 SwTable& rTbl = rParam.pTblNd->GetTable(); in lcl_SaveInsDelData() local
4076 rTbl.GetTabSortBoxes().Count() ) in lcl_SaveInsDelData()
4081 pFndBox->SetTableLines( rParam.aBoxes, rTbl ); in lcl_SaveInsDelData()
4085 rTbl.GetTabLines().ForEach( &_FndLineCopyCol, &aPara ); in lcl_SaveInsDelData()
4087 pFndBox->SetTableLines( rTbl ); in lcl_SaveInsDelData()
4090 rTmpLst.Insert( &rTbl.GetTabSortBoxes(), 0, rTbl.GetTabSortBoxes().Count() ); in lcl_SaveInsDelData()
4094 pFndBox->DelFrms( rTbl ); in lcl_SaveInsDelData()