Lines Matching refs:nDestCol
2243 SCCOL nDestCol = rDestPos.Col(); in MoveBlock() local
2304 SCCOL nDestEndCol = nDestCol + ( nOldEndCol-nStartCol ); in MoveBlock()
2307 SCCOL nUndoEndCol = nDestCol + ( nEndCol-nStartCol ); // erweitert im Zielblock in MoveBlock()
2335 aTester.TestBlock( pDoc, nTab, nDestCol,nDestRow, nUndoEndCol,nUndoEndRow ); in MoveBlock()
2351 if (pDoc->HasAttrib( nDestCol,nDestRow,nDestTab, nUndoEndCol,nUndoEndRow,nDestEndTab, in MoveBlock()
2365 …rDocShell.UpdatePaintExt( nDestExt, nDestCol,nDestRow,nDestTab, nDestEndCol,nDestEndRow,nDestEndTa… in MoveBlock()
2393 pDoc->CopyToDocument( nDestCol, nDestRow, nDestTab, in MoveBlock()
2416 if (pDoc->HasAttrib( nDestCol,nDestRow,nDestTab, in MoveBlock()
2442 ScRange aPasteDest( nDestCol, nDestRow, nDestTab, nDestEndCol, nDestEndRow, nDestEndTab ); in MoveBlock()
2484 … pRefUndoDoc->DeleteArea( nDestCol, nDestRow, nDestEndCol, nDestEndRow, aSourceMark, IDF_ALL ); in MoveBlock()
2495 ScAddress( nDestCol, nDestRow, nDestTab ), in MoveBlock()
2505 pDoc->ExtendMerge( nDestCol, nDestRow, nTmpEndCol, nTmpEndRow, nTab, sal_True ); in MoveBlock()
2518 SCCOL nPaintStartX = nDestCol; in MoveBlock()