Lines Matching refs:aMove
1049 Point aMove; in MoveArea() local
1053 aMove.X() += pDoc->GetColWidth(s+(SCsCOL)nCol1,nTab); in MoveArea()
1056 aMove.X() -= pDoc->GetColWidth(s+(SCsCOL)nCol1,nTab); in MoveArea()
1058 aMove.Y() += pDoc->GetRowHeight( nRow1, nRow1+nDy-1, nTab); in MoveArea()
1060 aMove.Y() -= pDoc->GetRowHeight( nRow1+nDy, nRow1-1, nTab); in MoveArea()
1063 aMove.X() = -aMove.X(); in MoveArea()
1068 if ( aMove.X() != 0 && nDx < 0 ) // nDx counts cells, sign is independent of RTL in MoveArea()
1069 aTopLeft.X() += aMove.X(); in MoveArea()
1070 if ( aMove.Y() < 0 ) in MoveArea()
1071 aTopLeft.Y() += aMove.Y(); in MoveArea()
1077 MoveAreaTwips( nTab, aRect, aMove, aTopLeft ); in MoveArea()
1544 …Size aMove( rDestRange.Left() - aMirroredSource.Left(), rDestRange.Top() - aMirroredSource.Top() ); in CopyFromClip() local
1586 pNewObject->NbcMove( aMove ); in CopyFromClip()