Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx3390 SCCOL nSourceStartX = aSourceRange.aStart.Col(); in AcceptPrivateDrop() local
3394 SCCOL nSizeX = nSourceEndX - nSourceStartX + 1; in AcceptPrivateDrop()
3435 …if ( pThisDoc->GetDPAtCursor( nSourceStartX, nSourceStartY, aSourceRange.aStart.Tab() ) == pDPObj ) in AcceptPrivateDrop()
3492 long nDeltaX = labs( static_cast< long >( nNewDragX - nSourceStartX ) ); in AcceptPrivateDrop()
3504 ( nNewDragX + nSizeX - 1 ) >= nSourceStartX && nNewDragX <= nSourceEndX && in AcceptPrivateDrop()
3505 ( nNewDragX != nSourceStartX || nNewDragY >= nSourceStartY ) ) || in AcceptPrivateDrop()
3508 ( nNewDragY != nSourceStartY || nNewDragX >= nSourceStartX ) ) ) in AcceptPrivateDrop()

Completed in 25 milliseconds