Home
last modified time | relevance | path

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

/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/src/
H A Dworksheet.c125 worksheet->col_options_max = LXW_COL_META_MAX; in lxw_worksheet_new()
538 for (col = 0; col < worksheet->col_options_max; col++) { in lxw_worksheet_free()
2757 for (col_index = 0; col_index < self->col_options_max; col_index++) { in _worksheet_size_col()
4870 for (col = 0; col < self->col_options_max; col++) { in _worksheet_write_cols()
8648 if (firstcol >= self->col_options_max) { in worksheet_set_column_opt()
8650 lxw_col_t old_size = self->col_options_max; in worksheet_set_column_opt()
8661 self->col_options_max = new_size; in worksheet_set_column_opt()
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/include/xlsxwriter/
H A Dworksheet.h2148 uint16_t col_options_max; member