--- psiconv/trunk/lib/psiconv/parse_routines.h 2001/01/17 12:04:12 95 +++ 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 * @@ -177,6 +181,14 @@ 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,