Home
last modified time | relevance | path

Searched refs:aEndPt (Results 1 – 7 of 7) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Doutdev.cxx1538 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 Doutdev3.cxx5516 Point aEndPt = ImplLogicToDevicePixel( rEndPos ); in DrawWaveLine() local
5519 long nEndX = aEndPt.X(); in DrawWaveLine()
5520 long nEndY = aEndPt.Y(); in DrawWaveLine()
/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx1904 Point aEndPt; in SelTblRowCol() local
1906 aEndPt = *pEnd; in SelTblRowCol()
1909 Point paPt [2] = { rPt, aEndPt }; in SelTblRowCol()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx402 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()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx4055 Point aEndPt, aSttPt; in MouseButtonUp() local
4058 aEndPt = aRect.TopLeft(); in MouseButtonUp()
4063 aEndPt = aRect.Center(); in MouseButtonUp()
4066 if ( aSttPt != aEndPt ) in MouseButtonUp()
4069 rSh.Copy(&rSh, aSttPt, aEndPt, sal_False); in MouseButtonUp()
/trunk/main/oox/source/drawingml/
H A Dcustomshapegeometry.cxx1113 EnhancedCustomShapeParameterPair aEndPt; in createFastChildContext() local
1116 mrPath2D.parameter.push_back( aEndPt ); in createFastChildContext()
/trunk/main/vcl/source/control/
H A Dbutton.cxx1034 Point aEndPt( nX, aInRect.Bottom()-nDistance ); in ImplDrawPushButtonContent() local
1035 aDecoView.DrawSeparator( aStartPt, aEndPt ); in ImplDrawPushButtonContent()

Completed in 128 milliseconds