--- psiconv/trunk/lib/psiconv/parse_routines.h 2001/07/18 12:24:08 128 +++ psiconv/trunk/lib/psiconv/parse_routines.h 2003/11/20 22:14:43 160 @@ -40,6 +40,8 @@ psiconv_u32 off, int *status); extern psiconv_u32 psiconv_read_u32(const psiconv_buffer buf,int lev, psiconv_u32 off, int *status); +extern psiconv_s32 psiconv_read_sint(const psiconv_buffer buf,int lev, + psiconv_u32 off, int *length, int *status); extern psiconv_S_t psiconv_read_S(const psiconv_buffer buf, int lev, psiconv_u32 off, int *length, int *status); @@ -150,6 +152,9 @@ psiconv_text_and_layout result, const psiconv_character_layout base_char, const psiconv_paragraph_layout base_para); +extern int psiconv_parse_embedded_object(const psiconv_buffer buf, int lev, + psiconv_u32 off, int *length, + psiconv_object *result); /* ****************** @@ -184,7 +189,7 @@ psiconv_u32 off, int *length, psiconv_sheet_status_section *result); -extern int psiconv_parse_sheet_formula_table(const psiconv_buffer buf, int lev, +extern int psiconv_parse_sheet_formula_list(const psiconv_buffer buf, int lev, psiconv_u32 off, int *length, psiconv_formula_list *result); @@ -230,6 +235,31 @@ psiconv_u32 off, int *length, psiconv_sheet_line_list *result, const psiconv_sheet_cell_layout default_layout); +extern int psiconv_parse_sheet_name_section(const psiconv_buffer buf, int lev, + psiconv_u32 off, int *length, + psiconv_sheet_name_section *result); +extern int psiconv_parse_sheet_info_section(const psiconv_buffer buf, int lev, + psiconv_u32 off, int *length, + psiconv_sheet_info_section *result); +extern int psiconv_parse_sheet_variable(const psiconv_buffer buf, int lev, + psiconv_u32 off, int *length, + psiconv_sheet_variable *result); +extern int psiconv_parse_sheet_variable_list(const psiconv_buffer buf, int lev, + psiconv_u32 off, int *length, + psiconv_sheet_variable_list *result); +extern int psiconv_parse_sheet_grid_section(const psiconv_buffer buf, int lev, + psiconv_u32 off, int *length, + psiconv_sheet_grid_section *result); +extern int psiconv_parse_sheet_grid_size_list(const psiconv_buffer buf, int lev, + psiconv_u32 off, int *length, + psiconv_sheet_grid_size_list *result); +extern int psiconv_parse_sheet_grid_size(const psiconv_buffer buf, int lev, + psiconv_u32 off, int *length, + psiconv_sheet_grid_size *result); +extern int psiconv_parse_sheet_grid_break_list(const psiconv_buffer buf, + int lev, psiconv_u32 off, int *length, + psiconv_sheet_grid_break_list *result); +