Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx3393 SCROW nSourceEndY = aSourceRange.aEnd.Row(); in AcceptPrivateDrop() local
3395 SCROW nSizeY = nSourceEndY - nSourceStartY + 1; in AcceptPrivateDrop()
3503 if ( ( eDragInsertMode == INS_CELLSDOWN && nNewDragY <= nSourceEndY && in AcceptPrivateDrop()
3507 ( nNewDragY + nSizeY - 1 ) >= nSourceStartY && nNewDragY <= nSourceEndY && in AcceptPrivateDrop()

Completed in 32 milliseconds