Lines Matching refs:thumbRect
1390 Rectangle thumbRect = pScrollbarVal->maThumbRect; in NWPaintGTKScrollbar() local
1411 thumbRect.Move( -rControlRectangle.Left(), -rControlRectangle.Top() ); in NWPaintGTKScrollbar()
1489 thumbRect.Bottom() = thumbRect.Top() + slider_width - 1; in NWPaintGTKScrollbar()
1494 if ( (thumbRect.GetWidth() < min_slider_length) in NWPaintGTKScrollbar()
1496 thumbRect.SetSize( Size( min_slider_length, thumbRect.GetHeight() ) ); in NWPaintGTKScrollbar()
1499 thumbRect.Right() += magic; in NWPaintGTKScrollbar()
1501 thumbRect.Move( 0, (scrollbarRect.GetHeight() - slider_width) / 2 ); in NWPaintGTKScrollbar()
1539 thumbRect.Right() = thumbRect.Left() + slider_width - 1; in NWPaintGTKScrollbar()
1544 if ( (thumbRect.GetHeight() < min_slider_length) in NWPaintGTKScrollbar()
1546 thumbRect.SetSize( Size( thumbRect.GetWidth(), min_slider_length ) ); in NWPaintGTKScrollbar()
1549 thumbRect.Bottom() += magic; in NWPaintGTKScrollbar()
1551 thumbRect.Move( (scrollbarRect.GetWidth() - slider_width) / 2, 0 ); in NWPaintGTKScrollbar()
1554 sal_Bool has_slider = ( thumbRect.GetWidth() > 0 && thumbRect.GetHeight() > 0 ); in NWPaintGTKScrollbar()
1618 x+hShim+thumbRect.Left(), y+vShim+thumbRect.Top(), in NWPaintGTKScrollbar()
1619 thumbRect.GetWidth(), thumbRect.GetHeight(), scrollbarOrientation ); in NWPaintGTKScrollbar()