/[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 79 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
168 psiconv_u32 off, int *length, 172 psiconv_u32 off, int *length,
169 psiconv_word_styles_section *result); 173 psiconv_word_styles_section *result);
170 174
171 175
172/* ***************** 176/* *****************
177 * parse_sheet.c *
178 ***************** */
179
180extern int psiconv_parse_sheet_status_section(const psiconv_buffer buf, int lev,
181 psiconv_u32 off, int *length,
182 psiconv_sheet_status_section *result);
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
192extern int psiconv_parse_sheet_workbook_section(const psiconv_buffer buf,
193 int lev,
194 psiconv_u32 off, int *length,
195 psiconv_sheet_workbook_section *result);
196
197
198/* *****************
173 * parse_image.c * 199 * parse_image.c *
174 ***************** */ 200 ***************** */
175 201
176extern int psiconv_parse_paint_data_section(const psiconv_buffer buf,int lev, 202extern int psiconv_parse_paint_data_section(const psiconv_buffer buf,int lev,
177 psiconv_u32 off, int *length, 203 psiconv_u32 off, int *length,
208extern int psiconv_parse_sketch_file(const psiconv_buffer buf,int lev, 234extern int psiconv_parse_sketch_file(const psiconv_buffer buf,int lev,
209 psiconv_u32 off, psiconv_sketch_f *result); 235 psiconv_u32 off, psiconv_sketch_f *result);
210 236
211extern int psiconv_parse_clipart_file(const psiconv_buffer buf,int lev, 237extern int psiconv_parse_clipart_file(const psiconv_buffer buf,int lev,
212 psiconv_u32 off, psiconv_clipart_f *result); 238 psiconv_u32 off, psiconv_clipart_f *result);
239extern int psiconv_parse_sheet_file(const psiconv_buffer buf,int lev,
240 psiconv_u32 off, psiconv_sheet_f *result);
241
213#ifdef __cplusplus 242#ifdef __cplusplus
214} 243}
215#endif /* __cplusplus */ 244#endif /* __cplusplus */
216 245
217#endif /* PSICONV_PARSE_ROUTINES_H */ 246#endif /* PSICONV_PARSE_ROUTINES_H */

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

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