Searched refs:nDestEndCol (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sc/source/ui/undo/ |
H A D | undodat.cxx | 972 SCCOL nDestEndCol = 0; in Undo() local 976 nDestEndCol = aQueryParam.nDestCol + ( aQueryParam.nCol2-aQueryParam.nCol1 ); in Undo() 985 nDestEndCol = aNewDest.aEnd.Col(); in Undo() 994 nDestEndCol, nDestEndRow, aQueryParam.nDestTab ), in Undo() 1000 nDestEndCol, nDestEndRow, aQueryParam.nDestTab ); in Undo() 1002 nDestEndCol, nDestEndRow, aQueryParam.nDestTab, IDF_ALL ); in Undo() 1007 nDestEndCol, nDestEndRow, aQueryParam.nDestTab, in Undo() 1045 SCCOL nEndX = nDestEndCol; in Undo()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 2308 SCCOL nDestEndCol = nDestCol + ( nOldEndCol-nStartCol ); in MoveBlock() local 2369 …rDocShell.UpdatePaintExt( nDestExt, nDestCol,nDestRow,nDestTab, nDestEndCol,nDestEndRow,nDestEndTa… in MoveBlock() 2398 nDestEndCol, nDestEndRow, nDestEndTab, 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() 2503 SCCOL nDestPaintEndCol = nDestEndCol; in MoveBlock() 2507 SCCOL nTmpEndCol = nDestEndCol; in MoveBlock()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | viewfun3.cxx | 1833 SCCOL nDestEndCol = rDestPos.Col() + ( rSource.aEnd.Col() - rSource.aStart.Col() ); in LinkBlock() local 1836 if ( rSource.aStart.Col() <= nDestEndCol && rDestPos.Col() <= rSource.aEnd.Col() && in LinkBlock()
|
Completed in 55 milliseconds