To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108574
                 Issue #|108574
                 Summary|RTF export with numbered and bulleted lists doesn't ge
                        |nerate all \ls0 tags
               Component|Word processor
                 Version|OOo 3.1.1
                Platform|Unknown
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|save-export
             Assigned to|writerneedsconfirm
             Reported by|etrivel





------- Additional comments from etri...@openoffice.org Fri Jan 22 11:57:16 
+0000 2010 -------
We're using OpenOffice as a RTF file converter via the UNO API. This problem
however happens also if you open a normal ODT document and start writing by 
hand.

Steps to reproduce:
 - start a new vanilla writer instance
 - create a numbered list with more than 3 items, like this:

1. one
2. two
3. three

 - "save as..." the document, selecting "Rich Text Format" as the filter
 - close writer
 - open the file again. Both MS Word and OpenOffice will show you something like
this:

1. one
two
2. three

This gets worse if you've nested lists.

I'm attaching an example RTF outputted file; as you can see, apart from the
first item in the list, no other item has the "\ls0" tag specified.

For example:

\par \pard\plain {\listtext\pard\plain \li360\ri0\lin360\rin0\fi-360
3.\tab}\ilvl0
\ltrpar\s1\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af6\afs24\lang255\ltrch\dbch\af4\langfe255\hich\f0\fs24\lang1033\loch\f0\fs24\lang1033
{\rtlch \ltrch\loch\f0\fs24\lang1033\i0\b0 Third item}

should really be:

\par \pard\plain {\listtext\pard\plain \li360\ri0\lin360\rin0\fi-360
3.\tab}\ilvl0
\ltrpar\s1\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ls0\rtlch\af6\afs24\lang255\ltrch\dbch\af4\langfe255\hich\f0\fs24\lang1033\loch\f0\fs24\lang1033
{\rtlch \ltrch\loch\f0\fs24\lang1033\i0\b0 Third item}

This isn't nice. :-)

Wordpad is showing it fine, I think because it uses directly the obsolete
"\listtext" tag.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to