Home
last modified time | relevance | path

Searched refs:LXW_CONDITIONAL_TYPE_TOP (Results 1 – 5 of 5) sorted by relevance

/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/test/unit/worksheet/
H A Dtest_worksheet_conditional_format06.c70 conditional_format->type = LXW_CONDITIONAL_TYPE_TOP; in CTEST()
78 conditional_format->type = LXW_CONDITIONAL_TYPE_TOP; in CTEST()
154 conditional_format->type = LXW_CONDITIONAL_TYPE_TOP; in CTEST()
162 conditional_format->type = LXW_CONDITIONAL_TYPE_TOP; in CTEST()
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/examples/
H A Dconditional_format2.c174 conditional_format->type = LXW_CONDITIONAL_TYPE_TOP; in main()
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/docs/src/
H A Dworking_with_conditional_formatting.dox165 | top | #LXW_CONDITIONAL_TYPE_TOP | criteria
473 conditional_format->type = LXW_CONDITIONAL_TYPE_TOP;
483 conditional_format->type = LXW_CONDITIONAL_TYPE_TOP;
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/include/xlsxwriter/
H A Dworksheet.h259 LXW_CONDITIONAL_TYPE_TOP, enumerator
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/src/
H A Dworksheet.c6777 else if (cond_format->type == LXW_CONDITIONAL_TYPE_TOP in _worksheet_write_cf_rule()
11039 else if (cond_format->type == LXW_CONDITIONAL_TYPE_TOP in worksheet_conditional_format_range()