/[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 96 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
423typedef struct psiconv_sheet_workbook_section_s 430typedef struct psiconv_sheet_workbook_section_s
424{ 431{
425 int dummy; 432 psiconv_sheet_formula_list formulas;
426} *psiconv_sheet_workbook_section; 433} *psiconv_sheet_workbook_section;
427 434
428typedef struct psiconv_sheet_f_s 435typedef struct psiconv_sheet_f_s
429{ 436{
430 psiconv_page_layout_section page_sec; 437 psiconv_page_layout_section page_sec;
504extern void psiconv_free_paragraph_layout(psiconv_paragraph_layout layout); 511extern void psiconv_free_paragraph_layout(psiconv_paragraph_layout layout);
505extern void psiconv_free_character_layout(psiconv_character_layout layout); 512extern void psiconv_free_character_layout(psiconv_character_layout layout);
506extern void psiconv_free_word_style(psiconv_word_style style); 513extern void psiconv_free_word_style(psiconv_word_style style);
507extern void psiconv_free_word_styles_section 514extern void psiconv_free_word_styles_section
508 (psiconv_word_styles_section styles); 515 (psiconv_word_styles_section styles);
509extern void psiconv_free_sheet_status_section 516extern void psiconv_free_sheet_formula(psiconv_sheet_formula formula);
510 (psiconv_sheet_status_section section); 517extern void psiconv_free_sheet_formula_list(psiconv_sheet_formula_list list);
511extern void psiconv_free_sheet_status_section 518extern void psiconv_free_sheet_status_section
512 (psiconv_sheet_status_section section); 519 (psiconv_sheet_status_section section);
513extern void psiconv_free_sheet_f(psiconv_sheet_f file); 520extern void psiconv_free_sheet_f(psiconv_sheet_f file);
514extern void psiconv_free_header_section(psiconv_header_section header); 521extern void psiconv_free_header_section(psiconv_header_section header);
515extern 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.96  
changed lines
  Added in v.97

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