Home
last modified time | relevance | path

Searched refs:aButtonRect (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/vcl/source/window/
H A Dtoolbox.cxx3569 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 Dgridwin.cxx1760 Rectangle aButtonRect = GetListValButtonRect( aListValPos ); in HandleMouseButtonDown() local
1761 if ( aButtonRect.IsInside( aPos ) ) in HandleMouseButtonDown()
/trunk/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx251 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 Dsalnativewidgets-gtk.cxx2185 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()

Completed in 71 milliseconds