Home
last modified time | relevance | path

Searched refs:XLS_RECORD_BLANK (Results 1 – 9 of 9) sorted by relevance

/dports/textproc/R-cran-readxl/readxl/src/libxls/
H A Dxlsstruct.h65 #define XLS_RECORD_BLANK 0x0201 macro
84 #define BLANK_CELL XLS_RECORD_BLANK // compat
/dports/math/libxls/libxls-1.6.2/cplusplus/
H A DXlsReader.cpp173 if(cell->id == XLS_RECORD_BLANK) continue; in GetNextCell()
209 if(cell->id == XLS_RECORD_BLANK) continue; in GetCell()
/dports/math/libxls/libxls-1.6.2/include/libxls/
H A Dxlsstruct.h66 #define XLS_RECORD_BLANK 0x0201 macro
85 #define BLANK_CELL XLS_RECORD_BLANK // compat
/dports/textproc/R-cran-readxl/readxl/src/
H A DXlsCell.h199 case XLS_RECORD_BLANK: in inferType()
H A Dxlstool.c504 if(cell->id == XLS_RECORD_BLANK) { in xls_showCell()
589 case XLS_RECORD_BLANK: in xls_getfcell()
H A Dxls.c450 tmp->cells.cell[i].id = XLS_RECORD_BLANK; in xls_makeTable()
592 cell->id=XLS_RECORD_BLANK; in xls_addCell()
609 case XLS_RECORD_BLANK: in xls_addCell()
1157 case XLS_RECORD_BLANK: in xls_preparseWorkSheet()
1343 case XLS_RECORD_BLANK: in xls_parseWorkSheet()
/dports/math/libxls/libxls-1.6.2/src/
H A Dxlstool.c578 if(cell->id == XLS_RECORD_BLANK) { in xls_showCell()
663 case XLS_RECORD_BLANK: in xls_getfcell()
H A Dxls.c453 tmp->cells.cell[i].id = XLS_RECORD_BLANK; in xls_makeTable()
595 cell->id=XLS_RECORD_BLANK; in xls_addCell()
613 case XLS_RECORD_BLANK: in xls_addCell()
1162 case XLS_RECORD_BLANK: in xls_preparseWorkSheet()
1349 case XLS_RECORD_BLANK: in xls_parseWorkSheet()
/dports/math/libxls/libxls-1.6.2/
H A DREADME.md48 if (cell->id == XLS_RECORD_BLANK) {