Home
last modified time | relevance | path

Searched refs:stop_if_true (Results 1 – 13 of 13) sorted by relevance

/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/test/functional/src/
H A Dtest_cond_format16.c33 conditional_format->stop_if_true = LXW_FALSE; in main()
40 conditional_format->stop_if_true = LXW_TRUE; in main()
H A Dtest_cond_format15.c33 conditional_format->stop_if_true = LXW_TRUE; in main()
40 conditional_format->stop_if_true = LXW_TRUE; in main()
H A Dtest_cond_format14.c30 conditional_format->stop_if_true = LXW_TRUE; in main()
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/t/regression/
H A Dcond_format16.t52 stop_if_true => 0
62 stop_if_true => 1
H A Dcond_format15.t52 stop_if_true => 1
62 stop_if_true => 1
H A Dcond_format14.t51 stop_if_true => 1
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/test/unit/worksheet/
H A Dtest_worksheet_conditional_format21.c72 conditional_format->stop_if_true = LXW_TRUE; in CTEST()
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/t/worksheet/
H A Dworksheet_cond_format_21.t47 stop_if_true => 1,
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/include/xlsxwriter/
H A Dworksheet.h1314 uint8_t stop_if_true; member
1360 uint8_t stop_if_true; member
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/docs/src/
H A Dworking_with_conditional_formatting.dox1234 @subsection ww_cond_format_stop_if_true parameter: stop_if_true
1236 The `stop_if_true` parameter can be used to set the "stop if true" feature
1245 conditional_format->stop_if_true = LXW_TRUE;
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/src/
H A Dworksheet.c6325 if (cond_format->stop_if_true) in _worksheet_write_cf_rule_formula()
6356 if (cond_format->stop_if_true) in _worksheet_write_cf_rule_top()
6422 if (cond_format->stop_if_true) in _worksheet_write_cf_rule_average()
6491 if (cond_format->stop_if_true) in _worksheet_write_cf_rule_time_period()
6585 if (cond_format->stop_if_true) in _worksheet_write_cf_rule_blanks()
6651 if (cond_format->stop_if_true) in _worksheet_write_cf_rule_text()
6725 if (cond_format->stop_if_true) in _worksheet_write_cf_rule_cell()
11009 cond_format->stop_if_true = user_options->stop_if_true; in worksheet_conditional_format_range()
/dports/textproc/py-xlsxwriter/XlsxWriter-1.4.3/
H A DChanges459 * Added ``stop_if_true`` parameter to conditional formatting. :feature:`386`.
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/lib/Excel/Writer/XLSX/
H A DWorksheet.pm3801 stop_if_true => 1,
9526 if $param->{stop_if_true};