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.cxx3370 SCCOL nSourceStartX = aSourceRange.aStart.Col(); in AcceptPrivateDrop() local
3374 SCCOL nSizeX = nSourceEndX - nSourceStartX + 1; in AcceptPrivateDrop()
3415 …if ( pThisDoc->GetDPAtCursor( nSourceStartX, nSourceStartY, aSourceRange.aStart.Tab() ) == pDPObj ) in AcceptPrivateDrop()
3472 long nDeltaX = labs( static_cast< long >( nNewDragX - nSourceStartX ) ); in AcceptPrivateDrop()
3484 ( nNewDragX + nSizeX - 1 ) >= nSourceStartX && nNewDragX <= nSourceEndX && in AcceptPrivateDrop()
3485 ( nNewDragX != nSourceStartX || nNewDragY >= nSourceStartY ) ) || in AcceptPrivateDrop()
3488 ( nNewDragY != nSourceStartY || nNewDragX >= nSourceStartX ) ) ) in AcceptPrivateDrop()