Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/ui/view/
H A Dgridwin.cxx3376 SCROW nSourceStartY = aSourceRange.aStart.Row(); in AcceptPrivateDrop() local
3380 SCROW nSizeY = nSourceEndY - nSourceStartY + 1; in AcceptPrivateDrop()
3420 …if ( pThisDoc->GetDPAtCursor( nSourceStartX, nSourceStartY, aSourceRange.aStart.Tab() ) == pDPObj ) in AcceptPrivateDrop()
3478 long nDeltaY = labs( static_cast< long >( nNewDragY - nSourceStartY ) ); in AcceptPrivateDrop()
3490 ( nNewDragX != nSourceStartX || nNewDragY >= nSourceStartY ) ) || in AcceptPrivateDrop()
3492 ( nNewDragY + nSizeY - 1 ) >= nSourceStartY && nNewDragY <= nSourceEndY && in AcceptPrivateDrop()
3493 ( nNewDragY != nSourceStartY || nNewDragX >= nSourceStartX ) ) ) in AcceptPrivateDrop()

Completed in 53 milliseconds