/[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 95
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_workbook_section(const psiconv_buffer buf,
181 int lev,
182 psiconv_u32 off, int *length,
183 psiconv_sheet_workbook_section *result);
184
185
186/* *****************
173 * parse_image.c * 187 * parse_image.c *
174 ***************** */ 188 ***************** */
175 189
176extern int psiconv_parse_paint_data_section(const psiconv_buffer buf,int lev, 190extern int psiconv_parse_paint_data_section(const psiconv_buffer buf,int lev,
177 psiconv_u32 off, int *length, 191 psiconv_u32 off, int *length,
208extern int psiconv_parse_sketch_file(const psiconv_buffer buf,int lev, 222extern int psiconv_parse_sketch_file(const psiconv_buffer buf,int lev,
209 psiconv_u32 off, psiconv_sketch_f *result); 223 psiconv_u32 off, psiconv_sketch_f *result);
210 224
211extern int psiconv_parse_clipart_file(const psiconv_buffer buf,int lev, 225extern int psiconv_parse_clipart_file(const psiconv_buffer buf,int lev,
212 psiconv_u32 off, psiconv_clipart_f *result); 226 psiconv_u32 off, psiconv_clipart_f *result);
227extern int psiconv_parse_sheet_file(const psiconv_buffer buf,int lev,
228 psiconv_u32 off, psiconv_sheet_f *result);
229
213#ifdef __cplusplus 230#ifdef __cplusplus
214} 231}
215#endif /* __cplusplus */ 232#endif /* __cplusplus */
216 233
217#endif /* PSICONV_PARSE_ROUTINES_H */ 234#endif /* PSICONV_PARSE_ROUTINES_H */

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

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