Home
last modified time | relevance | path

Searched refs:insert_hyperlinks (Results 1 – 11 of 11) sorted by relevance

/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/test/unit/worksheet/
H A Dtest_worksheet_write_sheet_protection.c178 lxw_protection options = {.insert_hyperlinks = 1}; in CTEST()
370 .insert_hyperlinks = 1, in CTEST()
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/t/worksheet/
H A Dsub_write_sheet_protection.t180 %options = ( insert_hyperlinks => 1 );
350 insert_hyperlinks => 1,
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/test/unit/chartsheet/
H A Dtest_chartsheet_write_sheet_protection.c153 .insert_hyperlinks = 1, in CTEST()
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/t/chartsheet/
H A Dsub_write_sheet_protection.t152 insert_hyperlinks => 1,
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dsheet.h83 gboolean insert_hyperlinks; /* TODO */ member
H A Dsheet.c529 sheet->protected_allow.insert_hyperlinks = !!g_value_get_boolean (value); in gnm_sheet_set_property()
664 g_value_set_boolean (value, sheet->protected_allow.insert_hyperlinks); in gnm_sheet_get_property()
831 sheet->protected_allow.insert_hyperlinks = FALSE; in gnm_sheet_init()
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/include/xlsxwriter/
H A Dworksheet.h2026 uint8_t insert_hyperlinks; member
2066 uint8_t insert_hyperlinks; member
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/lib/Excel/Writer/XLSX/
H A DWorksheet.pm524 insert_hyperlinks => 0,
9011 push @attributes, ( "insertHyperlinks" => 0 ) if $arg{insert_hyperlinks};
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/src/
H A Dworksheet.c5572 if (protect->insert_hyperlinks) in _worksheet_write_sheet_protection()
10153 protect->insert_hyperlinks = options->insert_hyperlinks; in worksheet_protect()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/excel/
H A Dms-excel-read.c5805 sheet->protected_allow.insert_hyperlinks = (flags & (1 << 7)) != 0; in excel_read_SHEETPROTECTION()
H A Dms-excel-write.c1763 if (sheet->protected_allow.insert_hyperlinks) flags |= (1 << 7); in excel_write_SHEETPROTECTION()