Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/control/
H A Dbutton.cxx2292 Rectangle& rMouseRect, bool bLayout ) in ImplDraw() argument
2330 rMouseRect = Rectangle( aPos, aSize ); in ImplDraw()
2331 rMouseRect.Left() = rPos.X(); in ImplDraw()
2334 rStateRect.Top() = rMouseRect.Top(); in ImplDraw()
2348 if ( rStateRect.Bottom() > rMouseRect.Bottom() ) in ImplDraw()
2349 rMouseRect.Bottom() = rStateRect.Bottom(); in ImplDraw()
2367 rMouseRect = rStateRect; in ImplDraw()
2419 rMouseRect = aImageRect; in ImplDraw()
3393 Rectangle& rMouseRect, bool bLayout ) in ImplDraw() argument
3427 rMouseRect = Rectangle( aPos, aSize ); in ImplDraw()
[all …]
/AOO41X/main/vcl/inc/vcl/
H A Dbutton.hxx309 Rectangle& rMouseRect, bool bLayout = false );
426 Rectangle& rMouseRect, bool bLayout );