| … | |
… | |
| 195 | extern int psiconv_parse_sheet_workbook_section(const psiconv_buffer buf, |
195 | extern int psiconv_parse_sheet_workbook_section(const psiconv_buffer buf, |
| 196 | int lev, |
196 | int lev, |
| 197 | psiconv_u32 off, int *length, |
197 | psiconv_u32 off, int *length, |
| 198 | psiconv_sheet_workbook_section *result); |
198 | psiconv_sheet_workbook_section *result); |
| 199 | extern int psiconv_parse_sheet_cell(const psiconv_buffer buf, int lev, |
199 | extern int psiconv_parse_sheet_cell(const psiconv_buffer buf, int lev, |
| 200 | psiconv_u32 off, int *length, |
200 | psiconv_u32 off, int *length, |
| 201 | psiconv_sheet_cell *result); |
201 | psiconv_sheet_cell *result, |
|
|
202 | const psiconv_sheet_cell_layout default_layout); |
| 202 | extern int psiconv_parse_sheet_cell_list(const psiconv_buffer buf, int lev, |
203 | extern int psiconv_parse_sheet_cell_list(const psiconv_buffer buf, int lev, |
| 203 | psiconv_u32 off, int *length, |
204 | psiconv_u32 off, int *length, |
| 204 | psiconv_sheet_cell_list *result); |
205 | psiconv_sheet_cell_list *result, |
|
|
206 | const psiconv_sheet_cell_layout default_layout); |
| 205 | extern int psiconv_parse_sheet_worksheet_list( const psiconv_buffer buf, |
207 | extern int psiconv_parse_sheet_worksheet_list( const psiconv_buffer buf, |
| 206 | int lev, |
208 | int lev, |
| 207 | psiconv_u32 off, int *length, |
209 | psiconv_u32 off, int *length, |
| 208 | psiconv_sheet_worksheet_list *result); |
210 | psiconv_sheet_worksheet_list *result); |
| 209 | extern int psiconv_parse_sheet_worksheet(const psiconv_buffer buf, int lev, |
211 | extern int psiconv_parse_sheet_worksheet(const psiconv_buffer buf, int lev, |
| 210 | psiconv_u32 off, int *length, |
212 | psiconv_u32 off, int *length, |
| 211 | psiconv_sheet_worksheet *result); |
213 | psiconv_sheet_worksheet *result); |
| 212 | extern int psiconv_parse_sheet_numberformat(const psiconv_buffer buf, int lev, |
214 | extern int psiconv_parse_sheet_numberformat(const psiconv_buffer buf, int lev, |
| 213 | psiconv_u32 off, int *length, |
215 | psiconv_u32 off, int *length, |
| 214 | psiconv_sheet_numberformat *result); |
216 | psiconv_sheet_numberformat result); |
| 215 | extern int psiconv_parse_sheet_cell_layout(const psiconv_buffer buf, int lev, |
217 | extern int psiconv_parse_sheet_cell_layout(const psiconv_buffer buf, int lev, |
| 216 | psiconv_u32 off, int *length, |
218 | psiconv_u32 off, int *length, |
| 217 | psiconv_sheet_cell_layout *result); |
219 | psiconv_sheet_cell_layout result); |
| 218 | |
220 | |
| 219 | |
221 | |
| 220 | |
222 | |
| 221 | |
223 | |
| 222 | |
224 | |