Home
last modified time | relevance | path

Searched refs:aTopLeft (Results 51 – 62 of 62) sorted by relevance

123

/trunk/main/basebmp/source/
H A Dbitmapdevice.cxx876 const vigra::Diff2D aTopLeft(rSrcRect.getMinX(), in implDrawMaskedBitmapGeneric() local
883 aTopLeft,aTopLeft), in implDrawMaskedBitmapGeneric()
/trunk/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx1788 const B2DPoint aTopLeft(rRect.getMinX(), rRect.getMinY()); in createPolygonFromRect() local
1789 const B2DPoint aStart(aTopLeft + B2DPoint(fBowX, 0.0)); in createPolygonFromRect()
1790 const B2DPoint aStop(aTopLeft + B2DPoint(0.0, fBowY)); in createPolygonFromRect()
1792 …aRetval.appendBezierSegment(interpolate(aStart, aTopLeft, fKappa), interpolate(aStop, aTopLeft, fK… in createPolygonFromRect()
/trunk/main/svx/source/svdraw/
H A Dsvdotextdecomposition.cxx592 const basegfx::B2DPoint aTopLeft(aTextBoundRect.getMinimum() + aStartPosition); in IMPL_LINK() local
594 if(!maClipRange.isInside(aTopLeft)) in IMPL_LINK()
H A Dsvddrgmt.cxx852 const basegfx::B2DPoint aTopLeft(aActionRectangle.Left(), aActionRectangle.Top()); in CreateOverlayGeometry() local
855 aTopLeft, aBottomRight, true, false); in CreateOverlayGeometry()
3608 const basegfx::B2DPoint aTopLeft(aDistortedRect[0].X(), aDistortedRect[0].Y()); in _MovAllPoints() local
3613 …aDragPolygon = basegfx::tools::distort(aDragPolygon, aOriginalRange, aTopLeft, aTopRight, aBottomL… in _MovAllPoints()
H A Dsvdhdl.cxx1737 const basegfx::B2DPoint aTopLeft(maRect.Left(), maRect.Top()); in CreateB2dIAObject() local
1744 aTopLeft, in CreateB2dIAObject()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx1506 Point aTopLeft = aRec.TopLeft(); in PageUp() local
1507 aTopLeft.Y() -= pView->GetVisArea().GetHeight() *9/10; in PageUp()
1508 aTopLeft.X() += nOnePixelInRef; in PageUp()
1509 if ( aTopLeft.Y() < 0 ) in PageUp()
1511 aTopLeft.Y() = 0; in PageUp()
1513 return GetPaM( aTopLeft ); in PageUp()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx7683 Point aTopLeft( nLeft, nTop ); in GetTextBoundRect() local
7684 aTopLeft -= aOffset; in GetTextBoundRect()
7686 aTopLeft.Y()+= mnTextOffY - (mpFontEntry->maMetric.mnAscent + mnEmphasisAscent); in GetTextBoundRect()
7689 aTopLeft.X() = ImplDevicePixelToLogicWidth( aTopLeft.X() ); in GetTextBoundRect()
7690 aTopLeft.Y() = ImplDevicePixelToLogicHeight( aTopLeft.Y() ); in GetTextBoundRect()
7691 rRect = Rectangle( aTopLeft, aSize ); in GetTextBoundRect()
/trunk/main/sw/source/ui/uiview/
H A Dpview.cxx1594 const Point aTopLeft(AlignToPixel(rRect.TopLeft())); in SetVisArea() local
1596 Rectangle aLR(aTopLeft,aBottomRight); in SetVisArea()
/trunk/main/cui/source/tabpages/
H A Dtransfrm.cxx97 const basegfx::B2DPoint aTopLeft( in lcl_ConvertRect() local
104 rRange = basegfx::B2DRange(aTopLeft, aBottomRight); in lcl_ConvertRect()
/trunk/main/starmath/source/
H A Dview.cxx710 Point aTopLeft( Point( aRect.Left(), in AdjustPosition() local
712 Point aPos( GetParent()->OutputToScreenPixel( aTopLeft ) ); in AdjustPosition()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx3799 Point aTopLeft( rBoundRect.Left() + nHalfWidth - nHalfHeight, in ImportFontWork() local
3802 Rectangle aNewRect( aTopLeft, aNewSize ); in ImportFontWork()
4225 Point aTopLeft( aClientRect.Left() + nHalfWidth - nHalfHeight, in ImportGroup() local
4228 Rectangle aNewRect( aTopLeft, aNewSize ); in ImportGroup()
4421 Point aTopLeft( aObjData.aBoundRect.Left() + nHalfWidth - nHalfHeight, in ImportShape() local
4424 Rectangle aNewRect( aTopLeft, aNewSize ); in ImportShape()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx1707aTopLeft( (sal_Int32)( maRect.Left() + fWidthHalf - fHeightHalf ), (sal_Int32)( maRect.Top() + fHe… in ImplFlipBoundingBox()
1709 maRect = Rectangle( Point( aTopLeft.X, aTopLeft.Y ), aNewSize ); in ImplFlipBoundingBox()

Completed in 293 milliseconds

123