Home
last modified time | relevance | path

Searched refs:is5ver (Results 1 – 6 of 6) sorted by relevance

/dports/math/libxls/libxls-1.6.2/src/
H A Dxlstool.c320 if (!pWB->is5ver && strcmp(pWB->charset, "UTF-8") == 0) in codepage_decode()
325 … const char *from_encoding = pWB->is5ver ? encoding_for_codepage(pWB->codepage) : "ISO-8859-1"; in codepage_decode()
406 if(!pWB->is5ver) { in get_string()
475 printf(" is5ver: %i\n",pWB->is5ver); in xls_showBookInfo()
655 if(!pWB->is5ver) { in xls_getfcell()
671 if (pWB->is5ver || (*(label++) & 0x01) == 0) { in xls_getfcell()
H A Dxls.c473 return (bof->size < offsetof(LABEL, value) + (pWB->is5ver ? 2 : 4)); in xls_isCellTooSmall()
480 if (pWB->is5ver) { in xls_isCellTooSmall()
677 tmp->value = get_string(format->value, size - offsetof(FORMAT, value), (BYTE)!pWB->is5ver, pWB); in xls_addFormat()
814 if(pWB->is5ver) { in xls_isRecordTooSmall()
878 pWB->is5ver = (buf[0] + (buf[1] << 8) != 0x600); in xls_parseWorkBook()
881 printf("version: %s\n", pWB->is5ver ? "BIFF5" : "BIFF8" ); in xls_parseWorkBook()
945 if(pWB->is5ver) { in xls_parseWorkBook()
1366 (BYTE)!pWB->is5ver, pWB)); in xls_parseWorkSheet()
/dports/textproc/R-cran-readxl/readxl/src/
H A Dxlstool.c308 char *get_string(const char *s, size_t len, BYTE is2, BYTE is5ver, char *charset) in get_string() argument
332 if(!is5ver) { in get_string()
401 printf(" is5ver: %i\n",pWB->is5ver); in xls_showBookInfo()
581 if(!pWB->is5ver) { in xls_getfcell()
596 if(pWB->is5ver) { in xls_getfcell()
H A Dxls.c356 name = get_string(bs->name, size - offsetof(BOUNDSHEET, name), 0, pWB->is5ver, pWB->charset); in xls_addSheet()
470 return (bof->size < offsetof(LABEL, value) + (pWB->is5ver ? 2 : 4)); in xls_isCellTooSmall()
477 if (pWB->is5ver) { in xls_isCellTooSmall()
645 tmp->name = get_string(font->name, size - offsetof(FONT, name), 0, pWB->is5ver, pWB->charset); in xls_addFont()
673 …ring(format->value, size - offsetof(FORMAT, value), (BYTE)!pWB->is5ver, (BYTE)pWB->is5ver, pWB->ch… in xls_addFormat()
810 if(pWB->is5ver) { in xls_isRecordTooSmall()
874 pWB->is5ver = (buf[0] + (buf[1] << 8) != 0x600); in xls_parseWorkBook()
878 printf("version: %s\n", pWB->is5ver ? "BIFF5" : "BIFF8" ); in xls_parseWorkBook()
941 if(pWB->is5ver) { in xls_parseWorkBook()
1012 char *s = get_string((char *)&buf[2], bof1.size - 2, 1, pWB->is5ver, pWB->charset); in xls_parseWorkBook()
[all …]
/dports/textproc/R-cran-readxl/readxl/src/libxls/
H A Dxlsstruct.h487 BYTE is5ver; member
/dports/math/libxls/libxls-1.6.2/include/libxls/
H A Dxlsstruct.h487 BYTE is5ver; member