Home
last modified time | relevance | path

Searched refs:aButtonRect (Results 1 – 25 of 33) sorted by relevance

12

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/crsr/
H A DFormFieldButton.cxx112 const tools::Rectangle aButtonRect(tools::Rectangle(aButtonPos, aButtonSize)); in Paint() local
117 rRenderContext.DrawRect(aButtonRect); in Paint()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/crsr/
H A DFormFieldButton.cxx125 const tools::Rectangle aButtonRect(tools::Rectangle(aButtonPos, aButtonSize)); in Paint() local
130 rRenderContext.DrawRect(aButtonRect); in Paint()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/gtk3/
H A Dsalnativewidgets-gtk.cxx884 tools::Rectangle aButtonRect; in NWGetComboBoxButtonRect() local
903 aButtonRect.SetSize( Size( nButtonWidth, aAreaRect.GetHeight() ) ); in NWGetComboBoxButtonRect()
904 aButtonRect.SetPos(aPos); in NWGetComboBoxButtonRect()
913aButtonRect.SetSize( Size( aAreaRect.GetWidth() - nButtonWidth - (adjust_left + adjust_right), in NWGetComboBoxButtonRect()
921 aButtonRect.SetPos( aEditPos ); in NWGetComboBoxButtonRect()
924 return aButtonRect; in NWGetComboBoxButtonRect()
987 …tools::Rectangle aButtonRect(Point(buttonRect.Left() - areaRect.Left(), buttonRect.Top() - areaRec… in PaintCombobox() local
994 render_common(mpComboboxButtonStyle, cr, aButtonRect, flags); in PaintCombobox()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/gtk3/
H A Dgtk3salnativewidgets-gtk.cxx1182 tools::Rectangle aButtonRect; in NWGetComboBoxButtonRect() local
1208 aButtonRect.SetSize( Size( nButtonWidth, aAreaRect.GetHeight() ) ); in NWGetComboBoxButtonRect()
1209 aButtonRect.SetPos(aPos); in NWGetComboBoxButtonRect()
1218aButtonRect.SetSize( Size( aAreaRect.GetWidth() - nButtonWidth - (adjust_left + adjust_right), in NWGetComboBoxButtonRect()
1226 aButtonRect.SetPos( aEditPos ); in NWGetComboBoxButtonRect()
1229 return aButtonRect; in NWGetComboBoxButtonRect()
1308 …tools::Rectangle aButtonRect(Point(buttonRect.Left() - areaRect.Left(), buttonRect.Top() - areaRec… in PaintCombobox() local
1315 render_common(mpComboboxButtonStyle, cr, aButtonRect, flags); in PaintCombobox()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DnsWindow.h177 NS_IMETHOD OnDefaultButtonLoaded(const LayoutDeviceIntRect& aButtonRect) override;
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/
H A DnsBaseWidget.h282 …NS_IMETHOD OnDefaultButtonLoaded(const LayoutDeviceIntRect& aButtonRect) override { r…
H A DnsIWidget.h1841 NS_IMETHOD OnDefaultButtonLoaded(const LayoutDeviceIntRect& aButtonRect) = 0;
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DnsBaseWidget.h306 const LayoutDeviceIntRect& aButtonRect) override { in OnDefaultButtonLoaded() argument
H A DnsIWidget.h1974 const LayoutDeviceIntRect& aButtonRect) = 0;
/dports/www/firefox/firefox-99.0/widget/
H A DnsBaseWidget.h297 const LayoutDeviceIntRect& aButtonRect) override { in OnDefaultButtonLoaded() argument
H A DnsIWidget.h1884 const LayoutDeviceIntRect& aButtonRect) = 0;
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DnsBaseWidget.h306 const LayoutDeviceIntRect& aButtonRect) override { in OnDefaultButtonLoaded() argument
H A DnsIWidget.h1974 const LayoutDeviceIntRect& aButtonRect) = 0;
/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DnsBaseWidget.h305 const LayoutDeviceIntRect& aButtonRect) override { in OnDefaultButtonLoaded() argument
H A DnsIWidget.h1926 const LayoutDeviceIntRect& aButtonRect) = 0;
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DnsWindow.h222 const LayoutDeviceIntRect& aButtonRect) override;
/dports/lang/spidermonkey60/firefox-60.9.0/widget/
H A DnsIWidget.h1843 OnDefaultButtonLoaded(const LayoutDeviceIntRect& aButtonRect) = 0;
H A DnsBaseWidget.h302 OnDefaultButtonLoaded(const LayoutDeviceIntRect& aButtonRect) override { in OnDefaultButtonLoaded() argument
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DnsWindow.h193 OnDefaultButtonLoaded(const LayoutDeviceIntRect& aButtonRect) override;
H A DnsWindow.cpp3767 const LayoutDeviceIntRect& aButtonRect) { in OnDefaultButtonLoaded() argument
3768 if (aButtonRect.IsEmpty()) return NS_OK; in OnDefaultButtonLoaded()
3790 LayoutDeviceIntRect buttonRect(aButtonRect + widgetRect.TopLeft()); in OnDefaultButtonLoaded()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DnsWindow.h219 const LayoutDeviceIntRect& aButtonRect) override;
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DnsWindow.h219 const LayoutDeviceIntRect& aButtonRect) override;
/dports/www/firefox/firefox-99.0/widget/windows/
H A DnsWindow.h238 const LayoutDeviceIntRect& aButtonRect) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dtoolbox.cxx2590 tools::Rectangle aButtonRect( pItem->maRect.TopLeft(), aBtnSize ); in ImplDrawItem() local
2603 ImplDrawSeparator(rRenderContext, nPos, aButtonRect); in ImplDrawItem()
2630 aDecoView.DrawButton(aButtonRect, nStyle); in ImplDrawItem()
2690 … ImplDrawButton(rRenderContext, aButtonRect, nHighlight, pItem->meState == TRISTATE_TRUE, in ImplDrawItem()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dtoolbox.cxx2594 tools::Rectangle aButtonRect( pItem->maRect.TopLeft(), aBtnSize ); in ImplDrawItem() local
2604 ImplDrawSeparator(rRenderContext, nPos, aButtonRect); in ImplDrawItem()
2682 … ImplDrawButton(rRenderContext, aButtonRect, nHighlight, pItem->meState == TRISTATE_TRUE, in ImplDrawItem()

12