/[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 2 Revision 45
174 174
175extern int psiconv_parse_word_styles_section(const psiconv_buffer buf, int lev, 175extern int psiconv_parse_word_styles_section(const psiconv_buffer buf, int lev,
176 psiconv_u32 off, int *length, 176 psiconv_u32 off, int *length,
177 psiconv_word_styles_section *result); 177 psiconv_word_styles_section *result);
178 178
179
180/* *****************
181 * parse_image.c *
182 ***************** */
183
184extern int psiconv_parse_paint_data_section(const psiconv_buffer buf,int lev,
185 psiconv_u32 off, int *length,
186 int isclipart,
187 psiconv_paint_data_section *result);
188
189extern int psiconv_parse_jumptable_section(const psiconv_buffer buf,int lev,
190 psiconv_u32 off, int *length,
191 psiconv_jumptable_section *result);
192extern int psiconv_parse_sketch_section(const psiconv_buffer buf, int lev,
193 psiconv_u32 off, int *length, int is_object,
194 psiconv_sketch_section *result);
195extern int psiconv_parse_clipart_section(const psiconv_buffer buf, int lev,
196 psiconv_u32 off, int *length,
197 psiconv_clipart_section *result);
198
199
200
201
202
179/* **************** 203/* ****************
180 * parse_driver.c * 204 * parse_driver.c *
181 **************** */ 205 **************** */
182 206
183extern int psiconv_parse_texted_file(const psiconv_buffer buf,int lev, 207extern int psiconv_parse_texted_file(const psiconv_buffer buf,int lev,
184 psiconv_u32 off, psiconv_texted_f *result); 208 psiconv_u32 off, psiconv_texted_f *result);
185 209
186extern int psiconv_parse_word_file(const psiconv_buffer buf,int lev, 210extern int psiconv_parse_word_file(const psiconv_buffer buf,int lev,
187 psiconv_u32 off, psiconv_word_f *result); 211 psiconv_u32 off, psiconv_word_f *result);
188 212
213extern int psiconv_parse_mbm_file(const psiconv_buffer buf,int lev,
214 psiconv_u32 off, psiconv_mbm_f *result);
215
216extern int psiconv_parse_sketch_file(const psiconv_buffer buf,int lev,
217 psiconv_u32 off, psiconv_sketch_f *result);
218
219extern int psiconv_parse_clipart_file(const psiconv_buffer buf,int lev,
220 psiconv_u32 off, psiconv_clipart_f *result);
189 221
190#endif /* PSICONV_PARSE_ROUTINES_H */ 222#endif /* PSICONV_PARSE_ROUTINES_H */

Legend:
Removed from v.2  
changed lines
  Added in v.45

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