Lines Matching refs:xTargetCell
164 CellRef xTargetCell( getCell( nCol, nRow ) ); in TableModel() local
165 if( xTargetCell.is() ) in TableModel()
166 xTargetCell->cloneFrom( xSourceTable->getCell( nCol, nRow ) ); in TableModel()
876 CellRef xTargetCell( getCell( nIndex + nCount, nRow ) ); in removeColumns() local
877 if( xTargetCell.is() ) in removeColumns()
880 xTargetCell->AddUndo(); in removeColumns()
881 xTargetCell->merge( nColSpan - nRemove, xCell->getRowSpan() ); in removeColumns()
882 xTargetCell->replaceContentAndFormatting( xCell ); in removeColumns()
1037 CellRef xTargetCell( getCell( nCol, nIndex + nCount ) ); in removeRows() local
1038 if( xTargetCell.is() ) in removeRows()
1041 xTargetCell->AddUndo(); in removeRows()
1042 xTargetCell->merge( xCell->getColumnSpan(), nRowSpan - nRemove ); in removeRows()
1043 xTargetCell->replaceContentAndFormatting( xCell ); in removeRows()