Searched refs:aTopRight (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/xmloff/source/draw/ |
H A D | sdxmlexp.cxx | 1118 Rectangle aTopRight(aTopLeft); in ImpWriteAutoLayoutInfos() local 1119 aTopRight.Left() = long(aTopRight.Left() + aTopRight.GetWidth() * 1.05); in ImpWriteAutoLayoutInfos() 1146 Rectangle aTopRight(aTopLeft); in ImpWriteAutoLayoutInfos() local 1147 aTopRight.Left() = long(aTopRight.Left() + aTopRight.GetWidth() * 1.05); in ImpWriteAutoLayoutInfos() 1148 Rectangle aBottomRight(aTopRight); in ImpWriteAutoLayoutInfos() 1271 Rectangle aTopRight(aTopLeft); in ImpWriteAutoLayoutInfos() local 1272 aTopRight.Left() = long(aTopRight.Left() + aTopRight.GetWidth() * 1.05); in ImpWriteAutoLayoutInfos() 1273 Rectangle aBottomRight(aTopRight); in ImpWriteAutoLayoutInfos() 1291 Rectangle aTopRight(aTopLeft); in ImpWriteAutoLayoutInfos() local 1292 aTopRight.Left() = long(aTopRight.Left() + aTopRight.GetWidth() * 2 * 1.05); in ImpWriteAutoLayoutInfos() [all …]
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | tblsel.cxx | 384 const Point aTopRight( pCell->Frm().TopRight() ); in GetTblSel() local 396 if ( aTopRight.Y() < aCurrentTopRight.Y() || in GetTblSel() 397 ( aTopRight.Y() == aCurrentTopRight.Y() && in GetTblSel() 398 aTopRight.X() > aCurrentTopRight.X() ) ) in GetTblSel() 400 aCurrentTopRight = aTopRight; in GetTblSel()
|
/aoo41x/main/basegfx/source/polygon/ |
H A D | b2dpolygontools.cxx | 1779 const B2DPoint aTopRight(rRect.getMaxX(), rRect.getMinY()); in createPolygonFromRect() local 1780 const B2DPoint aStart(aTopRight + B2DPoint(0.0, fBowY)); in createPolygonFromRect() 1781 const B2DPoint aStop(aTopRight + B2DPoint(-fBowX, 0.0)); in createPolygonFromRect() 1783 …aRetval.appendBezierSegment(interpolate(aStart, aTopRight, fKappa), interpolate(aStop, aTopRight, … in createPolygonFromRect()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | preview.cxx | 1307 …Point aTopRight = LogicToPixel( Point( (long)(nWidth * HMM_PER_TWIPS - aOffset.X()), nTopMargin … in MouseMove() local 1411 && aPixPt.X() > aTopLeft.X() && aPixPt.X() < aTopRight.X() ) in MouseMove()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svddrgmt.cxx | 3612 const basegfx::B2DPoint aTopRight(aDistortedRect[1].X(), aDistortedRect[1].Y()); in _MovAllPoints() local 3616 …lygon = basegfx::tools::distort(aDragPolygon, aOriginalRange, aTopLeft, aTopRight, aBottomLeft, aB… in _MovAllPoints()
|
Completed in 92 milliseconds