/[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 121 Revision 161
38 psiconv_u32 off, int *status); 38 psiconv_u32 off, int *status);
39extern psiconv_u16 psiconv_read_u16(const psiconv_buffer buf,int lev, 39extern psiconv_u16 psiconv_read_u16(const psiconv_buffer buf,int lev,
40 psiconv_u32 off, int *status); 40 psiconv_u32 off, int *status);
41extern psiconv_u32 psiconv_read_u32(const psiconv_buffer buf,int lev, 41extern psiconv_u32 psiconv_read_u32(const psiconv_buffer buf,int lev,
42 psiconv_u32 off, int *status); 42 psiconv_u32 off, int *status);
43extern psiconv_s32 psiconv_read_sint(const psiconv_buffer buf,int lev,
44 psiconv_u32 off, int *length, int *status);
43 45
44extern psiconv_S_t psiconv_read_S(const psiconv_buffer buf, int lev, 46extern psiconv_S_t psiconv_read_S(const psiconv_buffer buf, int lev,
45 psiconv_u32 off, int *length, int *status); 47 psiconv_u32 off, int *length, int *status);
46extern psiconv_X_t psiconv_read_X(const psiconv_buffer buf, int lev, 48extern psiconv_X_t psiconv_read_X(const psiconv_buffer buf, int lev,
47 psiconv_u32 off, int *length, int *status); 49 psiconv_u32 off, int *length, int *status);
148 int lev,psiconv_u32 off, 150 int lev,psiconv_u32 off,
149 int *length, 151 int *length,
150 psiconv_text_and_layout result, 152 psiconv_text_and_layout result,
151 const psiconv_character_layout base_char, 153 const psiconv_character_layout base_char,
152 const psiconv_paragraph_layout base_para); 154 const psiconv_paragraph_layout base_para);
155extern int psiconv_parse_embedded_object(const psiconv_buffer buf, int lev,
156 psiconv_u32 off, int *length,
157 psiconv_object *result);
158extern int psiconv_parse_object_display_section(const psiconv_buffer buf,
159 int lev,
160 psiconv_u32 off, int *length,
161 psiconv_object_display_section *result);
162extern int psiconv_parse_object_icon_section(const psiconv_buffer buf,int lev,
163 psiconv_u32 off, int *length,
164 psiconv_object_icon_section *result);
165
166
167
153 168
154 169
155/* ****************** 170/* ******************
156 * parse_texted.c * 171 * parse_texted.c *
157 ****************** */ 172 ****************** */
182 197
183extern int psiconv_parse_sheet_status_section(const psiconv_buffer buf, int lev, 198extern int psiconv_parse_sheet_status_section(const psiconv_buffer buf, int lev,
184 psiconv_u32 off, int *length, 199 psiconv_u32 off, int *length,
185 psiconv_sheet_status_section *result); 200 psiconv_sheet_status_section *result);
186 201
187extern int psiconv_parse_sheet_formula_table(const psiconv_buffer buf, int lev, 202extern int psiconv_parse_sheet_formula_list(const psiconv_buffer buf, int lev,
188 psiconv_u32 off, int *length, 203 psiconv_u32 off, int *length,
189 psiconv_formula_list *result); 204 psiconv_formula_list *result);
190 205
191extern int psiconv_parse_formula(const psiconv_buffer buf, int lev, 206extern int psiconv_parse_formula(const psiconv_buffer buf, int lev,
192 psiconv_u32 off, int *length, 207 psiconv_u32 off, int *length,
195extern int psiconv_parse_sheet_workbook_section(const psiconv_buffer buf, 210extern int psiconv_parse_sheet_workbook_section(const psiconv_buffer buf,
196 int lev, 211 int lev,
197 psiconv_u32 off, int *length, 212 psiconv_u32 off, int *length,
198 psiconv_sheet_workbook_section *result); 213 psiconv_sheet_workbook_section *result);
199extern int psiconv_parse_sheet_cell(const psiconv_buffer buf, int lev, 214extern int psiconv_parse_sheet_cell(const psiconv_buffer buf, int lev,
200 psiconv_u32 off, int *length, 215 psiconv_u32 off, int *length,
201 psiconv_sheet_cell *result, 216 psiconv_sheet_cell *result,
202 const psiconv_sheet_cell_layout default_layout); 217 const psiconv_sheet_cell_layout default_layout,
218 const psiconv_sheet_line_list row_default_layouts,
219 const psiconv_sheet_line_list col_default_layouts);
220
203extern int psiconv_parse_sheet_cell_list(const psiconv_buffer buf, int lev, 221extern int psiconv_parse_sheet_cell_list(const psiconv_buffer buf, int lev,
204 psiconv_u32 off, int *length, 222 psiconv_u32 off, int *length,
205 psiconv_sheet_cell_list *result, 223 psiconv_sheet_cell_list *result,
206 const psiconv_sheet_cell_layout default_layout); 224 const psiconv_sheet_cell_layout default_layout,
225 const psiconv_sheet_line_list row_default_layouts,
226 const psiconv_sheet_line_list col_default_layouts);
207extern int psiconv_parse_sheet_worksheet_list( const psiconv_buffer buf, 227extern int psiconv_parse_sheet_worksheet_list( const psiconv_buffer buf,
208 int lev, 228 int lev,
209 psiconv_u32 off, int *length, 229 psiconv_u32 off, int *length,
210 psiconv_sheet_worksheet_list *result); 230 psiconv_sheet_worksheet_list *result);
211extern int psiconv_parse_sheet_worksheet(const psiconv_buffer buf, int lev, 231extern int psiconv_parse_sheet_worksheet(const psiconv_buffer buf, int lev,
215 psiconv_u32 off, int *length, 235 psiconv_u32 off, int *length,
216 psiconv_sheet_numberformat result); 236 psiconv_sheet_numberformat result);
217extern int psiconv_parse_sheet_cell_layout(const psiconv_buffer buf, int lev, 237extern int psiconv_parse_sheet_cell_layout(const psiconv_buffer buf, int lev,
218 psiconv_u32 off, int *length, 238 psiconv_u32 off, int *length,
219 psiconv_sheet_cell_layout result); 239 psiconv_sheet_cell_layout result);
220 240extern int psiconv_parse_sheet_line(const psiconv_buffer buf, int lev,
221 241 psiconv_u32 off, int *length,
222 242 psiconv_sheet_line *result,
223 243 const psiconv_sheet_cell_layout default_layout);
244extern int psiconv_parse_sheet_line_list(const psiconv_buffer buf, int lev,
245 psiconv_u32 off, int *length,
246 psiconv_sheet_line_list *result,
247 const psiconv_sheet_cell_layout default_layout);
248extern int psiconv_parse_sheet_name_section(const psiconv_buffer buf, int lev,
249 psiconv_u32 off, int *length,
250 psiconv_sheet_name_section *result);
251extern int psiconv_parse_sheet_info_section(const psiconv_buffer buf, int lev,
252 psiconv_u32 off, int *length,
253 psiconv_sheet_info_section *result);
254extern int psiconv_parse_sheet_variable(const psiconv_buffer buf, int lev,
255 psiconv_u32 off, int *length,
256 psiconv_sheet_variable *result);
257extern int psiconv_parse_sheet_variable_list(const psiconv_buffer buf, int lev,
258 psiconv_u32 off, int *length,
259 psiconv_sheet_variable_list *result);
260extern int psiconv_parse_sheet_grid_section(const psiconv_buffer buf, int lev,
261 psiconv_u32 off, int *length,
262 psiconv_sheet_grid_section *result);
263extern int psiconv_parse_sheet_grid_size_list(const psiconv_buffer buf, int lev,
264 psiconv_u32 off, int *length,
265 psiconv_sheet_grid_size_list *result);
266extern int psiconv_parse_sheet_grid_size(const psiconv_buffer buf, int lev,
267 psiconv_u32 off, int *length,
268 psiconv_sheet_grid_size *result);
269extern int psiconv_parse_sheet_grid_break_list(const psiconv_buffer buf,
270 int lev, psiconv_u32 off, int *length,
271 psiconv_sheet_grid_break_list *result);
224 272
225 273
226 274
227 275
228/* ***************** 276/* *****************

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

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