Issue 21543 - RTF: every paragraph has "page break before" after import
Summary: RTF: every paragraph has "page break before" after import
Status: CLOSED FIXED
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: OOo 1.1
Hardware: Sun All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: michael.ruess
QA Contact: issues@sw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-22 08:39 UTC by johnwilliams
Modified: 2013-08-07 14:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
File demonstrates problem (1021 bytes, application/octet-stream)
2003-10-22 08:40 UTC, johnwilliams
no flags Details
File demonstrates problem (683 bytes, application/octet-stream)
2003-10-22 08:41 UTC, johnwilliams
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description johnwilliams 2003-10-22 08:39:22 UTC
I have some *.rtf files created by StarOffice 5.1.  They are read correctly by
MS Word (and StarOffice 5.1).  They are corrupted when read into OpenOffice 1.1.0:

- Each line may be on a different page.
- Font information may be displayed at the top eg:

WW-Absatz-Standardschriftart1;WW-Footnote
Symbol;WW-Absatz-Standardschriftart11;WW-Footnote Symbol1;Numbering
Symbols;WW-Numbering Symbols;WW-Numbering Symbols1;WW-Numbering Symbols11;John
Williams
Unit 1

Obviously the error may be in the StarOffice 5.1 export filter.  However, even
in this case it still means that MS-Word is more robust on error than OO code!

Regards,

John.
Comment 1 johnwilliams 2003-10-22 08:40:45 UTC
Created attachment 10533 [details]
File demonstrates problem
Comment 2 johnwilliams 2003-10-22 08:41:35 UTC
Created attachment 10534 [details]
File demonstrates problem
Comment 3 mci 2003-10-22 09:20:22 UTC
reassigned to mru

@mru: Hi mru, please have a look at this...
Comment 4 michael.ruess 2003-10-22 14:18:28 UTC
Second problem already solved in current OO 2.0 build (inhouse build).

MRU->CMC: The first sample/attachment is only left. There every
paragraph is imported with a "page break before".
Comment 5 michael.ruess 2003-10-22 14:19:22 UTC
Made title more significant.
Comment 6 caolanm 2003-10-28 14:12:11 UTC
The RTF keyword \widowctrl shouldn't appear on every paragraph like it
does in this document because its a document wide property and should
really only appear once at the top of the document. \nowidctlpar is
the paragraph level property that should be used with documentwide
\widowctrl to toggle this on/off. Granted we shouldn't *fix* this in
the rtf importer by sticking in a new page every time we see
\widowctrl, so fixed in 2.0 (portlaoisefilterteam16)
Comment 7 caolanm 2003-11-07 16:23:37 UTC
reopen to reassign
Comment 8 caolanm 2003-11-07 16:24:19 UTC
cmc->mru: Good in Fri-Nov-07-16-00 portlaoisefilterteam16 installset.
The assert is correct, there are some tokens which are in an
unexpected section.
Comment 9 michael.ruess 2003-11-19 16:14:41 UTC
Checked fix with CWS portlaoisefilterteam16.
Comment 10 michael.ruess 2003-11-19 16:15:32 UTC
Verified. Fix will be included in OO 2.0.
Comment 11 mci 2004-01-08 14:11:30 UTC
checked with src680m19 == > ok