Lines Matching refs:rMove
890 const Point& rMove, const Point& rTopLeft ) in MoveAreaTwips() argument
892 if (!rMove.X() && !rMove.Y()) in MoveAreaTwips()
905 if ( rMove.X() < 0 || rMove.Y() < 0 ) // verkleinern in MoveAreaTwips()
938 aPoint += rMove; bMoved = sal_True; in MoveAreaTwips()
943 if ( rMove.X() && aPoint.X() >= rArea.Left() + rMove.X() ) in MoveAreaTwips()
945 aPoint.X() = rArea.Left() + rMove.X() - SHRINK_DIST_TWIPS; in MoveAreaTwips()
949 if ( rMove.Y() && aPoint.Y() >= rArea.Top() + rMove.Y() ) in MoveAreaTwips()
951 aPoint.Y() = rArea.Top() + rMove.Y() - SHRINK_DIST_TWIPS; in MoveAreaTwips()
975 aMoveSize = Size(rMove.X(),rMove.Y()); in MoveAreaTwips()
981 if ( rMove.X() && aTopLeft.X() >= rArea.Left() + rMove.X() ) in MoveAreaTwips()
983 aMoveSize.Width() = rArea.Left() + rMove.X() - SHRINK_DIST - aTopLeft.X(); in MoveAreaTwips()
986 if ( rMove.Y() && aTopLeft.Y() >= rArea.Top() + rMove.Y() ) in MoveAreaTwips()
988 aMoveSize.Height() = rArea.Top() + rMove.Y() - SHRINK_DIST - aTopLeft.Y(); in MoveAreaTwips()
1023 long nLogMoveX = rMove.X() * ( bNegativePage ? -1 : 1 ); // logical direction in MoveAreaTwips()
1025 Fraction( nOldSizeY+rMove.Y(), nOldSizeY ) ); in MoveAreaTwips()