Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx3404 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()
[all …]