Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/gtk3/
H A Dsalnativewidgets-gtk.cxx942 tools::Rectangle aEditBoxRect( areaRect ); in PaintCombobox() local
943aEditBoxRect.SetSize( Size( areaRect.GetWidth() - buttonRect.GetWidth(), aEditBoxRect.GetHeight() … in PaintCombobox()
945 aEditBoxRect.SetPos( Point( areaRect.Left() + buttonRect.GetWidth(), areaRect.Top() ) ); in PaintCombobox()
974 tools::Rectangle aEntryRect(Point(aEditBoxRect.Left() - areaRect.Left(), in PaintCombobox()
975 aEditBoxRect.Top() - areaRect.Top()), in PaintCombobox()
976 Size(aEditBoxRect.GetWidth(), aEditBoxRect.GetHeight())); in PaintCombobox()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/gtk3/
H A Dgtk3salnativewidgets-gtk.cxx1247 tools::Rectangle aEditBoxRect( areaRect ); in PaintCombobox() local
1248aEditBoxRect.SetSize( Size( areaRect.GetWidth() - buttonRect.GetWidth(), aEditBoxRect.GetHeight() … in PaintCombobox()
1250 aEditBoxRect.SetPos( Point( areaRect.Left() + buttonRect.GetWidth(), areaRect.Top() ) ); in PaintCombobox()
1295 tools::Rectangle aEntryRect(Point(aEditBoxRect.Left() - areaRect.Left(), in PaintCombobox()
1296 aEditBoxRect.Top() - areaRect.Top()), in PaintCombobox()
1297 Size(aEditBoxRect.GetWidth(), aEditBoxRect.GetHeight())); in PaintCombobox()