/[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 95
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_workbook_section_s
424{
425 int dummy;
426} *psiconv_sheet_workbook_section;
427
423typedef struct psiconv_sheet_f_s 428typedef struct psiconv_sheet_f_s
424{ 429{
425 psiconv_page_layout_section page_sec; 430 psiconv_page_layout_section page_sec;
426 psiconv_sheet_status_section status_sec; 431 psiconv_sheet_status_section status_sec;
432 psiconv_sheet_workbook_section workbook_sec;
427} *psiconv_sheet_f; 433} *psiconv_sheet_f;
428 434
429typedef struct psiconv_file_s 435typedef struct psiconv_file_s
430{ 436{
431 psiconv_file_type_t type; 437 psiconv_file_type_t type;
453#define PSICONV_ID_WORD_STYLES_SECTION 0x10000104 459#define PSICONV_ID_WORD_STYLES_SECTION 0x10000104
454#define PSICONV_ID_PAGE_LAYOUT_SECTION 0x10000105 460#define PSICONV_ID_PAGE_LAYOUT_SECTION 0x10000105
455#define PSICONV_ID_PASSWORD_SECTION 0x100000CD 461#define PSICONV_ID_PASSWORD_SECTION 0x100000CD
456#define PSICONV_ID_SKETCH_SECTION 0x1000007D 462#define PSICONV_ID_SKETCH_SECTION 0x1000007D
457#define PSICONV_ID_SHEET_STATUS_SECTION 0x1000011F 463#define PSICONV_ID_SHEET_STATUS_SECTION 0x1000011F
464#define PSICONV_ID_SHEET_WORKBOOK_SECTION 0x1000011D
458 465
459/* Other ids */ 466/* Other ids */
460#define PSICONV_ID_PAGE_DIMENSIONS1 0x100000fd 467#define PSICONV_ID_PAGE_DIMENSIONS1 0x100000fd
461#define PSICONV_ID_PAGE_DIMENSIONS2 0x1000010e 468#define PSICONV_ID_PAGE_DIMENSIONS2 0x1000010e
462#define PSICONV_ID_TEXTED_BODY 0x1000005c 469#define PSICONV_ID_TEXTED_BODY 0x1000005c
497extern void psiconv_free_paragraph_layout(psiconv_paragraph_layout layout); 504extern void psiconv_free_paragraph_layout(psiconv_paragraph_layout layout);
498extern void psiconv_free_character_layout(psiconv_character_layout layout); 505extern void psiconv_free_character_layout(psiconv_character_layout layout);
499extern void psiconv_free_word_style(psiconv_word_style style); 506extern void psiconv_free_word_style(psiconv_word_style style);
500extern void psiconv_free_word_styles_section 507extern void psiconv_free_word_styles_section
501 (psiconv_word_styles_section styles); 508 (psiconv_word_styles_section styles);
509extern void psiconv_free_sheet_status_section
510 (psiconv_sheet_status_section section);
502extern void psiconv_free_sheet_status_section 511extern void psiconv_free_sheet_status_section
503 (psiconv_sheet_status_section section); 512 (psiconv_sheet_status_section section);
504extern void psiconv_free_sheet_f(psiconv_sheet_f file); 513extern void psiconv_free_sheet_f(psiconv_sheet_f file);
505extern void psiconv_free_header_section(psiconv_header_section header); 514extern void psiconv_free_header_section(psiconv_header_section header);
506extern void psiconv_free_section_table_entry(psiconv_section_table_entry entry); 515extern void psiconv_free_section_table_entry(psiconv_section_table_entry entry);

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

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