Home
last modified time | relevance | path

Searched refs:xTargetCell (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/svx/source/table/
H A Dtablemodel.cxx164 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()
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()
[all …]
H A Dtablecontroller.cxx2496 …CellRef xTargetCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( aStart.mnCol + nCol, aStar… in PasteObject() local
2497 if( xTargetCell.is() && !xTargetCell->isMerged() ) in PasteObject()
2499 xTargetCell->AddUndo(); in PasteObject()
2500xTargetCell->cloneFrom( dynamic_cast< Cell* >( xPasteTable->getCellByPosition( nCol, nRow ).get() … in PasteObject()
2501 nCol += xTargetCell->getColumnSpan() - 1; in PasteObject()
H A Dsvdotable.cxx2729 CellRef xTargetCell( dynamic_cast< Cell* >( xNewTable->getCellByPosition( nCol, nRow ).get() ) ); in CloneRange() local
2730 if( xTargetCell.is() ) in CloneRange()
2731xTargetCell->cloneFrom( dynamic_cast< Cell* >( xTable->getCellByPosition( rStart.mnCol + nCol, rSt… in CloneRange()

Completed in 40 milliseconds