/[public]/psiconv/trunk/lib/psiconv/parse_word.c
ViewVC logotype

Diff of /psiconv/trunk/lib/psiconv/parse_word.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 69 Revision 70
304 if (res) 304 if (res)
305 goto ERROR6; 305 goto ERROR6;
306 psiconv_debug(lev+3,off+len,"Outline Level: %08x", style->outline_level); 306 psiconv_debug(lev+3,off+len,"Outline Level: %08x", style->outline_level);
307 len += 4; 307 len += 4;
308 psiconv_progress(lev+3,off+len,"Going to read the character codes"); 308 psiconv_progress(lev+3,off+len,"Going to read the character codes");
309 if (!(style->character = psiconv_basic_character_layout())) 309 if (!(style->character = psiconv_clone_character_layout((*result)->normal->character)))
310 goto ERROR6; 310 goto ERROR6;
311 if ((res = psiconv_parse_character_layout_list(buf,lev+3,off+len,&leng, 311 if ((res = psiconv_parse_character_layout_list(buf,lev+3,off+len,&leng,
312 style->character))) 312 style->character)))
313 goto ERROR7; 313 goto ERROR7;
314 len += leng; 314 len += leng;
315 psiconv_progress(lev+3,off+len,"Going to read the paragraph codes"); 315 psiconv_progress(lev+3,off+len,"Going to read the paragraph codes");
316 if (!(style->paragraph = psiconv_basic_paragraph_layout())) 316 if (!(style->paragraph = psiconv_clone_paragraph_layout((*result)->normal->paragraph)))
317 goto ERROR7; 317 goto ERROR7;
318 if ((res = psiconv_parse_paragraph_layout_list(buf,lev+3,off+len,&leng, 318 if ((res = psiconv_parse_paragraph_layout_list(buf,lev+3,off+len,&leng,
319 style->paragraph))) 319 style->paragraph)))
320 goto ERROR8; 320 goto ERROR8;
321 len += leng; 321 len += leng;

Legend:
Removed from v.69  
changed lines
  Added in v.70

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