Home
last modified time | relevance | path

Searched refs:pInsBox (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sw/source/core/doc/
H A Dtblrwcl.cxx297 SwTableBox* pInsBox; member
308 pInsLine(0), pInsBox(0), nOldSize(0), nNewSize(0), in _CpyPara()
316 rTabFrmArr(rPara.rTabFrmArr), pInsLine(pLine), pInsBox(rPara.pInsBox), in _CpyPara()
324 rTabFrmArr(rPara.rTabFrmArr), pInsLine(rPara.pInsLine), pInsBox(pBox), in _CpyPara()
469 rpFndLine->GetBoxes().Count(), pCpyPara->pInsBox ); in lcl_CopyRow()
470 if( pCpyPara->pInsBox ) in lcl_CopyRow()
472 pCpyPara->pInsBox->GetTabLines().C40_INSERT( SwTableLine, pNewLine, pCpyPara->nInsPos++ ); in lcl_CopyRow()
643 aCpyPara.pInsBox = pFndBox->GetBox(); in _InsertRow()
1434 SwTableBox* pInsBox, in lcl_CpyLines() argument
1438 rLines[n]->SetUpper( pInsBox ); in lcl_CpyLines()
[all …]
H A Dtblcpy.cxx924 SwTableBox* pInsBox = pLastLn->GetTabBoxes()[ nSttBox ]; in InsTable() local
925 ASSERT( pInsBox && pInsBox->GetSttNd(), in InsTable()
930 ? !pUndo->InsertRow( *this, SelLineFromBox( pInsBox, in InsTable()
932 : !InsertRow( pDoc, SelLineFromBox( pInsBox, in InsTable()
/AOO41X/main/sw/source/core/docnode/
H A Dndcopy.cxx306 SwTableBox* pInsBox; member
313 pInsLine(0), pInsBox(0), pTblNd(&rTblNd), pOldTable( pOldTbl ) in _CopyTable()
388 aPara.pInsBox = pNewBox; in lcl_CopyTblBox()
410 rpLine->GetTabBoxes().Count(), pCT->pInsBox ); in lcl_CopyTblLine()
412 if( pCT->pInsBox ) in lcl_CopyTblLine()
414 pCT->pInsBox->GetTabLines().C40_INSERT( SwTableLine, pNewLine, in lcl_CopyTblLine()
415 pCT->pInsBox->GetTabLines().Count() ); in lcl_CopyTblLine()
/AOO41X/main/sw/source/core/layout/
H A Dtrvlfrm.cxx1921 SwTableBox* pInsBox = (SwTableBox*) in MakeTblCrsrs() local
1923 aNew.Insert( pInsBox ); in MakeTblCrsrs()