Home
last modified time | relevance | path

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

/AOO42X/main/vcl/source/control/
H A Dbutton.cxx3398 long nLineY = rPos.Y() + (rSize.Height()-1)/2; in ImplDraw() local
3422 nLineY = aPos.Y() + aSize.Height()/2; in ImplDraw()
3479 DrawLine( Point( nLineX, nLineY ), Point( rPos.X() + rSize.Width()-1, nLineY ) ); in ImplDraw()
3483 DrawLine( Point( nLineX, nLineY+1 ), Point( rPos.X() + rSize.Width()-1, nLineY+1 ) ); in ImplDraw()