Searched refs:rMove (Results 1 – 6 of 6) sorted by relevance
890 const Point& rMove, const Point& rTopLeft ) in MoveAreaTwips() argument892 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()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()986 if ( rMove.Y() && aTopLeft.Y() >= rArea.Top() + rMove.Y() ) in MoveAreaTwips()[all …]
439 const ChainMove& rMove = aImplMove[ cMove ]; in ImplEndAdd() local444 nLastX += rMove.nDX; in ImplEndAdd()445 nLastY += rMove.nDY; in ImplEndAdd()546 const ChainMove& rMove = aImplMove[ cMove ]; in ImplEndAdd() local551 nLastX += rMove.nDX; in ImplEndAdd()552 nLastY += rMove.nDY; in ImplEndAdd()648 const ChainMove& rMove = aImplMove[ mpCodes[ i ] ]; in ImplEndAdd() local649 aArr[ ++i ] = Point( nLastX += rMove.nDX, nLastY += rMove.nDY ); in ImplEndAdd()
138 MapMode lcl_MoveMapMode( const MapMode& rMap, const Size& rMove ) in lcl_MoveMapMode() argument142 aOrigin.X() -= rMove.Width(); in lcl_MoveMapMode()143 aOrigin.Y() -= rMove.Height(); in lcl_MoveMapMode()
59 WrapPolygon::Pointer_t move(const awt::Point & rMove);
629 XPolygon& rMove = mpSdrPathDragData->maMove[nPolyIndex]; in movePathDrag() local634 rMove[nPointIndex] = rOrig[nPointIndex] + aDelta; in movePathDrag()639 rMove[nPointCount - 1] = rOrig[nPointCount - 1] + aDelta; in movePathDrag()644 rMove[nPointCount - 2] = rOrig[nPointCount - 2] + aDelta; in movePathDrag()651 rMove[nPointIndex - 1] = rOrig[nPointIndex - 1] + aDelta; in movePathDrag()658 rMove[nPointIndex + 1] = rOrig[nPointIndex + 1] + aDelta; in movePathDrag()
107 void MoveAreaTwips( SCTAB nTab, const Rectangle& rArea, const Point& rMove,
Completed in 399 milliseconds