Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Ddataio.h34 GRETL_ODS, /* Open Document Spreadsheet data */ enumerator
61 f == GRETL_ODS)
H A Ddataio.c735 { GRETL_ODS, ".ods" },
3353 } else if (ftype == GRETL_ODS) { in import_spreadsheet()
3721 { GRETL_ODS, "Open Document" }, in dataset_add_import_info()
/dports/math/gretl/gretl-2021d/cli/
H A Dgretlcli.c559 case GRETL_ODS: in handle_datafile()
/dports/math/gretl/gretl-2021d/plugin/
H A Dods_import.c1235 dataset_add_import_info(dset, fname, GRETL_ODS); in finalize_ods_import()
/dports/math/gretl/gretl-2021d/gui/
H A Dfileselect.c893 { N_("Open Document files (*.ods)"), "*.ods", GRETL_ODS },
H A Dgui_utils.c1101 ftype == GRETL_XLSX || ftype == GRETL_ODS || in finalize_data_open()
1187 } else if (ftype == GRETL_ODS) { in get_imported_data()