/[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 64 Revision 161
18*/ 18*/
19 19
20#ifndef PSICONV_PARSE_ROUTINES_H 20#ifndef PSICONV_PARSE_ROUTINES_H
21#define PSICONV_PARSE_ROUTINES_H 21#define PSICONV_PARSE_ROUTINES_H
22 22
23#include <psiconv/general.h>
23#include <psiconv/parse.h> 24#include <psiconv/data.h>
25#include <psiconv/buffer.h>
26#include <psiconv/common.h>
24 27
25#ifdef __cplusplus 28#ifdef __cplusplus
26extern "C" { 29extern "C" {
27#endif /* __cplusplus */ 30#endif /* __cplusplus */
28 31
29
30/* ***************
31 * misc.c *
32 *************** */
33
34/* This function returns a copy of a string, that contains no ASCII codes
35 that are not printable. You should free this string yourself when you are
36 done with it. Returns NULL if there is not enough memory left. */
37extern char *psiconv_make_printable(const char *s);
38
39/* **************
40 * checkuid.c *
41 ************** */
42
43extern psiconv_u32 psiconv_checkuid(psiconv_u32 uid1,
44 psiconv_u32 uid2,psiconv_u32 uid3);
45 32
46/* ****************** 33/* ******************
47 * parse_simple.c * 34 * parse_simple.c *
48 ****************** */ 35 ****************** */
49 36
51 psiconv_u32 off, int *status); 38 psiconv_u32 off, int *status);
52extern psiconv_u16 psiconv_read_u16(const psiconv_buffer buf,int lev, 39extern psiconv_u16 psiconv_read_u16(const psiconv_buffer buf,int lev,
53 psiconv_u32 off, int *status); 40 psiconv_u32 off, int *status);
54extern psiconv_u32 psiconv_read_u32(const psiconv_buffer buf,int lev, 41extern psiconv_u32 psiconv_read_u32(const psiconv_buffer buf,int lev,
55 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);
56 45
57extern 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,
58 psiconv_u32 off, int *length, int *status); 47 psiconv_u32 off, int *length, int *status);
59extern 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,
60 psiconv_u32 off, int *length, int *status); 49 psiconv_u32 off, int *length, int *status);
65 psiconv_u32 off, int *length, 54 psiconv_u32 off, int *length,
66 int *status); 55 int *status);
67extern psiconv_string_t psiconv_read_string(const psiconv_buffer buf,int lev, 56extern psiconv_string_t psiconv_read_string(const psiconv_buffer buf,int lev,
68 psiconv_u32 off,int *length, 57 psiconv_u32 off,int *length,
69 int *status); 58 int *status);
59extern psiconv_string_t psiconv_read_short_string(const psiconv_buffer buf,
60 int lev,psiconv_u32 off,
61 int *length,int *status);
70 62
71extern int psiconv_parse_bool(const psiconv_buffer buf, int lev, 63extern int psiconv_parse_bool(const psiconv_buffer buf, int lev,
72 psiconv_u32 off, int *length, 64 psiconv_u32 off, int *length,
73 psiconv_bool_t *result); 65 psiconv_bool_t *result);
66
67extern psiconv_float_t psiconv_read_float(const psiconv_buffer buf, int lev,
68 psiconv_u32 off, int *length, int *status);
69
74 70
75 71
76/* ****************** 72/* ******************
77 * parse_layout.c * 73 * parse_layout.c *
78 ****************** */ 74 ****************** */
144extern int psiconv_parse_text_section(const psiconv_buffer buf,int lev, 140extern int psiconv_parse_text_section(const psiconv_buffer buf,int lev,
145 psiconv_u32 off, int *length, 141 psiconv_u32 off, int *length,
146 psiconv_text_and_layout *result); 142 psiconv_text_and_layout *result);
147 143
148extern int psiconv_parse_styled_layout_section(const psiconv_buffer buf, 144extern int psiconv_parse_styled_layout_section(const psiconv_buffer buf,
149 int lev,psiconv_u32 off, 145 int lev,psiconv_u32 off,
150 int *length, 146 int *length,
151 psiconv_text_and_layout result, 147 psiconv_text_and_layout result,
152 psiconv_word_styles_section styles); 148 const psiconv_word_styles_section styles);
153extern int psiconv_parse_styleless_layout_section(const psiconv_buffer buf, 149extern int psiconv_parse_styleless_layout_section(const psiconv_buffer buf,
154 int lev,psiconv_u32 off, 150 int lev,psiconv_u32 off,
155 int *length, 151 int *length,
156 psiconv_text_and_layout result, 152 psiconv_text_and_layout result,
157 psiconv_character_layout base_char, 153 const psiconv_character_layout base_char,
158 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
159 168
160 169
161/* ****************** 170/* ******************
162 * parse_texted.c * 171 * parse_texted.c *
163 ****************** */ 172 ****************** */
178 psiconv_word_status_section *result); 187 psiconv_word_status_section *result);
179 188
180extern int psiconv_parse_word_styles_section(const psiconv_buffer buf, int lev, 189extern int psiconv_parse_word_styles_section(const psiconv_buffer buf, int lev,
181 psiconv_u32 off, int *length, 190 psiconv_u32 off, int *length,
182 psiconv_word_styles_section *result); 191 psiconv_word_styles_section *result);
192
193
194/* *****************
195 * parse_sheet.c *
196 ***************** */
197
198extern int psiconv_parse_sheet_status_section(const psiconv_buffer buf, int lev,
199 psiconv_u32 off, int *length,
200 psiconv_sheet_status_section *result);
201
202extern int psiconv_parse_sheet_formula_list(const psiconv_buffer buf, int lev,
203 psiconv_u32 off, int *length,
204 psiconv_formula_list *result);
205
206extern int psiconv_parse_formula(const psiconv_buffer buf, int lev,
207 psiconv_u32 off, int *length,
208 psiconv_formula *result);
209
210extern int psiconv_parse_sheet_workbook_section(const psiconv_buffer buf,
211 int lev,
212 psiconv_u32 off, int *length,
213 psiconv_sheet_workbook_section *result);
214extern int psiconv_parse_sheet_cell(const psiconv_buffer buf, int lev,
215 psiconv_u32 off, int *length,
216 psiconv_sheet_cell *result,
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
221extern int psiconv_parse_sheet_cell_list(const psiconv_buffer buf, int lev,
222 psiconv_u32 off, int *length,
223 psiconv_sheet_cell_list *result,
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);
227extern int psiconv_parse_sheet_worksheet_list( const psiconv_buffer buf,
228 int lev,
229 psiconv_u32 off, int *length,
230 psiconv_sheet_worksheet_list *result);
231extern int psiconv_parse_sheet_worksheet(const psiconv_buffer buf, int lev,
232 psiconv_u32 off, int *length,
233 psiconv_sheet_worksheet *result);
234extern int psiconv_parse_sheet_numberformat(const psiconv_buffer buf, int lev,
235 psiconv_u32 off, int *length,
236 psiconv_sheet_numberformat result);
237extern int psiconv_parse_sheet_cell_layout(const psiconv_buffer buf, int lev,
238 psiconv_u32 off, int *length,
239 psiconv_sheet_cell_layout result);
240extern int psiconv_parse_sheet_line(const psiconv_buffer buf, int lev,
241 psiconv_u32 off, int *length,
242 psiconv_sheet_line *result,
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);
272
273
183 274
184 275
185/* ***************** 276/* *****************
186 * parse_image.c * 277 * parse_image.c *
187 ***************** */ 278 ***************** */
221extern int psiconv_parse_sketch_file(const psiconv_buffer buf,int lev, 312extern int psiconv_parse_sketch_file(const psiconv_buffer buf,int lev,
222 psiconv_u32 off, psiconv_sketch_f *result); 313 psiconv_u32 off, psiconv_sketch_f *result);
223 314
224extern int psiconv_parse_clipart_file(const psiconv_buffer buf,int lev, 315extern int psiconv_parse_clipart_file(const psiconv_buffer buf,int lev,
225 psiconv_u32 off, psiconv_clipart_f *result); 316 psiconv_u32 off, psiconv_clipart_f *result);
317extern int psiconv_parse_sheet_file(const psiconv_buffer buf,int lev,
318 psiconv_u32 off, psiconv_sheet_f *result);
319
226#ifdef __cplusplus 320#ifdef __cplusplus
227} 321}
228#endif /* __cplusplus */ 322#endif /* __cplusplus */
229 323
230#endif /* PSICONV_PARSE_ROUTINES_H */ 324#endif /* PSICONV_PARSE_ROUTINES_H */

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

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