/[public]/psiconv/trunk/lib/psiconv/parse_routines.h
ViewVC logotype

Diff of /psiconv/trunk/lib/psiconv/parse_routines.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 95 Revision 101
57 57
58extern int psiconv_parse_bool(const psiconv_buffer buf, int lev, 58extern int psiconv_parse_bool(const psiconv_buffer buf, int lev,
59 psiconv_u32 off, int *length, 59 psiconv_u32 off, int *length,
60 psiconv_bool_t *result); 60 psiconv_bool_t *result);
61 61
62extern psiconv_float_t psiconv_read_float(const psiconv_buffer buf, int lev,
63 psiconv_u32 off, int *length, int *status);
64
65
62 66
63/* ****************** 67/* ******************
64 * parse_layout.c * 68 * parse_layout.c *
65 ****************** */ 69 ****************** */
66 70
175 179
176extern int psiconv_parse_sheet_status_section(const psiconv_buffer buf, int lev, 180extern int psiconv_parse_sheet_status_section(const psiconv_buffer buf, int lev,
177 psiconv_u32 off, int *length, 181 psiconv_u32 off, int *length,
178 psiconv_sheet_status_section *result); 182 psiconv_sheet_status_section *result);
179 183
184extern int psiconv_parse_sheet_formula_table(const psiconv_buffer buf, int lev,
185 psiconv_u32 off, int *length,
186 psiconv_formula_list *result);
187
188extern int psiconv_parse_formula(const psiconv_buffer buf, int lev,
189 psiconv_u32 off, int *length,
190 psiconv_formula *result);
191
180extern int psiconv_parse_sheet_workbook_section(const psiconv_buffer buf, 192extern int psiconv_parse_sheet_workbook_section(const psiconv_buffer buf,
181 int lev, 193 int lev,
182 psiconv_u32 off, int *length, 194 psiconv_u32 off, int *length,
183 psiconv_sheet_workbook_section *result); 195 psiconv_sheet_workbook_section *result);
184 196

Legend:
Removed from v.95  
changed lines
  Added in v.101

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26