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.cxx3373 SCROW nSourceEndY = aSourceRange.aEnd.Row(); in AcceptPrivateDrop() local
3375 SCROW nSizeY = nSourceEndY - nSourceStartY + 1; in AcceptPrivateDrop()
3483 if ( ( eDragInsertMode == INS_CELLSDOWN && nNewDragY <= nSourceEndY && in AcceptPrivateDrop()
3487 ( nNewDragY + nSizeY - 1 ) >= nSourceStartY && nNewDragY <= nSourceEndY && in AcceptPrivateDrop()