/[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 97 Revision 98
175 175
176extern int psiconv_parse_sheet_status_section(const psiconv_buffer buf, int lev, 176extern int psiconv_parse_sheet_status_section(const psiconv_buffer buf, int lev,
177 psiconv_u32 off, int *length, 177 psiconv_u32 off, int *length,
178 psiconv_sheet_status_section *result); 178 psiconv_sheet_status_section *result);
179 179
180extern int psiconv_parse_sheet_formula_list(const psiconv_buffer buf, int lev,
181 psiconv_u32 off, int *length,
182 psiconv_sheet_formula_list *result);
183
184extern int psiconv_parse_sheet_formula(const psiconv_buffer buf, int lev, 180extern int psiconv_parse_sheet_formula_table(const psiconv_buffer buf, int lev,
181 psiconv_u32 off, int *length,
185 psiconv_u32 off, int *length, 182 psiconv_formula_list *result);
183
184extern int psiconv_parse_formula(const psiconv_buffer buf, int lev,
185 psiconv_u32 off, int *length,
186 psiconv_sheet_formula *result); 186 psiconv_formula *result);
187 187
188extern int psiconv_parse_sheet_workbook_section(const psiconv_buffer buf, 188extern int psiconv_parse_sheet_workbook_section(const psiconv_buffer buf,
189 int lev, 189 int lev,
190 psiconv_u32 off, int *length, 190 psiconv_u32 off, int *length,
191 psiconv_sheet_workbook_section *result); 191 psiconv_sheet_workbook_section *result);

Legend:
Removed from v.97  
changed lines
  Added in v.98

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