Home
last modified time | relevance | path

Searched refs:GNM_VALIDATION_STYLE_STOP (Results 1 – 9 of 9) sorted by relevance

/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dvalidation.h16 GNM_VALIDATION_STYLE_STOP, enumerator
H A Dvalidation.c150 { GNM_VALIDATION_STYLE_STOP, in gnm_validation_style_get_type()
H A Dwbc-gtk.c2903 case GNM_VALIDATION_STYLE_STOP: in wbcg_validation_msg()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/excel/
H A Dxlsx-read.c2152 { "stop", GNM_VALIDATION_STYLE_STOP }, in xlsx_CT_DataValidation_begin()
2198 ValidationStyle val_style = GNM_VALIDATION_STYLE_STOP; in xlsx_CT_DataValidation_begin()
H A Dxlsx-write.c2010 case GNM_VALIDATION_STYLE_STOP : /* "stop" the default */ break; in xlsx_write_validation()
H A Dms-excel-read.c5676 case 0 : style = GNM_VALIDATION_STYLE_STOP; break; in excel_read_DV()
H A Dms-excel-write.c1499 case GNM_VALIDATION_STYLE_STOP: options |= (0 << 4); break; in excel_write_DV()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/openoffice/
H A Dopenoffice-write.c4800 case GNM_VALIDATION_STYLE_STOP: in odf_print_spreadsheet_content_validations()
H A Dopenoffice-read.c3017 { "stop", GNM_VALIDATION_STYLE_STOP }, in odf_validation_error_message()