Home
last modified time | relevance | path

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

/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/test/unit/worksheet/
H A Dtest_worksheet_conditional_format05.c77 conditional_format->criteria = LXW_CONDITIONAL_CRITERIA_AVERAGE_ABOVE; in CTEST()
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/examples/
H A Dconditional_format2.c152 conditional_format->criteria = LXW_CONDITIONAL_CRITERIA_AVERAGE_ABOVE; in main()
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/docs/src/
H A Dworking_with_conditional_formatting.dox398 conditional_format->criteria = LXW_CONDITIONAL_CRITERIA_AVERAGE_ABOVE;
412 - #LXW_CONDITIONAL_CRITERIA_AVERAGE_ABOVE: Format cells above the average for
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/include/xlsxwriter/
H A Dworksheet.h374 LXW_CONDITIONAL_CRITERIA_AVERAGE_ABOVE, enumerator
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/src/
H A Dworksheet.c7363 if (user->criteria < LXW_CONDITIONAL_CRITERIA_AVERAGE_ABOVE || in _validate_conditional_average()