To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43230





------- Additional comments from [EMAIL PROTECTED] Thu Feb 24 04:08:49 -0800 
2005 -------
The stream is compressed using zlib. The first 4 byte are a unsigned long. It is
the uncompressed length. The reset bytes of the stream is zlib compressed data.
After uncompress I get a well formated OLE Structured Storage Files (DocFiles).
 It works in both OOo and MS Word.
   So to support both import from and export to wordml in xslt filters, I
suggest we deal with oledata in the same way MS Word does.
It is:
   1. There is only one ole data in the final saved file.
   2. It includes multiple streams, each one has a unique name and is a
compressed data with 4 byte unsigned long uncompressed length prior to it.
   3. Each ole object in the file has property to point out which stream belongs
to it. 

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to