/[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 110 Revision 121
194 194
195extern int psiconv_parse_sheet_workbook_section(const psiconv_buffer buf, 195extern int psiconv_parse_sheet_workbook_section(const psiconv_buffer buf,
196 int lev, 196 int lev,
197 psiconv_u32 off, int *length, 197 psiconv_u32 off, int *length,
198 psiconv_sheet_workbook_section *result); 198 psiconv_sheet_workbook_section *result);
199extern int psiconv_parse_sheet_cell(const psiconv_buffer buf, int lev,
200 psiconv_u32 off, int *length,
201 psiconv_sheet_cell *result,
202 const psiconv_sheet_cell_layout default_layout);
203extern int psiconv_parse_sheet_cell_list(const psiconv_buffer buf, int lev,
204 psiconv_u32 off, int *length,
205 psiconv_sheet_cell_list *result,
206 const psiconv_sheet_cell_layout default_layout);
207extern int psiconv_parse_sheet_worksheet_list( const psiconv_buffer buf,
208 int lev,
209 psiconv_u32 off, int *length,
210 psiconv_sheet_worksheet_list *result);
211extern int psiconv_parse_sheet_worksheet(const psiconv_buffer buf, int lev,
212 psiconv_u32 off, int *length,
213 psiconv_sheet_worksheet *result);
214extern int psiconv_parse_sheet_numberformat(const psiconv_buffer buf, int lev,
215 psiconv_u32 off, int *length,
216 psiconv_sheet_numberformat result);
217extern int psiconv_parse_sheet_cell_layout(const psiconv_buffer buf, int lev,
218 psiconv_u32 off, int *length,
219 psiconv_sheet_cell_layout result);
220
221
222
223
224
225
199 226
200 227
201/* ***************** 228/* *****************
202 * parse_image.c * 229 * parse_image.c *
203 ***************** */ 230 ***************** */

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

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