Home
last modified time | relevance | path

Searched refs:LXW_COL_MAX (Results 1 – 4 of 4) sorted by relevance

/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/docs/src/
H A Dworking_with_memory.dox25 `LXW_COL_MAX` in worksheet.c from 16384 down to a value that matches the
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/src/
H A Dworksheet.c229 worksheet->dim_colmin = LXW_COL_MAX; in lxw_worksheet_new()
1224 if (col_num >= LXW_COL_MAX) in _check_dimensions()
3040 if (col == LXW_COL_MAX - 3) in _get_comment_params()
3042 else if (col == LXW_COL_MAX - 2) in _get_comment_params()
3044 else if (col == LXW_COL_MAX - 1) in _get_comment_params()
3060 if (col == LXW_COL_MAX - 3) in _get_comment_params()
3061 start_col = LXW_COL_MAX - 6; in _get_comment_params()
3062 else if (col == LXW_COL_MAX - 2) in _get_comment_params()
3063 start_col = LXW_COL_MAX - 5; in _get_comment_params()
3064 else if (col == LXW_COL_MAX - 1) in _get_comment_params()
[all …]
H A Dworkbook.c1331 && worksheet->print_area.last_col == LXW_COL_MAX - 1) { in _prepare_defined_names()
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/include/xlsxwriter/
H A Dworksheet.h60 #define LXW_COL_MAX 16384 macro