Home
last modified time | relevance | path

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

/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/test/unit/worksheet/
H A Dtest_worksheet_conditional_format17.c129 conditional_format->mid_rule_type = LXW_CONDITIONAL_RULE_TYPE_PERCENT; in CTEST()
258 conditional_format->mid_rule_type = LXW_CONDITIONAL_RULE_TYPE_PERCENT; in CTEST()
H A Dtest_worksheet_conditional_format19.c130 conditional_format->mid_rule_type = LXW_CONDITIONAL_RULE_TYPE_PERCENTILE; in CTEST()
H A Dtest_worksheet_conditional_format13.c249 conditional_format->mid_rule_type = LXW_CONDITIONAL_RULE_TYPE_PERCENTILE; in CTEST()
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/docs/src/
H A Dworking_with_conditional_formatting.dox189 | ^ | ^ | mid_rule_type
642 conditional_format->mid_rule_type = LXW_CONDITIONAL_RULE_TYPE_PERCENT;
941 `data_bar`. The `mid_rule_type` is used with `3_color_scale`. The properties
969 @subsection ww_cond_format_mid_rule_type parameter: mid_rule_type
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/include/xlsxwriter/
H A Dworksheet.h1188 uint8_t mid_rule_type; member
1331 uint8_t mid_rule_type; member
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/src/
H A Dworksheet.c6274 _worksheet_write_cfvo_str(self, cond_format->mid_rule_type, in _worksheet_write_cf_rule_color_scale()
6279 _worksheet_write_cfvo_num(self, cond_format->mid_rule_type, in _worksheet_write_cf_rule_color_scale()
7259 uint8_t mid_rule_type = user_options->mid_rule_type; in _validate_conditional_scale() local
7287 if (mid_rule_type > LXW_CONDITIONAL_RULE_TYPE_MINIMUM in _validate_conditional_scale()
7288 && mid_rule_type < LXW_CONDITIONAL_RULE_TYPE_MAXIMUM) { in _validate_conditional_scale()
7289 cond_format->mid_rule_type = mid_rule_type; in _validate_conditional_scale()
7295 cond_format->mid_rule_type = LXW_CONDITIONAL_RULE_TYPE_PERCENTILE; in _validate_conditional_scale()