Lines Matching refs:aCpyPara
563 _CpyPara aCpyPara( pTblNd, nCnt, aTabFrmArr ); in InsertCol() local
566 lcl_InsCol( aFndBox.GetLines()[ n ], aCpyPara, nCnt, bBehind ); in InsertCol()
635 _CpyPara aCpyPara( pTblNd, 0, aTabFrmArr ); in _InsertRow() local
640 aCpyPara.nInsPos = GetTabLines().C40_GETPOS( SwTableLine, pLine ); in _InsertRow()
643 aCpyPara.pInsBox = pFndBox->GetBox(); in _InsertRow()
644 aCpyPara.nInsPos = pFndBox->GetBox()->GetTabLines().C40_GETPOS( SwTableLine, pLine ); in _InsertRow()
649 ++aCpyPara.nInsPos; in _InsertRow()
650 aCpyPara.nDelBorderFlag = 1; in _InsertRow()
653 aCpyPara.nDelBorderFlag = 2; in _InsertRow()
658 aCpyPara.nDelBorderFlag = 1; in _InsertRow()
659 pFndBox->GetLines().ForEach( &lcl_CopyRow, &aCpyPara ); in _InsertRow()
753 _CpyPara aCpyPara( pTblNd, 0, aTabFrmArr ); in AppendRow() local
754 aCpyPara.nInsPos = GetTabLines().Count(); in AppendRow()
755 aCpyPara.nDelBorderFlag = 1; in AppendRow()
759 aCpyPara.nDelBorderFlag = 1; in AppendRow()
760 aFndBox.GetLines().ForEach( &lcl_CopyRow, &aCpyPara ); in AppendRow()