Searched refs:aEndPt (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/vcl/source/gdi/ |
H A D | outdev.cxx | 1538 const Point aEndPt(ImplLogicToDevicePixel(rEndPt)); in DrawLine() local 1540 mpGraphics->DrawLine( aStartPt.X(), aStartPt.Y(), aEndPt.X(), aEndPt.Y(), this ); in DrawLine() 1714 const Point aEndPt( ImplLogicToDevicePixel( rEndPt ) ); in DrawLine() local 1726 aLinePolygon.append(basegfx::B2DPoint(aEndPt.X(), aEndPt.Y())); in DrawLine() 1732 mpGraphics->DrawLine( aStartPt.X(), aStartPt.Y(), aEndPt.X(), aEndPt.Y(), this ); in DrawLine()
|
H A D | outdev3.cxx | 5516 Point aEndPt = ImplLogicToDevicePixel( rEndPos ); in DrawWaveLine() local 5519 long nEndX = aEndPt.X(); in DrawWaveLine() 5520 long nEndY = aEndPt.Y(); in DrawWaveLine()
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | fetab.cxx | 1904 Point aEndPt; in SelTblRowCol() local 1906 aEndPt = *pEnd; in SelTblRowCol() 1909 Point paPt [2] = { rPt, aEndPt }; in SelTblRowCol()
|
/aoo42x/main/filter/source/graphicfilter/epict/ |
H A D | epict.cxx | 402 Point aEndPt = OutputDevice::LogicToLogic( rEndPt, in WriteArcAngles() local 425 fdx=(double)(aEndPt.X()-aCenter.X()); in WriteArcAngles() 426 fdy=(double)(aEndPt.Y()-aCenter.Y()); in WriteArcAngles()
|
/aoo42x/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 4053 Point aEndPt, aSttPt; in MouseButtonUp() local 4056 aEndPt = aRect.TopLeft(); in MouseButtonUp() 4061 aEndPt = aRect.Center(); in MouseButtonUp() 4064 if ( aSttPt != aEndPt ) in MouseButtonUp() 4067 rSh.Copy(&rSh, aSttPt, aEndPt, sal_False); in MouseButtonUp()
|
/aoo42x/main/oox/source/drawingml/ |
H A D | customshapegeometry.cxx | 1113 EnhancedCustomShapeParameterPair aEndPt; in createFastChildContext() local 1116 mrPath2D.parameter.push_back( aEndPt ); in createFastChildContext()
|
/aoo42x/main/vcl/source/control/ |
H A D | button.cxx | 1034 Point aEndPt( nX, aInRect.Bottom()-nDistance ); in ImplDrawPushButtonContent() local 1035 aDecoView.DrawSeparator( aStartPt, aEndPt ); in ImplDrawPushButtonContent()
|
Completed in 122 milliseconds