/[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 196 Revision 240
181 psiconv_size_t thickness; /* Set to 1/20 for non-solid lines */ 181 psiconv_size_t thickness; /* Set to 1/20 for non-solid lines */
182 psiconv_color color; /* Border color */ 182 psiconv_color color; /* Border color */
183} *psiconv_border; 183} *psiconv_border;
184 184
185/* Complete bullet information. 185/* Complete bullet information.
186 If indent if off, the bullet is at the first line indentation level, 186 The interaction of left and first line indentation and bullets is quite
187 and the line text begins right after it. If it is on, the bullet is at 187 complicated.
188 the minimum of the first line and left indentation, and the text starts 188
189 at the maximum of both. */ 189 BULLET FIRST BULLET FIRST LINE NEXT LINES
190
191 None = 0 - Left+First Left
192 > 0 - Left+First Left
193 < 0 - Left+First Left
194
195 Indent Off = 0 Left Left(+Bullet) Left
196 > 0 Left Left+First Left
197 < 0 Left+First Left+First(+Bullet) Left
198
199 Indent On = 0 Left Left(+Bullet) Left
200 > 0 Left Left+First Left+First
201 < 0 Left+First Left Left
202*/
190typedef struct psiconv_bullet_s 203typedef struct psiconv_bullet_s
191{ 204{
192 psiconv_bool_t on; /* Whether the bullet is shown */ 205 psiconv_bool_t on; /* Whether the bullet is shown */
193 psiconv_size_t font_size; /* Bullet font size */ 206 psiconv_size_t font_size; /* Bullet font size */
194 psiconv_ucs2 character; /* Bullet character */ 207 psiconv_ucs2 character; /* Bullet character */
1069extern void psiconv_free_tab(psiconv_tab tab); 1082extern void psiconv_free_tab(psiconv_tab tab);
1070extern void psiconv_free_tabs(psiconv_all_tabs tabs); 1083extern void psiconv_free_tabs(psiconv_all_tabs tabs);
1071extern void psiconv_free_paragraph_layout(psiconv_paragraph_layout layout); 1084extern void psiconv_free_paragraph_layout(psiconv_paragraph_layout layout);
1072extern void psiconv_free_character_layout(psiconv_character_layout layout); 1085extern void psiconv_free_character_layout(psiconv_character_layout layout);
1073extern void psiconv_free_word_style(psiconv_word_style style); 1086extern void psiconv_free_word_style(psiconv_word_style style);
1087extern void psiconv_free_word_style_list(psiconv_word_style_list style_list);
1074extern void psiconv_free_word_styles_section 1088extern void psiconv_free_word_styles_section
1075 (psiconv_word_styles_section styles); 1089 (psiconv_word_styles_section styles);
1076extern void psiconv_free_formula(psiconv_formula formula); 1090extern void psiconv_free_formula(psiconv_formula formula);
1077extern void psiconv_free_formula_list(psiconv_formula_list list); 1091extern void psiconv_free_formula_list(psiconv_formula_list list);
1078extern void psiconv_free_sheet_status_section 1092extern void psiconv_free_sheet_status_section

Legend:
Removed from v.196  
changed lines
  Added in v.240

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