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

Legend:
Removed from v.101  
changed lines
  Added in v.111

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