/[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 97 Revision 121
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);
64
65extern psiconv_float_t psiconv_read_float(const psiconv_buffer buf, int lev,
66 psiconv_u32 off, int *length, int *status);
67
61 68
62 69
63/* ****************** 70/* ******************
64 * parse_layout.c * 71 * parse_layout.c *
65 ****************** */ 72 ****************** */
175 182
176extern int psiconv_parse_sheet_status_section(const psiconv_buffer buf, int lev, 183extern int psiconv_parse_sheet_status_section(const psiconv_buffer buf, int lev,
177 psiconv_u32 off, int *length, 184 psiconv_u32 off, int *length,
178 psiconv_sheet_status_section *result); 185 psiconv_sheet_status_section *result);
179 186
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, 187extern int psiconv_parse_sheet_formula_table(const psiconv_buffer buf, int lev,
188 psiconv_u32 off, int *length,
185 psiconv_u32 off, int *length, 189 psiconv_formula_list *result);
190
191extern int psiconv_parse_formula(const psiconv_buffer buf, int lev,
192 psiconv_u32 off, int *length,
186 psiconv_sheet_formula *result); 193 psiconv_formula *result);
187 194
188extern int psiconv_parse_sheet_workbook_section(const psiconv_buffer buf, 195extern int psiconv_parse_sheet_workbook_section(const psiconv_buffer buf,
189 int lev, 196 int lev,
190 psiconv_u32 off, int *length, 197 psiconv_u32 off, int *length,
191 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
192 226
193 227
194/* ***************** 228/* *****************
195 * parse_image.c * 229 * parse_image.c *
196 ***************** */ 230 ***************** */

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

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