--- psiconv/trunk/lib/psiconv/parse_routines.h 2000/12/25 22:25:33 79 +++ psiconv/trunk/lib/psiconv/parse_routines.h 2001/01/30 23:57:28 101 @@ -59,6 +59,10 @@ psiconv_u32 off, int *length, psiconv_bool_t *result); +extern psiconv_float_t psiconv_read_float(const psiconv_buffer buf, int lev, + psiconv_u32 off, int *length, int *status); + + /* ****************** * parse_layout.c * @@ -170,6 +174,28 @@ /* ***************** + * parse_sheet.c * + ***************** */ + +extern int psiconv_parse_sheet_status_section(const psiconv_buffer buf, int lev, + psiconv_u32 off, int *length, + psiconv_sheet_status_section *result); + +extern int psiconv_parse_sheet_formula_table(const psiconv_buffer buf, int lev, + psiconv_u32 off, int *length, + psiconv_formula_list *result); + +extern int psiconv_parse_formula(const psiconv_buffer buf, int lev, + psiconv_u32 off, int *length, + psiconv_formula *result); + +extern int psiconv_parse_sheet_workbook_section(const psiconv_buffer buf, + int lev, + psiconv_u32 off, int *length, + psiconv_sheet_workbook_section *result); + + +/* ***************** * parse_image.c * ***************** */ @@ -210,6 +236,9 @@ extern int psiconv_parse_clipart_file(const psiconv_buffer buf,int lev, psiconv_u32 off, psiconv_clipart_f *result); +extern int psiconv_parse_sheet_file(const psiconv_buffer buf,int lev, + psiconv_u32 off, psiconv_sheet_f *result); + #ifdef __cplusplus } #endif /* __cplusplus */