/[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 107
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;
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;
408 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;
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;
413 psiconv_u32 cursor_column; 432 psiconv_u32 cursor_column;
435 psiconv_formula_op_mul, 454 psiconv_formula_op_mul,
436 psiconv_formula_op_div, 455 psiconv_formula_op_div,
437 psiconv_formula_op_pow, 456 psiconv_formula_op_pow,
438 psiconv_formula_op_pos, 457 psiconv_formula_op_pos,
439 psiconv_formula_op_neg, 458 psiconv_formula_op_neg,
459 psiconv_formula_op_not,
460 psiconv_formula_op_and,
461 psiconv_formula_op_or,
440 psiconv_formula_op_con, 462 psiconv_formula_op_con,
441 psiconv_formula_op_bra, 463 psiconv_formula_op_bra,
442 psiconv_formula_mark_eof, 464 psiconv_formula_mark_eof,
443 psiconv_formula_dat_float, 465 psiconv_formula_dat_float,
444 psiconv_formula_dat_int, 466 psiconv_formula_dat_int,
563 psiconv_formula_type_t type; 585 psiconv_formula_type_t type;
564 union { 586 union {
565 psiconv_u32 dat_int; 587 psiconv_u32 dat_int;
566 double dat_float; 588 double dat_float;
567 char *dat_string; 589 char *dat_string;
590 psiconv_sheet_cell_reference_t dat_cellref;
591 psiconv_sheet_cell_block_t dat_cellblock;
568 psiconv_formula_list fun_operands; 592 psiconv_formula_list fun_operands;
569 } data; 593 } data;
570} *psiconv_formula; 594} *psiconv_formula;
571 595
572typedef struct psiconv_sheet_workbook_section_s 596typedef struct psiconv_sheet_workbook_section_s

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

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