Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/ui/view/
H A Dgridwin.cxx3385 SCsCOL nNewDragX = nPosX - rData.pCellTransfer->GetDragHandleX(); in AcceptPrivateDrop() local
3386 if (nNewDragX<0) nNewDragX=0; in AcceptPrivateDrop()
3387 if (nNewDragX+(nSizeX-1) > MAXCOL) in AcceptPrivateDrop()
3388 nNewDragX = MAXCOL-(nSizeX-1); in AcceptPrivateDrop()
3396 ScRange aDropRange = lcl_MakeDropRange( nNewDragX, nNewDragY, nTab, aSourceRange ); in AcceptPrivateDrop()
3415 …if ( pThisDoc == pSourceDoc && ( pDPObj = pThisDoc->GetDPAtCursor( nNewDragX, nNewDragY, nTab ) ) … in AcceptPrivateDrop()
3423 pDPObj->GetHeaderPositionData( ScAddress(nNewDragX, nNewDragY, nTab), aDestData ); in AcceptPrivateDrop()
3455 nSizeX = aOutRange.aEnd.Col() - nNewDragX + 1; in AcceptPrivateDrop()
3477 long nDeltaX = labs( static_cast< long >( nNewDragX - nSourceStartX ) ); in AcceptPrivateDrop()
3489 ( nNewDragX + nSizeX - 1 ) >= nSourceStartX && nNewDragX <= nSourceEndX && in AcceptPrivateDrop()
[all …]