Home
last modified time | relevance | path

Searched refs:bar_negative_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.c124 conditional_format->bar_negative_color_same = LXW_TRUE; in CTEST()
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/examples/
H A Dconditional_format.pl364 bar_negative_color_same => 1,
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/t/worksheet/
H A Dworksheet_data_bar_06.t42 bar_negative_color_same => 1,
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/examples/
H A Dconditional_format2.c326 conditional_format->bar_negative_color_same = LXW_TRUE; in main()
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/docs/src/
H A Dworking_with_conditional_formatting.dox212 | ^ | ^ | bar_negative_color_same*
1103 @subsection ww_cond_format_bar_negative_color_same parameter: bar_negative_color_same
1105 The `bar_negative_color_same` property sets the fill color for the negative
1111 conditional_format->bar_negative_color_same = LXW_TRUE;
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/include/xlsxwriter/
H A Dworksheet.h1249 uint8_t bar_negative_color_same; member
1345 uint8_t bar_negative_color_same; member
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/lib/Excel/Writer/XLSX/
H A DWorksheet.pm3813 bar_negative_color_same => 1,
4055 || $param->{bar_negative_color_same}
4252 $param->{bar_negative_color_same} ||= 0;
10024 if ( !$data_bar->{bar_negative_color_same} ) {
10110 if ( $data_bar->{bar_negative_color_same} ) {
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/src/
H A Dworksheet.c6970 if (cond_format->bar_negative_color_same) in _worksheet_write_x14_data_bar()
7003 if (!cond_format->bar_negative_color_same) in _worksheet_write_x14_data_bar()
7173 || user_options->bar_negative_color_same in _validate_conditional_data_bar()
7220 cond_format->bar_negative_color_same = in _validate_conditional_data_bar()
7221 user_options->bar_negative_color_same; in _validate_conditional_data_bar()