Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/ui/view/
H A Dgridwin.cxx3852 sal_Int8 ScGridWindow::DropTransferObj( ScTransferObj* pTransObj, SCCOL nDestPosX, SCROW nDestPosY, in DropTransferObj() argument
3889 ScRange aDest( nDestPosX, nDestPosY, nThisTab, in DropTransferObj()
3890 nDestPosX + nSizeX - 1, nDestPosY + nSizeY - 1, nThisTab ); in DropTransferObj()
3945 else if ( pThisDoc->GetDPAtCursor( nDestPosX, nDestPosY, nThisTab ) ) in DropTransferObj()
3949 ScAddress aDestPos( nDestPosX, nDestPosY, nThisTab ); in DropTransferObj()
3955 else if ( nDestPosX != aSource.aStart.Col() || nDestPosY != aSource.aStart.Row() || in DropTransferObj()
4013 ( eCmd == DEL_CELLSLEFT && nDestPosY == aSource.aStart.Row() ) ) in DropTransferObj()
4019 if ( eCmd == DEL_CELLSUP && nDestPosY > aSource.aEnd.Row() ) in DropTransferObj()
4137 pView->InitBlockMode( nDestPosX, nDestPosY, nThisTab ); in DropTransferObj()
4139 nDestPosY + nSizeY - 1, nThisTab ); in DropTransferObj()
[all …]
/aoo41x/main/sc/source/ui/inc/
H A Dgridwin.hxx247 sal_Int8 DropTransferObj( ScTransferObj* pTransObj, SCCOL nDestPosX, SCROW nDestPosY,

Completed in 104 milliseconds