Home
last modified time | relevance | path

Searched refs:aCenterPos (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/source/control/
H A Dslider.cxx707 Point aCenterPos = maThumbRect.Center(); in MouseButtonDown() local
709 mnMouseOff = rMousePos.X()-aCenterPos.X(); in MouseButtonDown()
711 mnMouseOff = rMousePos.Y()-aCenterPos.Y(); in MouseButtonDown()
823 Point aCenterPos = maThumbRect.Center(); in Tracking() local
825 nMovePix = rMousePos.X()-(aCenterPos.X()+mnMouseOff); in Tracking()
827 nMovePix = rMousePos.Y()-(aCenterPos.Y()+mnMouseOff); in Tracking()
H A Dbutton.cxx2776 Point aCenterPos = aStateRect.Center(); in Draw() local
2782 pDev->DrawPolygon( Polygon( aCenterPos, nRadX, nRadY ) ); in Draw()
2786 pDev->DrawPolygon( Polygon( aCenterPos, nRadX, nRadY ) ); in Draw()
2796 pDev->DrawPolygon( Polygon( aCenterPos, nRadX, nRadY ) ); in Draw()
/trunk/main/sw/source/ui/table/
H A Dtautofmt.cxx1004 Point aCenterPos; in DoPaint() local
1036 aCenterPos = Point( (theWndSize.Width() - aPrvSize.Width() ) / 2, in DoPaint()
1038 aVD.DrawBitmap( aCenterPos, thePreview ); in DoPaint()

Completed in 51 milliseconds