Home
last modified time | relevance | path

Searched refs:col_formats_max (Results 1 – 2 of 2) sorted by relevance

/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/include/xlsxwriter/
H A Dworksheet.h2154 uint16_t col_formats_max; member
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/src/
H A Dworksheet.c129 worksheet->col_formats_max = LXW_COL_META_MAX; in lxw_worksheet_new()
4570 else if (col_num < self->col_formats_max && self->col_formats[col_num]) { in _write_cell()
8669 if (lastcol >= self->col_formats_max) { in worksheet_set_column_opt()
8671 lxw_col_t old_size = self->col_formats_max; in worksheet_set_column_opt()
8681 self->col_formats_max = new_size; in worksheet_set_column_opt()