Home
last modified time | relevance | path

Searched refs:ssw_sheet_axis_find_boundary (Results 1 – 3 of 3) sorted by relevance

/dports/devel/spread-sheet-widget/spread-sheet-widget-0.8/src/
H A Dssw-sheet-body.c272 if (0 < ssw_sheet_axis_find_boundary (priv->haxis, mySelect.start_x, in draw_selection()
276 if (0 < ssw_sheet_axis_find_boundary (priv->vaxis, mySelect.start_y, in draw_selection()
281 gint xrel = ssw_sheet_axis_find_boundary (priv->haxis, in draw_selection()
290 gint yrel = ssw_sheet_axis_find_boundary (priv->vaxis, in draw_selection()
410 gint yy = ssw_sheet_axis_find_boundary (priv->vaxis, active_row, NULL, NULL); in __draw()
1972 ssw_sheet_axis_find_boundary (priv->haxis, nearest, NULL, &old_size); in drag_end_resize_horizontal()
1983 ssw_sheet_axis_find_boundary (priv->vaxis, row, NULL, &vsize); in drag_end_resize_horizontal()
2024 ssw_sheet_axis_find_boundary (priv->vaxis, nearest, NULL, &old_size); in drag_end_resize_vertical()
2033 ssw_sheet_axis_find_boundary (priv->haxis, nearest, &hsize, NULL); in drag_end_resize_vertical()
2328 if (0 != ssw_sheet_axis_find_boundary (priv->vaxis, row, &vlocation, &vsize)) in text_editing_started()
[all …]
H A Dssw-sheet-axis.h56 gint ssw_sheet_axis_find_boundary (SswSheetAxis *axis, gint pos, gint *offset, gint *size);
H A Dssw-sheet-axis.c1534 ssw_sheet_axis_find_boundary (axis, priv->resize_target, NULL, &old_size); in on_resize_end()
1735 ssw_sheet_axis_find_boundary (SswSheetAxis *axis, gint pos, in ssw_sheet_axis_find_boundary() function
1908 ssw_sheet_axis_find_boundary (axis, whereto, &location, &extent); in fine_adjust()
1942 direction = ssw_sheet_axis_find_boundary (axis, whereto, in course_adjust()