Home
last modified time | relevance | path

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

/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dsheet.h136 Sheet *sheet_new_with_type (Workbook *wb, char const *name,
H A Dworkbook.c1135 Sheet *new_sheet = sheet_new_with_type (wb, name, sheet_type, columns, rows); in workbook_sheet_add_with_type()
H A Dsheet.c1565 sheet_new_with_type (Workbook *wb, char const *name, GnmSheetType type, in sheet_new_with_type() function
1604 return sheet_new_with_type (wb, name, GNM_SHEET_DATA, columns, rows); in sheet_new()
6365 dst = sheet_new_with_type (wb, name, src->sheet_type, in sheet_dup()
H A Dxml-sax-read.c603 sheet = sheet_new_with_type (wb, name, in xml_sax_wb_sheetname()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/excel/
H A Dxlsx-read.c328 Sheet *sheet = sheet_new_with_type (wb, name, GNM_SHEET_DATA, columns, rows); in wrap_sheet_new()
H A Dms-excel-read.c909 sheet = sheet_new_with_type (importer->wb, sheet_name, type, in excel_sheet_new()