Home
last modified time | relevance | path

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

/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/src/
H A Dformat.c46 format->font_color = LXW_COLOR_UNSET; in lxw_format_new()
68 format->fg_color = LXW_COLOR_UNSET; in lxw_format_new()
69 format->bg_color = LXW_COLOR_UNSET; in lxw_format_new()
87 format->bottom_color = LXW_COLOR_UNSET; in lxw_format_new()
88 format->left_color = LXW_COLOR_UNSET; in lxw_format_new()
89 format->right_color = LXW_COLOR_UNSET; in lxw_format_new()
90 format->top_color = LXW_COLOR_UNSET; in lxw_format_new()
91 format->diag_color = LXW_COLOR_UNSET; in lxw_format_new()
H A Dstyles.c520 else if (format->font_color != LXW_COLOR_UNSET) in _write_font()
652 if (color == LXW_COLOR_UNSET) { in _write_bg_color()
724 if (fg_color != LXW_COLOR_UNSET) in _write_fill()
776 if (color != LXW_COLOR_UNSET) { in _write_border_color()
871 _write_sub_border(self, "vertical", 0, LXW_COLOR_UNSET); in _write_border()
872 _write_sub_border(self, "horizontal", 0, LXW_COLOR_UNSET); in _write_border()
H A Dworkbook.c433 default_fill_1->fg_color = LXW_COLOR_UNSET; in _prepare_fills()
434 default_fill_1->bg_color = LXW_COLOR_UNSET; in _prepare_fills()
440 default_fill_2->fg_color = LXW_COLOR_UNSET; in _prepare_fills()
441 default_fill_2->bg_color = LXW_COLOR_UNSET; in _prepare_fills()
469 && format->bg_color != LXW_COLOR_UNSET in _prepare_fills()
470 && format->fg_color != LXW_COLOR_UNSET) { in _prepare_fills()
477 && format->bg_color != LXW_COLOR_UNSET in _prepare_fills()
478 && format->fg_color == LXW_COLOR_UNSET) { in _prepare_fills()
480 format->bg_color = LXW_COLOR_UNSET; in _prepare_fills()
485 && format->bg_color == LXW_COLOR_UNSET in _prepare_fills()
[all …]
H A Dworksheet.c264 worksheet->tab_color = LXW_COLOR_UNSET; in lxw_worksheet_new()
4998 if (self->tab_color == LXW_COLOR_UNSET) in _worksheet_write_tab_color()
5054 && self->tab_color == LXW_COLOR_UNSET in _worksheet_write_sheet_pr()
7225 if (user_options->bar_color != LXW_COLOR_UNSET) in _validate_conditional_data_bar()
7235 if (user_options->bar_border_color != LXW_COLOR_UNSET) in _validate_conditional_data_bar()
7246 if (user_options->bar_axis_color != LXW_COLOR_UNSET) in _validate_conditional_data_bar()
7300 if (user_options->min_color != LXW_COLOR_UNSET) in _validate_conditional_scale()
7305 if (user_options->max_color != LXW_COLOR_UNSET) in _validate_conditional_scale()
7311 if (user_options->min_color == LXW_COLOR_UNSET) in _validate_conditional_scale()
7314 if (user_options->mid_color != LXW_COLOR_UNSET) in _validate_conditional_scale()
[all …]
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/include/xlsxwriter/
H A Dformat.h82 #define LXW_COLOR_UNSET 0x000000 macro