Home
last modified time | relevance | path

Searched refs:nSourceStartY (Results 1 – 1 of 1) sorted by path

/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx3391 SCROW nSourceStartY = aSourceRange.aStart.Row(); in AcceptPrivateDrop() local
3395 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 30 milliseconds