/[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 101 Revision 102
403 403
404typedef struct psiconv_clipart_f_s 404typedef struct psiconv_clipart_f_s
405{ 405{
406 psiconv_cliparts sections; 406 psiconv_cliparts sections;
407} *psiconv_clipart_f; 407} *psiconv_clipart_f;
408
409typedef struct psiconv_sheet_ref_s
410{
411 psiconv_s16 offset;
412 psiconv_bool_t absolute;
413} psiconv_sheet_ref_t;
414
415typedef struct psiconv_sheet_cell_reference_s
416{
417 psiconv_sheet_ref_t row;
418 psiconv_sheet_ref_t column;
419} psiconv_sheet_cell_reference_t;
420
421typedef struct psiconv_sheet_cell_block_s
422{
423 psiconv_sheet_cell_reference_t first;
424 psiconv_sheet_cell_reference_t last;
425} psiconv_sheet_cell_block_t;
408 426
409typedef struct psiconv_sheet_status_section_s 427typedef struct psiconv_sheet_status_section_s
410{ 428{
411 psiconv_bool_t show_graph; 429 psiconv_bool_t show_graph;
412 psiconv_u32 cursor_row; 430 psiconv_u32 cursor_row;
563 psiconv_formula_type_t type; 581 psiconv_formula_type_t type;
564 union { 582 union {
565 psiconv_u32 dat_int; 583 psiconv_u32 dat_int;
566 double dat_float; 584 double dat_float;
567 char *dat_string; 585 char *dat_string;
586 psiconv_sheet_cell_reference_t dat_cellref;
587 psiconv_sheet_cell_block_t dat_cellblock;
568 psiconv_formula_list fun_operands; 588 psiconv_formula_list fun_operands;
569 } data; 589 } data;
570} *psiconv_formula; 590} *psiconv_formula;
571 591
572typedef struct psiconv_sheet_workbook_section_s 592typedef struct psiconv_sheet_workbook_section_s

Legend:
Removed from v.101  
changed lines
  Added in v.102

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