Home
last modified time | relevance | path

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

/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.js3VT_LPSTR=30;var VT_LPWSTR=31;var VT_FILETIME=64;var VT_BLOB=65;var VT_STREAM=66;var VT_STORAGE=67;… variable
H A Dxlsx.js1986 var VT_LPSTR = 0x001E; variable
2020 0x0d: { n: 'DocParts', t: VT_VECTOR | VT_LPSTR },
2054 0x12: { n: 'ApplicationName', t: VT_LPSTR },
H A Dxlsx.min.map1 …"VT_I1","VT_UI1","VT_UI2","VT_UI4","VT_I8","VT_UI8","VT_INT","VT_UINT","VT_LPSTR","VT_LPWSTR","VT_…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs4786 //var VT_LPSTR = 0x001E;
4821 /*::[*/0x0d/*::]*/: { n: 'TitlesOfParts', t: VT_VECTOR_LPSTR /* VT_VECTOR | VT_LPSTR */ },
6046 case 0x1E /*VT_LPSTR*/: return parse_lpstr(blob, t, 4).replace(chr0,'');
6054 case 0x101E /*VT_VECTOR|VT_LPSTR*/:
6156 …case 0x1E /*VT_LPSTR*/: blob.l += 4; val = parse_VtString(blob, blob[blob.l-4]).replace(/\u0000+$/…