/[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 97
168 psiconv_u32 off, int *length, 168 psiconv_u32 off, int *length,
169 psiconv_word_styles_section *result); 169 psiconv_word_styles_section *result);
170 170
171 171
172/* ***************** 172/* *****************
173 * parse_sheet.c *
174 ***************** */
175
176extern int psiconv_parse_sheet_status_section(const psiconv_buffer buf, int lev,
177 psiconv_u32 off, int *length,
178 psiconv_sheet_status_section *result);
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,
185 psiconv_u32 off, int *length,
186 psiconv_sheet_formula *result);
187
188extern int psiconv_parse_sheet_workbook_section(const psiconv_buffer buf,
189 int lev,
190 psiconv_u32 off, int *length,
191 psiconv_sheet_workbook_section *result);
192
193
194/* *****************
173 * parse_image.c * 195 * parse_image.c *
174 ***************** */ 196 ***************** */
175 197
176extern int psiconv_parse_paint_data_section(const psiconv_buffer buf,int lev, 198extern int psiconv_parse_paint_data_section(const psiconv_buffer buf,int lev,
177 psiconv_u32 off, int *length, 199 psiconv_u32 off, int *length,
208extern int psiconv_parse_sketch_file(const psiconv_buffer buf,int lev, 230extern int psiconv_parse_sketch_file(const psiconv_buffer buf,int lev,
209 psiconv_u32 off, psiconv_sketch_f *result); 231 psiconv_u32 off, psiconv_sketch_f *result);
210 232
211extern int psiconv_parse_clipart_file(const psiconv_buffer buf,int lev, 233extern int psiconv_parse_clipart_file(const psiconv_buffer buf,int lev,
212 psiconv_u32 off, psiconv_clipart_f *result); 234 psiconv_u32 off, psiconv_clipart_f *result);
235extern int psiconv_parse_sheet_file(const psiconv_buffer buf,int lev,
236 psiconv_u32 off, psiconv_sheet_f *result);
237
213#ifdef __cplusplus 238#ifdef __cplusplus
214} 239}
215#endif /* __cplusplus */ 240#endif /* __cplusplus */
216 241
217#endif /* PSICONV_PARSE_ROUTINES_H */ 242#endif /* PSICONV_PARSE_ROUTINES_H */

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

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