Searched refs:aEditBoxRect (Results 1 – 2 of 2) sorted by relevance
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/gtk3/ |
H A D | salnativewidgets-gtk.cxx | 942 tools::Rectangle aEditBoxRect( areaRect ); in PaintCombobox() local 943 …aEditBoxRect.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 D | gtk3salnativewidgets-gtk.cxx | 1247 tools::Rectangle aEditBoxRect( areaRect ); in PaintCombobox() local 1248 …aEditBoxRect.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()
|