Home
last modified time | relevance | path

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

/dports/math/gnumeric/gnumeric-1.12.50/plugins/sc/
H A Dsc.c158 sc_sheet_cell_fetch (ScParseState *state, int col, int row) in sc_sheet_cell_fetch() function
605 cell = sc_sheet_cell_fetch (state, pos->col, pos->row); in sc_parse_label()
659 cell = sc_sheet_cell_fetch (state, pos.col, pos.row);
790 cell = sc_sheet_cell_fetch (state, pos->col, pos->row); in sc_parse_let()
H A DChangeLog267 (sc_sheet_cell_fetch): ...here.
318 (sc_sheet_cell_fetch): change first argument and change all call
323 * sc.c: pass all calls to sheet_cell_fetch via sc_sheet_cell_fetch
324 (sc_sheet_cell_fetch): new