/[public]/psiconv/trunk/lib/psiconv/data.h
ViewVC logotype

Diff of /psiconv/trunk/lib/psiconv/data.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 94 Revision 97
418 psiconv_u32 graph_display_size; 418 psiconv_u32 graph_display_size;
419 psiconv_triple_t show_horizontal_scrollbar; 419 psiconv_triple_t show_horizontal_scrollbar;
420 psiconv_triple_t show_vertical_scrollbar; 420 psiconv_triple_t show_vertical_scrollbar;
421} *psiconv_sheet_status_section; 421} *psiconv_sheet_status_section;
422 422
423typedef struct psiconv_sheet_formula_s
424{
425 int dummy;
426} *psiconv_sheet_formula;
427
428typedef psiconv_list psiconv_sheet_formula_list; /* Of struct psiconv_formula */
429
430typedef struct psiconv_sheet_workbook_section_s
431{
432 psiconv_sheet_formula_list formulas;
433} *psiconv_sheet_workbook_section;
434
423typedef struct psiconv_sheet_f_s 435typedef struct psiconv_sheet_f_s
424{ 436{
425 psiconv_page_layout_section page_sec; 437 psiconv_page_layout_section page_sec;
426 psiconv_sheet_status_section status_sec; 438 psiconv_sheet_status_section status_sec;
439 psiconv_sheet_workbook_section workbook_sec;
427} *psiconv_sheet_f; 440} *psiconv_sheet_f;
428 441
429typedef struct psiconv_file_s 442typedef struct psiconv_file_s
430{ 443{
431 psiconv_file_type_t type; 444 psiconv_file_type_t type;
453#define PSICONV_ID_WORD_STYLES_SECTION 0x10000104 466#define PSICONV_ID_WORD_STYLES_SECTION 0x10000104
454#define PSICONV_ID_PAGE_LAYOUT_SECTION 0x10000105 467#define PSICONV_ID_PAGE_LAYOUT_SECTION 0x10000105
455#define PSICONV_ID_PASSWORD_SECTION 0x100000CD 468#define PSICONV_ID_PASSWORD_SECTION 0x100000CD
456#define PSICONV_ID_SKETCH_SECTION 0x1000007D 469#define PSICONV_ID_SKETCH_SECTION 0x1000007D
457#define PSICONV_ID_SHEET_STATUS_SECTION 0x1000011F 470#define PSICONV_ID_SHEET_STATUS_SECTION 0x1000011F
471#define PSICONV_ID_SHEET_WORKBOOK_SECTION 0x1000011D
458 472
459/* Other ids */ 473/* Other ids */
460#define PSICONV_ID_PAGE_DIMENSIONS1 0x100000fd 474#define PSICONV_ID_PAGE_DIMENSIONS1 0x100000fd
461#define PSICONV_ID_PAGE_DIMENSIONS2 0x1000010e 475#define PSICONV_ID_PAGE_DIMENSIONS2 0x1000010e
462#define PSICONV_ID_TEXTED_BODY 0x1000005c 476#define PSICONV_ID_TEXTED_BODY 0x1000005c
497extern void psiconv_free_paragraph_layout(psiconv_paragraph_layout layout); 511extern void psiconv_free_paragraph_layout(psiconv_paragraph_layout layout);
498extern void psiconv_free_character_layout(psiconv_character_layout layout); 512extern void psiconv_free_character_layout(psiconv_character_layout layout);
499extern void psiconv_free_word_style(psiconv_word_style style); 513extern void psiconv_free_word_style(psiconv_word_style style);
500extern void psiconv_free_word_styles_section 514extern void psiconv_free_word_styles_section
501 (psiconv_word_styles_section styles); 515 (psiconv_word_styles_section styles);
516extern void psiconv_free_sheet_formula(psiconv_sheet_formula formula);
517extern void psiconv_free_sheet_formula_list(psiconv_sheet_formula_list list);
502extern void psiconv_free_sheet_status_section 518extern void psiconv_free_sheet_status_section
503 (psiconv_sheet_status_section section); 519 (psiconv_sheet_status_section section);
504extern void psiconv_free_sheet_f(psiconv_sheet_f file); 520extern void psiconv_free_sheet_f(psiconv_sheet_f file);
505extern void psiconv_free_header_section(psiconv_header_section header); 521extern void psiconv_free_header_section(psiconv_header_section header);
506extern void psiconv_free_section_table_entry(psiconv_section_table_entry entry); 522extern void psiconv_free_section_table_entry(psiconv_section_table_entry entry);

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

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