Searched refs:nSourceStartX (Results 1 – 1 of 1) sorted by relevance
3375 SCCOL nSourceStartX = aSourceRange.aStart.Col(); in AcceptPrivateDrop() local3379 SCCOL nSizeX = nSourceEndX - nSourceStartX + 1; in AcceptPrivateDrop()3420 …if ( pThisDoc->GetDPAtCursor( nSourceStartX, nSourceStartY, aSourceRange.aStart.Tab() ) == pDPObj ) in AcceptPrivateDrop()3477 long nDeltaX = labs( static_cast< long >( nNewDragX - nSourceStartX ) ); in AcceptPrivateDrop()3489 ( nNewDragX + nSizeX - 1 ) >= nSourceStartX && nNewDragX <= nSourceEndX && in AcceptPrivateDrop()3490 ( nNewDragX != nSourceStartX || nNewDragY >= nSourceStartY ) ) || in AcceptPrivateDrop()3493 ( nNewDragY != nSourceStartY || nNewDragX >= nSourceStartX ) ) ) in AcceptPrivateDrop()
Completed in 28 milliseconds