Home
last modified time | relevance | path

Searched refs:GRETL_GNUMERIC (Results 1 – 6 of 6) sorted by relevance

/dports/math/gretl/gretl-2021d/lib/src/
H A Ddataio.h31 GRETL_GNUMERIC, /* gnumeric workbook data */ enumerator
60 f == GRETL_GNUMERIC || \
H A Ddataio.c732 { GRETL_GNUMERIC, ".gnumeric" },
3347 if (ftype == GRETL_GNUMERIC) { in import_spreadsheet()
3718 { GRETL_GNUMERIC, "Gnumeric" }, in dataset_add_import_info()
/dports/math/gretl/gretl-2021d/plugin/
H A Dgnumeric_import.c630 dataset_add_import_info(dset, fname, GRETL_GNUMERIC); in finalize_gnumeric_import()
/dports/math/gretl/gretl-2021d/cli/
H A Dgretlcli.c558 case GRETL_GNUMERIC: in handle_datafile()
/dports/math/gretl/gretl-2021d/gui/
H A Dfileselect.c892 { N_("Gnumeric files (*.gnumeric)"), "*.gnumeric", GRETL_GNUMERIC },
H A Dgui_utils.c1102 ftype == GRETL_GNUMERIC || ftype == GRETL_XLS) { in finalize_data_open()
1184 } else if (ftype == GRETL_GNUMERIC) { in get_imported_data()