--- psiconv/trunk/lib/psiconv/parse_routines.h 2001/03/04 22:10:45 110 +++ psiconv/trunk/lib/psiconv/parse_routines.h 2001/03/06 23:59:46 111 @@ -196,6 +196,31 @@ int lev, psiconv_u32 off, int *length, psiconv_sheet_workbook_section *result); +extern int psiconv_parse_sheet_cell(const psiconv_buffer buf, int lev, + psiconv_u32 off, int *length, + psiconv_sheet_cell *result); +extern int psiconv_parse_sheet_cell_list(const psiconv_buffer buf, int lev, + psiconv_u32 off, int *length, + psiconv_sheet_cell_list *result); +extern int psiconv_parse_sheet_worksheet_list( const psiconv_buffer buf, + int lev, + psiconv_u32 off, int *length, + psiconv_sheet_worksheet_list *result); +extern int psiconv_parse_sheet_worksheet(const psiconv_buffer buf, int lev, + psiconv_u32 off, int *length, + psiconv_sheet_worksheet *result); +extern int psiconv_parse_sheet_numberformat(const psiconv_buffer buf, int lev, + psiconv_u32 off, int *length, + psiconv_sheet_numberformat *result); +extern int psiconv_parse_sheet_cell_layout(const psiconv_buffer buf, int lev, + psiconv_u32 off, int *length, + psiconv_sheet_cell_layout *result); + + + + + + /* *****************