Home
last modified time | relevance | path

Searched refs:aTopRight (Results 1 – 5 of 5) sorted by relevance

/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx1118 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 …]
/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx384 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()
/trunk/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx1779 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()
/trunk/main/sc/source/ui/view/
H A Dpreview.cxx1307 …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()
/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx3609 const basegfx::B2DPoint aTopRight(aDistortedRect[1].X(), aDistortedRect[1].Y()); in _MovAllPoints() local
3613 …aDragPolygon = basegfx::tools::distort(aDragPolygon, aOriginalRange, aTopLeft, aTopRight, aBottomL… in _MovAllPoints()

Completed in 89 milliseconds