/[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 67 Revision 87
271 psiconv_length_t bottom_margin; 271 psiconv_length_t bottom_margin;
272 psiconv_length_t page_width; 272 psiconv_length_t page_width;
273 psiconv_length_t page_height; 273 psiconv_length_t page_height;
274 psiconv_page_header header; 274 psiconv_page_header header;
275 psiconv_page_header footer; 275 psiconv_page_header footer;
276 psiconv_bool_t landscape;
276} * psiconv_page_layout_section; 277} * psiconv_page_layout_section;
277 278
278typedef struct psiconv_word_status_section_s 279typedef struct psiconv_word_status_section_s
279{ 280{
280 psiconv_bool_t show_tabs; 281 psiconv_bool_t show_tabs;
415#define PSICONV_ID_PAGE_LAYOUT_SECTION 0x10000105 416#define PSICONV_ID_PAGE_LAYOUT_SECTION 0x10000105
416#define PSICONV_ID_PASSWORD_SECTION 0x100000CD 417#define PSICONV_ID_PASSWORD_SECTION 0x100000CD
417#define PSICONV_ID_SKETCH_SECTION 0x1000007D 418#define PSICONV_ID_SKETCH_SECTION 0x1000007D
418 419
419/* Other ids */ 420/* Other ids */
420#define PSICONV_ID_PAGE_DIMENSIONS 0x100000fd 421#define PSICONV_ID_PAGE_DIMENSIONS1 0x100000fd
422#define PSICONV_ID_PAGE_DIMENSIONS2 0x1000010e
421#define PSICONV_ID_TEXTED_BODY 0x1000005c 423#define PSICONV_ID_TEXTED_BODY 0x1000005c
422#define PSICONV_ID_TEXTED_REPLACEMENT 0x10000063 424#define PSICONV_ID_TEXTED_REPLACEMENT 0x10000063
423#define PSICONV_ID_TEXTED_UNKNOWN 0x10000065 425#define PSICONV_ID_TEXTED_UNKNOWN 0x10000065
424#define PSICONV_ID_TEXTED_LAYOUT 0x10000066 426#define PSICONV_ID_TEXTED_LAYOUT 0x10000066
425#define PSICONV_ID_TEXTED_TEXT 0x10000064 427#define PSICONV_ID_TEXTED_TEXT 0x10000064
487extern void psiconv_free_sketch_f(psiconv_sketch_f file); 489extern void psiconv_free_sketch_f(psiconv_sketch_f file);
488extern void psiconv_free_clipart_section(psiconv_clipart_section section); 490extern void psiconv_free_clipart_section(psiconv_clipart_section section);
489extern void psiconv_free_cliparts(psiconv_cliparts section); 491extern void psiconv_free_cliparts(psiconv_cliparts section);
490extern void psiconv_free_clipart_f(psiconv_clipart_f file); 492extern void psiconv_free_clipart_f(psiconv_clipart_f file);
491 493
492
493extern void psiconv_free_file(psiconv_file file); 494extern void psiconv_free_file(psiconv_file file);
495
496extern int psiconv_compare_color(const psiconv_color value1,
497 const psiconv_color value2);
498extern int psiconv_compare_font(const psiconv_font value1,
499 const psiconv_font value2);
500extern int psiconv_compare_border(const psiconv_border value1,
501 const psiconv_border value2);
502extern int psiconv_compare_bullet(const psiconv_bullet value1,
503 const psiconv_bullet value2);
504extern int psiconv_compare_tab(const psiconv_tab value1,
505 const psiconv_tab value2);
506extern int psiconv_compare_all_tabs(const psiconv_all_tabs value1,
507 const psiconv_all_tabs value2);
508extern int psiconv_compare_paragraph_layout
509 (const psiconv_paragraph_layout value1,
510 const psiconv_paragraph_layout value2);
511
512extern int psiconv_compare_character_layout
513 (const psiconv_character_layout value1,
514 const psiconv_character_layout value2);
515
516/* Get a newly allocated file with sensible defaults, ready to generate. */
517extern psiconv_file psiconv_empty_file(psiconv_file_type_t type);
518
494 519
495#ifdef __cplusplus 520#ifdef __cplusplus
496} 521}
497#endif /* __cplusplus */ 522#endif /* __cplusplus */
498 523

Legend:
Removed from v.67  
changed lines
  Added in v.87

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