/[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 191 Revision 192
474} *psiconv_word_status_section; 474} *psiconv_word_status_section;
475 475
476/* A Word Style. 476/* A Word Style.
477 All information about a single Style. 477 All information about a single Style.
478 A builtin style may not be changed in the Word program. 478 A builtin style may not be changed in the Word program.
479 Outline level is zero if unused. */ 479 Outline level is zero if unused.
480 The name may be NULL for the normal style! */
480typedef struct psiconv_word_style_s 481typedef struct psiconv_word_style_s
481{ 482{
482 psiconv_character_layout character; /* character-level layout */ 483 psiconv_character_layout character; /* character-level layout */
483 psiconv_paragraph_layout paragraph; /* paragraph-level layout */ 484 psiconv_paragraph_layout paragraph; /* paragraph-level layout */
484 psiconv_ucs2 hotkey; /* The hotkey */ 485 psiconv_ucs2 hotkey; /* The hotkey */
490/* A list of Word Styles */ 491/* A list of Word Styles */
491typedef psiconv_list psiconv_word_style_list; 492typedef psiconv_list psiconv_word_style_list;
492 /* Of struct psiconv_word_style_s */ 493 /* Of struct psiconv_word_style_s */
493 494
494/* A Word Styles Section 495/* A Word Styles Section
495 All information about styles. */ 496 All information about styles.
497 Note that the name of the normal style is NULL! */
496typedef struct psiconv_word_styles_section_s 498typedef struct psiconv_word_styles_section_s
497{ 499{
498 psiconv_word_style normal; /* The normal (unspecified) style */ 500 psiconv_word_style normal; /* The normal (unspecified) style */
499 psiconv_word_style_list styles; /* All other defined styles */ 501 psiconv_word_style_list styles; /* All other defined styles */
500} *psiconv_word_styles_section; 502} *psiconv_word_styles_section;

Legend:
Removed from v.191  
changed lines
  Added in v.192

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