Issue 19000 - rtf export of cross-reference field and bookmark
Summary: rtf export of cross-reference field and bookmark
Status: CLOSED FIXED
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: OOo 1.1 RC3
Hardware: PC Windows XP
: P3 Trivial (vote)
Target Milestone: ---
Assignee: michael.ruess
QA Contact: issues@sw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-03 08:24 UTC by whennings
Modified: 2013-08-07 14:41 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description whennings 2003-09-03 08:24:14 UTC
Hello! First the background of my question and bug report:
I'm contributing to development of the LaTeX2rtf converter and we got requests 
from OO users to make its rtf output OO compatible.
Generally OO imports our rtf quite well but it doesn't recognize the field 
functions. LaTeX2rtf (up to now) only generates
- bookmarks
- REF fields for references to the bookmarks
- EQ fields for equations.
While we already included an option for not generating EQ fields - AFAIK OO 
doesn't have an equivalence to these -, we'd like to at least convert the 
crossreferences.
QUESTION:
How must bookmarks and crossreferences be coded in rtf to be successfully 
recognized by OO?

To solve the question, I created document with a bookmark and a crossreference 
in OO and saved as rtf, BUT THAT DIDN'T WORK. 
HERE ARE THE BUGS:

1.) The bookmark is exported but it does not contain the text it originally 
contained. E.g. if in the document I bookmark the string "abc" then the exported 
rtf code is
abc{\*\bkmkstart BookMarkName}{\*\bkmkend BookMarkName}
or
{\*\bkmkstart BookMarkName}{\*\bkmkend BookMarkName}abc
while it should be
{\*\bkmkstart BookMarkName}abc{\*\bkmkend BookMarkName}

2.) The cross reference field isn't exported at all, the rtf code just contains 
the field results.

OO itself doesn't recognize these fields which it exported to rtf.
Comment 1 jack.warchold 2003-09-09 14:43:22 UTC
jw: reassigned to mru
Comment 2 michael.ruess 2003-09-22 12:41:33 UTC
OO 2.0 will be able to im-/export Bookmarks and References to these
correclty.
Comment 3 michael.ruess 2003-09-22 12:42:08 UTC
Verified this with internal build src680m5s1.
Comment 4 michael.ruess 2004-04-30 16:09:17 UTC
Checked with OO 2.0 build 680m35. Closed.