Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx3867 sal_Int8 ScGridWindow::DropTransferObj( ScTransferObj* pTransObj, SCCOL nDestPosX, SCROW nDestPosY, in DropTransferObj() argument
3904 ScRange aDest( nDestPosX, nDestPosY, nThisTab, in DropTransferObj()
3905 nDestPosX + nSizeX - 1, nDestPosY + nSizeY - 1, nThisTab ); in DropTransferObj()
3960 else if ( pThisDoc->GetDPAtCursor( nDestPosX, nDestPosY, nThisTab ) ) in DropTransferObj()
3964 ScAddress aDestPos( nDestPosX, nDestPosY, nThisTab ); in DropTransferObj()
3970 else if ( nDestPosX != aSource.aStart.Col() || nDestPosY != aSource.aStart.Row() || in DropTransferObj()
4028 ( eCmd == DEL_CELLSLEFT && nDestPosY == aSource.aStart.Row() ) ) in DropTransferObj()
4034 if ( eCmd == DEL_CELLSUP && nDestPosY > aSource.aEnd.Row() ) in DropTransferObj()
4152 pView->InitBlockMode( nDestPosX, nDestPosY, nThisTab ); in DropTransferObj()
4154 nDestPosY + nSizeY - 1, nThisTab ); in DropTransferObj()
[all …]
/trunk/main/sc/source/ui/inc/
H A Dgridwin.hxx247 sal_Int8 DropTransferObj( ScTransferObj* pTransObj, SCCOL nDestPosX, SCROW nDestPosY,

Completed in 42 milliseconds