Searched refs:nSourceStartY (Results 1 – 1 of 1) sorted by relevance
3391 SCROW nSourceStartY = aSourceRange.aStart.Row(); in AcceptPrivateDrop() local3395 SCROW nSizeY = nSourceEndY - nSourceStartY + 1; in AcceptPrivateDrop()3435 …if ( pThisDoc->GetDPAtCursor( nSourceStartX, nSourceStartY, aSourceRange.aStart.Tab() ) == pDPObj ) in AcceptPrivateDrop()3493 long nDeltaY = labs( static_cast< long >( nNewDragY - nSourceStartY ) ); 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()
Completed in 25 milliseconds