On Tue, 2010-09-14 at 14:40 +0200, Knut Olav Bøhmer wrote:
> Thank you for the analysis :) this really helps.
> What parts of the word document is available at the time of importing the
> hyperlink. Is all of the parts read in, so that the DocumentSummaryStream
> could be accessed at that time?

It's not read in by the .doc importer currently. Some generic parts are
read in by sfx2 to set generic properties, but there's something in
sd/source/filter/ppt/pptin.cxx (search for _PID_HLINKS) which looks like
roughtly the same kind of thing for the ppt format. That would also need
to be done in the ww8 importer to parse them out and attempt the (weird
and wonderful) mapping from dwApp to field code mentioned in the
"Application Data for VtHyperlink" section of the .doc spec.

C.


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

Reply via email to