Searched refs:xTargetCell (Results 1 – 3 of 3) sorted by relevance
164 CellRef xTargetCell( getCell( nCol, nRow ) ); in TableModel() local165 if( xTargetCell.is() ) in TableModel()166 xTargetCell->cloneFrom( xSourceTable->getCell( nCol, nRow ) ); in TableModel()876 CellRef xTargetCell( getCell( nIndex + nCount, nRow ) ); in removeColumns() local877 if( xTargetCell.is() ) in removeColumns()880 xTargetCell->AddUndo(); in removeColumns()882 xTargetCell->replaceContentAndFormating( xCell ); in removeColumns()1037 CellRef xTargetCell( getCell( nCol, nIndex + nCount ) ); in removeRows() local1038 if( xTargetCell.is() ) in removeRows()1041 xTargetCell->AddUndo(); in removeRows()[all …]
2496 …CellRef xTargetCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( aStart.mnCol + nCol, aStar… in PasteObject() local2497 if( xTargetCell.is() && !xTargetCell->isMerged() ) in PasteObject()2499 xTargetCell->AddUndo(); in PasteObject()2500 …xTargetCell->cloneFrom( dynamic_cast< Cell* >( xPasteTable->getCellByPosition( nCol, nRow ).get() … in PasteObject()2501 nCol += xTargetCell->getColumnSpan() - 1; in PasteObject()
2729 CellRef xTargetCell( dynamic_cast< Cell* >( xNewTable->getCellByPosition( nCol, nRow ).get() ) ); in CloneRange() local2730 if( xTargetCell.is() ) in CloneRange()2731 …xTargetCell->cloneFrom( dynamic_cast< Cell* >( xTable->getCellByPosition( rStart.mnCol + nCol, rSt… in CloneRange()
Completed in 32 milliseconds