Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/ui/view/
H A Dgridwin.cxx3378 SCROW nSourceEndY = aSourceRange.aEnd.Row(); in AcceptPrivateDrop() local
3380 SCROW nSizeY = nSourceEndY - nSourceStartY + 1; in AcceptPrivateDrop()
3488 if ( ( eDragInsertMode == INS_CELLSDOWN && nNewDragY <= nSourceEndY && in AcceptPrivateDrop()
3492 ( nNewDragY + nSizeY - 1 ) >= nSourceStartY && nNewDragY <= nSourceEndY && in AcceptPrivateDrop()

Completed in 53 milliseconds