/[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 104
191 psiconv_size_t space_below; 191 psiconv_size_t space_below;
192 psiconv_bool_t keep_together; 192 psiconv_bool_t keep_together;
193 psiconv_bool_t keep_with_next; 193 psiconv_bool_t keep_with_next;
194 psiconv_bool_t on_next_page; 194 psiconv_bool_t on_next_page;
195 psiconv_bool_t no_widow_protection; 195 psiconv_bool_t no_widow_protection;
196 psiconv_bool_t wrap_to_fit_cell;
196 psiconv_length_t border_distance; 197 psiconv_length_t border_distance;
197 psiconv_bullet bullet; 198 psiconv_bullet bullet;
198 psiconv_border left_border; 199 psiconv_border left_border;
199 psiconv_border right_border; 200 psiconv_border right_border;
200 psiconv_border top_border; 201 psiconv_border top_border;
403 404
404typedef struct psiconv_clipart_f_s 405typedef struct psiconv_clipart_f_s
405{ 406{
406 psiconv_cliparts sections; 407 psiconv_cliparts sections;
407} *psiconv_clipart_f; 408} *psiconv_clipart_f;
409
410typedef struct psiconv_sheet_ref_s
411{
412 psiconv_s16 offset;
413 psiconv_bool_t absolute;
414} psiconv_sheet_ref_t;
415
416typedef struct psiconv_sheet_cell_reference_s
417{
418 psiconv_sheet_ref_t row;
419 psiconv_sheet_ref_t column;
420} psiconv_sheet_cell_reference_t;
421
422typedef struct psiconv_sheet_cell_block_s
423{
424 psiconv_sheet_cell_reference_t first;
425 psiconv_sheet_cell_reference_t last;
426} psiconv_sheet_cell_block_t;
408 427
409typedef struct psiconv_sheet_status_section_s 428typedef struct psiconv_sheet_status_section_s
410{ 429{
411 psiconv_bool_t show_graph; 430 psiconv_bool_t show_graph;
412 psiconv_u32 cursor_row; 431 psiconv_u32 cursor_row;
563 psiconv_formula_type_t type; 582 psiconv_formula_type_t type;
564 union { 583 union {
565 psiconv_u32 dat_int; 584 psiconv_u32 dat_int;
566 double dat_float; 585 double dat_float;
567 char *dat_string; 586 char *dat_string;
587 psiconv_sheet_cell_reference_t dat_cellref;
588 psiconv_sheet_cell_block_t dat_cellblock;
568 psiconv_formula_list fun_operands; 589 psiconv_formula_list fun_operands;
569 } data; 590 } data;
570} *psiconv_formula; 591} *psiconv_formula;
571 592
572typedef struct psiconv_sheet_workbook_section_s 593typedef struct psiconv_sheet_workbook_section_s

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

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