Home
last modified time | relevance | path

Searched refs:bar_negative_border_color_same (Results 1 – 8 of 8) sorted by relevance

/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/test/unit/worksheet/
H A Dtest_worksheet_data_bar06.c136 conditional_format->bar_negative_border_color_same = LXW_TRUE; in CTEST()
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/examples/
H A Dconditional_format.pl365 bar_negative_border_color_same => 1
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/t/worksheet/
H A Dworksheet_data_bar_06.t58 bar_negative_border_color_same => 1,
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/examples/
H A Dconditional_format2.c327 conditional_format->bar_negative_border_color_same = LXW_TRUE; in main()
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/docs/src/
H A Dworking_with_conditional_formatting.dox213 | ^ | ^ | bar_negative_border_color_same*
1120 @subsection ww_cond_format_bar_negative_border_color_same parameter: bar_negative_border_color_same
1122 The `bar_negative_border_color_same` property sets the border color for the
1128 conditional_format->bar_negative_border_color_same = LXW_TRUE;
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/include/xlsxwriter/
H A Dworksheet.h1255 uint8_t bar_negative_border_color_same; member
1346 uint8_t bar_negative_border_color_same; member
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/lib/Excel/Writer/XLSX/
H A DWorksheet.pm3817 bar_negative_border_color_same => 1,
4057 || $param->{bar_negative_border_color_same}
4253 $param->{bar_negative_border_color_same} ||= 0;
10031 && !$data_bar->{bar_negative_border_color_same} )
10115 && !$data_bar->{bar_negative_border_color_same} )
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/src/
H A Dworksheet.c6974 && !cond_format->bar_negative_border_color_same) in _worksheet_write_x14_data_bar()
7008 && !cond_format->bar_negative_border_color_same) in _worksheet_write_x14_data_bar()
7174 || user_options->bar_negative_border_color_same in _validate_conditional_data_bar()
7222 cond_format->bar_negative_border_color_same = in _validate_conditional_data_bar()
7223 user_options->bar_negative_border_color_same; in _validate_conditional_data_bar()