Home
last modified time | relevance | path

Searched refs:aBottomLeft (Results 1 – 6 of 6) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dgradtrns.cxx253 const basegfx::B2DPoint aBottomLeft(aRange.getMinX(), aRange.getMaximum().getY()); in VecToGrad() local
255 const basegfx::B2DVector aOldVec(aBottomLeft - aTopLeft); in VecToGrad()
378 const basegfx::B2DPoint aBottomLeft(aRange.getMinX(), aRange.getMaximum().getY()); in VecToGrad() local
380 const basegfx::B2DVector aOldVec(aBottomLeft - aTopLeft); in VecToGrad()
H A Dsvddrgmt.cxx3610 const basegfx::B2DPoint aBottomLeft(aDistortedRect[3].X(), aDistortedRect[3].Y()); in _MovAllPoints() local
3613 …egfx::tools::distort(aDragPolygon, aOriginalRange, aTopLeft, aTopRight, aBottomLeft, aBottomRight); in _MovAllPoints()
/trunk/main/sc/source/ui/view/
H A Dpreview.cxx1308 Point aBottomLeft = LogicToPixel( Point( -aOffset.X(), nBottomMargin ), aMMMode ); in MouseMove() local
1346 …else if( aPixPt.Y() < ( aBottomLeft.Y() + 2 ) && aPixPt.Y() > ( aBottomLeft.Y() - 2 ) && !bTopRule… in MouseMove()
1408 …( aPixPt.Y() < ( aBottomLeft.Y() + 2 ) && aPixPt.Y() > ( aBottomLeft.Y() - 2 ) ) || bBottomRulerMo… in MouseMove()
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx1144 Rectangle aBottomLeft(aTopLeft); in ImpWriteAutoLayoutInfos() local
1145 aBottomLeft.Top() = long(aBottomLeft.Top() + aBottomLeft.GetHeight() * 1.095); in ImpWriteAutoLayoutInfos()
1154 ImpWriteAutoLayoutPlaceholder(XmlPlaceholderObject, aBottomLeft); in ImpWriteAutoLayoutInfos()
1269 Rectangle aBottomLeft(aTopLeft); in ImpWriteAutoLayoutInfos() local
1270 aBottomLeft.Top() = long(aBottomLeft.Top() + aBottomLeft.GetHeight() * 1.095); in ImpWriteAutoLayoutInfos()
1279 ImpWriteAutoLayoutPlaceholder(XmlPlaceholderGraphic, aBottomLeft); in ImpWriteAutoLayoutInfos()
1294 Rectangle aBottomLeft(aTopLeft); in ImpWriteAutoLayoutInfos() local
1295 aBottomLeft.Top() = long(aBottomLeft.Top() + aBottomLeft.GetHeight() * 1.095); in ImpWriteAutoLayoutInfos()
1305 ImpWriteAutoLayoutPlaceholder(XmlPlaceholderGraphic, aBottomLeft); in ImpWriteAutoLayoutInfos()
/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx385 const Point aBottomLeft( pCell->Frm().BottomLeft() ); in GetTblSel() local
404 if ( aBottomLeft.Y() > aCurrentBottomLeft.Y() || in GetTblSel()
405 ( aBottomLeft.Y() == aCurrentBottomLeft.Y() && in GetTblSel()
406 aBottomLeft.X() < aCurrentBottomLeft.X() ) ) in GetTblSel()
408 aCurrentBottomLeft = aBottomLeft; in GetTblSel()
/trunk/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx1797 const B2DPoint aBottomLeft(rRect.getMinX(), rRect.getMaxY()); in createPolygonFromRect() local
1798 const B2DPoint aStart(aBottomLeft + B2DPoint(0.0, -fBowY)); in createPolygonFromRect()
1799 const B2DPoint aStop(aBottomLeft + B2DPoint(fBowX, 0.0)); in createPolygonFromRect()
1801 …aRetval.appendBezierSegment(interpolate(aStart, aBottomLeft, fKappa), interpolate(aStop, aBottomLe… in createPolygonFromRect()

Completed in 145 milliseconds