Home
last modified time | relevance | path

Searched refs:COLUMN_HEADER_HEIGHT (Results 1 – 7 of 7) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/libreofficekit/qa/gtktiledviewer/
H A Dgtv-calc-header-bar.cxx69 const int COLUMN_HEADER_HEIGHT = 20; variable
135 aRectangle.height = COLUMN_HEADER_HEIGHT - 1; in gtv_calc_header_bar_draw_impl()
163 aRectangle.height = COLUMN_HEADER_HEIGHT - 1; in gtv_calc_header_bar_draw_impl()
224 gtk_widget_set_size_request(GTK_WIDGET(bar), -1, COLUMN_HEADER_HEIGHT); in gtv_calc_header_bar_set_type_and_width()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/libreofficekit/qa/gtktiledviewer/
H A Dgtv-calc-header-bar.cxx69 static const int COLUMN_HEADER_HEIGHT = 20; variable
135 aRectangle.height = COLUMN_HEADER_HEIGHT - 1; in gtv_calc_header_bar_draw_impl()
159 aRectangle.height = COLUMN_HEADER_HEIGHT - 1; in gtv_calc_header_bar_draw_impl()
220 gtk_widget_set_size_request(GTK_WIDGET(bar), -1, COLUMN_HEADER_HEIGHT); in gtv_calc_header_bar_set_type_and_width()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/scripting/
H A DCustomListView.cpp27 constexpr size_t COLUMN_HEADER_HEIGHT = LIST_ROW_HEIGHT + 1; variable
420 result.height += COLUMN_HEADER_HEIGHT; in GetSize()
555 int32_t y = ShowColumnHeaders ? COLUMN_HEADER_HEIGHT : 0; in Paint()
778 int32_t firstY = ShowColumnHeaders ? COLUMN_HEADER_HEIGHT : 0; in GetItemIndexAt()
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/helper/
H A Dproperty.cxx254 …DECL_PROP_3 ( "ColumnHeaderHeight", COLUMN_HEADER_HEIGHT, sal_Int32, BOUND, MAY… in ImplGetPropertyInfos()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/helper/
H A Dproperty.cxx249 …DECL_PROP_3 ( "ColumnHeaderHeight", COLUMN_HEADER_HEIGHT, sal_Int32, BOUND, MAY… in ImplGetPropertyInfos()
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-tree.c51 #define COLUMN_HEADER_HEIGHT 16 macro
H A De-table.c56 #define COLUMN_HEADER_HEIGHT 16 macro