Searched refs:aBottomLeft (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/xmloff/source/draw/ |
H A D | sdxmlexp.cxx | 1144 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()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | gradtrns.cxx | 255 const basegfx::B2DPoint aBottomLeft(aRange.getMinX(), aRange.getMaximum().getY()); in VecToGrad() local 257 const basegfx::B2DVector aOldVec(aBottomLeft - aTopLeft); in VecToGrad() 380 const basegfx::B2DPoint aBottomLeft(aRange.getMinX(), aRange.getMaximum().getY()); in VecToGrad() local 382 const basegfx::B2DVector aOldVec(aBottomLeft - aTopLeft); in VecToGrad()
|
H A D | svddrgmt.cxx | 3613 const basegfx::B2DPoint aBottomLeft(aDistortedRect[3].X(), aDistortedRect[3].Y()); in _MovAllPoints() local 3616 …egfx::tools::distort(aDragPolygon, aOriginalRange, aTopLeft, aTopRight, aBottomLeft, aBottomRight); in _MovAllPoints()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | preview.cxx | 1308 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()
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | tblsel.cxx | 385 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()
|
/aoo41x/main/basegfx/source/polygon/ |
H A D | b2dpolygontools.cxx | 1797 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 201 milliseconds