Lines Matching refs:nNewDragY
3404 SCsROW nNewDragY = nPosY - rData.pCellTransfer->GetDragHandleY(); in AcceptPrivateDrop() local
3405 if (nNewDragY<0) nNewDragY=0; in AcceptPrivateDrop()
3406 if (nNewDragY+(nSizeY-1) > MAXROW) in AcceptPrivateDrop()
3407 nNewDragY = MAXROW-(nSizeY-1); in AcceptPrivateDrop()
3411 ScRange aDropRange = lcl_MakeDropRange( nNewDragX, nNewDragY, nTab, aSourceRange ); in AcceptPrivateDrop()
3430 …if ( pThisDoc == pSourceDoc && ( pDPObj = pThisDoc->GetDPAtCursor( nNewDragX, nNewDragY, nTab ) ) … in AcceptPrivateDrop()
3438 pDPObj->GetHeaderPositionData( ScAddress(nNewDragX, nNewDragY, nTab), aDestData ); in AcceptPrivateDrop()
3464 nSizeY = aOutRange.aEnd.Row() - nNewDragY + 1; in AcceptPrivateDrop()
3493 long nDeltaY = labs( static_cast< long >( nNewDragY - nSourceStartY ) ); in AcceptPrivateDrop()
3503 if ( ( eDragInsertMode == INS_CELLSDOWN && nNewDragY <= nSourceEndY && in AcceptPrivateDrop()
3505 ( nNewDragX != nSourceStartX || nNewDragY >= nSourceStartY ) ) || in AcceptPrivateDrop()
3507 ( nNewDragY + nSizeY - 1 ) >= nSourceStartY && nNewDragY <= nSourceEndY && in AcceptPrivateDrop()
3508 ( nNewDragY != nSourceStartY || nNewDragX >= nSourceStartX ) ) ) in AcceptPrivateDrop()
3532 if ( nNewDragX != (SCsCOL) nDragStartX || nNewDragY != (SCsROW) nDragStartY || in AcceptPrivateDrop()
3540 nDragStartY = nNewDragY; in AcceptPrivateDrop()