/[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 110
52 psiconv_u32 off, int *length, 52 psiconv_u32 off, int *length,
53 int *status); 53 int *status);
54extern psiconv_string_t psiconv_read_string(const psiconv_buffer buf,int lev, 54extern psiconv_string_t psiconv_read_string(const psiconv_buffer buf,int lev,
55 psiconv_u32 off,int *length, 55 psiconv_u32 off,int *length,
56 int *status); 56 int *status);
57extern psiconv_string_t psiconv_read_short_string(const psiconv_buffer buf,
58 int lev,psiconv_u32 off,
59 int *length,int *status);
57 60
58extern int psiconv_parse_bool(const psiconv_buffer buf, int lev, 61extern int psiconv_parse_bool(const psiconv_buffer buf, int lev,
59 psiconv_u32 off, int *length, 62 psiconv_u32 off, int *length,
60 psiconv_bool_t *result); 63 psiconv_bool_t *result);
64
65extern psiconv_float_t psiconv_read_float(const psiconv_buffer buf, int lev,
66 psiconv_u32 off, int *length, int *status);
67
61 68
62 69
63/* ****************** 70/* ******************
64 * parse_layout.c * 71 * parse_layout.c *
65 ****************** */ 72 ****************** */
168 psiconv_u32 off, int *length, 175 psiconv_u32 off, int *length,
169 psiconv_word_styles_section *result); 176 psiconv_word_styles_section *result);
170 177
171 178
172/* ***************** 179/* *****************
180 * parse_sheet.c *
181 ***************** */
182
183extern int psiconv_parse_sheet_status_section(const psiconv_buffer buf, int lev,
184 psiconv_u32 off, int *length,
185 psiconv_sheet_status_section *result);
186
187extern int psiconv_parse_sheet_formula_table(const psiconv_buffer buf, int lev,
188 psiconv_u32 off, int *length,
189 psiconv_formula_list *result);
190
191extern int psiconv_parse_formula(const psiconv_buffer buf, int lev,
192 psiconv_u32 off, int *length,
193 psiconv_formula *result);
194
195extern int psiconv_parse_sheet_workbook_section(const psiconv_buffer buf,
196 int lev,
197 psiconv_u32 off, int *length,
198 psiconv_sheet_workbook_section *result);
199
200
201/* *****************
173 * parse_image.c * 202 * parse_image.c *
174 ***************** */ 203 ***************** */
175 204
176extern int psiconv_parse_paint_data_section(const psiconv_buffer buf,int lev, 205extern int psiconv_parse_paint_data_section(const psiconv_buffer buf,int lev,
177 psiconv_u32 off, int *length, 206 psiconv_u32 off, int *length,
208extern int psiconv_parse_sketch_file(const psiconv_buffer buf,int lev, 237extern int psiconv_parse_sketch_file(const psiconv_buffer buf,int lev,
209 psiconv_u32 off, psiconv_sketch_f *result); 238 psiconv_u32 off, psiconv_sketch_f *result);
210 239
211extern int psiconv_parse_clipart_file(const psiconv_buffer buf,int lev, 240extern int psiconv_parse_clipart_file(const psiconv_buffer buf,int lev,
212 psiconv_u32 off, psiconv_clipart_f *result); 241 psiconv_u32 off, psiconv_clipart_f *result);
242extern int psiconv_parse_sheet_file(const psiconv_buffer buf,int lev,
243 psiconv_u32 off, psiconv_sheet_f *result);
244
213#ifdef __cplusplus 245#ifdef __cplusplus
214} 246}
215#endif /* __cplusplus */ 247#endif /* __cplusplus */
216 248
217#endif /* PSICONV_PARSE_ROUTINES_H */ 249#endif /* PSICONV_PARSE_ROUTINES_H */

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

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