Lines Matching refs:nDestCol
2247 SCCOL nDestCol = rDestPos.Col(); in MoveBlock() local
2308 SCCOL nDestEndCol = nDestCol + ( nOldEndCol-nStartCol ); in MoveBlock()
2311 SCCOL nUndoEndCol = nDestCol + ( nEndCol-nStartCol ); // erweitert im Zielblock in MoveBlock()
2339 aTester.TestBlock( pDoc, nTab, nDestCol,nDestRow, nUndoEndCol,nUndoEndRow ); in MoveBlock()
2355 if (pDoc->HasAttrib( nDestCol,nDestRow,nDestTab, nUndoEndCol,nUndoEndRow,nDestEndTab, in MoveBlock()
2369 …rDocShell.UpdatePaintExt( nDestExt, nDestCol,nDestRow,nDestTab, nDestEndCol,nDestEndRow,nDestEndTa… in MoveBlock()
2397 pDoc->CopyToDocument( nDestCol, nDestRow, nDestTab, in MoveBlock()
2420 if (pDoc->HasAttrib( nDestCol,nDestRow,nDestTab, in MoveBlock()
2446 ScRange aPasteDest( nDestCol, nDestRow, nDestTab, nDestEndCol, nDestEndRow, nDestEndTab ); in MoveBlock()
2488 pRefUndoDoc->DeleteArea( nDestCol, nDestRow, nDestEndCol, nDestEndRow, aSourceMark, IDF_ALL ); in MoveBlock()
2499 ScAddress( nDestCol, nDestRow, nDestTab ), in MoveBlock()
2509 pDoc->ExtendMerge( nDestCol, nDestRow, nTmpEndCol, nTmpEndRow, nTab, sal_True ); in MoveBlock()
2522 SCCOL nPaintStartX = nDestCol; in MoveBlock()