Searched refs:aButtonRect (Results 1 – 4 of 4) sorted by relevance
/trunk/main/vcl/unx/kde4/ |
H A D | KDESalGraphics.cxx | 251 Rectangle aButtonRect( pSpinVal->maUpperRect); in drawNativeControl() local 252 aButtonRect.Union( pSpinVal->maLowerRect );; in drawNativeControl() 253 widgetRect = QRect( aButtonRect.Left(), aButtonRect.Top(), in drawNativeControl() 254 aButtonRect.Right(), aButtonRect.Bottom() ); in drawNativeControl()
|
/trunk/main/vcl/unx/gtk/gdi/ |
H A D | salnativewidgets-gtk.cxx | 2185 Rectangle aButtonRect; in NWGetComboBoxButtonRect() local 2204 aButtonRect.SetSize( Size( nButtonWidth, aAreaRect.GetHeight() ) ); in NWGetComboBoxButtonRect() 2205 aButtonRect.SetPos( Point( aAreaRect.Left() + aAreaRect.GetWidth() - nButtonWidth, in NWGetComboBoxButtonRect() 2217 aButtonRect.SetSize( Size( aAreaRect.GetWidth() - nButtonWidth - 2 * adjust_x, in NWGetComboBoxButtonRect() 2222 aButtonRect.SetPos( aEditPos ); in NWGetComboBoxButtonRect() 2225 return( aButtonRect ); in NWGetComboBoxButtonRect()
|
/trunk/main/vcl/source/window/ |
H A D | toolbox.cxx | 3569 Rectangle aButtonRect( pItem->maRect.TopLeft(), aBtnSize ); in ImplDrawItem() local 3614 ImplDrawOutButton( this, aButtonRect, nStyle ); in ImplDrawItem() 3618 aDecoView.DrawButton( aButtonRect, nStyle ); in ImplDrawItem() 3686 …ImplDrawButton( this, aButtonRect, bHighlight, pItem->meState == STATE_CHECK, pItem->mbEnabled && … in ImplDrawItem()
|
/trunk/main/sc/source/ui/view/ |
H A D | gridwin.cxx | 1760 Rectangle aButtonRect = GetListValButtonRect( aListValPos ); in HandleMouseButtonDown() local 1761 if ( aButtonRect.IsInside( aPos ) ) in HandleMouseButtonDown()
|
Completed in 68 milliseconds