Home
last modified time | relevance | path

Searched refs:sheet_find_boundary_horizontal (Results 1 – 4 of 4) sorted by relevance

/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dsheet.h198 int sheet_find_boundary_horizontal (Sheet *sheet, int col, int move_row,
H A Ditem-cursor.c1185 final_col = sheet_find_boundary_horizontal (sheet, in item_cursor_button2_pressed()
1203 boundary_col_for_target = sheet_find_boundary_horizontal in item_cursor_button2_pressed()
H A Dsheet-control-gui.c3614 tmp.col = sheet_find_boundary_horizontal ( in scg_rangesel_move()
3639 tmp.col = sheet_find_boundary_horizontal (sheet, in scg_rangesel_extend()
3682 tmp.col = sheet_find_boundary_horizontal (sv->sheet, in scg_cursor_move()
3719 visible.col = move.col = sheet_find_boundary_horizontal (sv->sheet, in scg_cursor_extend()
H A Dsheet.c3436 sheet_find_boundary_horizontal (Sheet *sheet, int start_col, int move_row, in sheet_find_boundary_horizontal() function