Issue 22075 - storeToURL drops OutputStream
Summary: storeToURL drops OutputStream
Status: CLOSED IRREPRODUCIBLE
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC Linux, all
: P3 Trivial
Target Milestone: ---
Assignee: mikhail.voytenko
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-03 21:30 UTC by em2
Modified: 2013-02-24 21:09 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 em2 2003-11-03 21:30:51 UTC
When using XStorable::storeToURL() with an xml::XExportFilter-based
filter, the OutputStream property of the MediaDescriptor is not passed
on to xml::XExportFilter::exporter() if the document has not been
loaded or saved before.  This problem (OutputStream dropped) does
not occur if the document was loaded from a file or has been saved
to a file.

I haven't tried to recreate this problem with a filter which is not
based on xml::XExportFilter.
Comment 1 em2 2003-11-03 21:35:33 UTC
Forgot to mention that it's a TextDocument which is to be saved.
Comment 2 ooo 2003-11-05 10:52:57 UTC
Forwarding to responsible developer.
Comment 3 ooo 2004-02-09 16:25:58 UTC
again forwarding, hope it works now ...
Comment 4 andreas.schluens 2004-02-16 08:56:35 UTC
AS->MV: Please take over this bug - because its more your area. THX.
Comment 5 thackert 2004-11-01 18:30:11 UTC
Does this also occur with newer versions of OOo? If not: could you close this
issue? The last entry was in February 2004 ... :(
Comment 6 thorsten.ziehm 2004-11-10 15:51:37 UTC
I think this issue was at the wrong owner. I change it to mav. Perhaps he can
give a hint, if this task still exists. If it doesn't exist in OOo 2.0, then it
should be closed.
Comment 7 mikhail.voytenko 2004-11-11 10:28:40 UTC
The problem was that the output stream provided in media descriptor was lost
during creation of parameters for export filter. Actually this problem is common
for the export process, so all the "alien" filters should be affected.
If I am not wrong I have fixed this problem in mav09. So it should not appear
any more after SRC680/m56. At least I could not reproduce it using flat_xml
filter so I close the bug.
Comment 8 mikhail.voytenko 2004-11-11 11:29:00 UTC
So since the functionality seems to work fine for me in SRC680/m60 I close the
bug. Please reopen it if you still can reproduce the problem in this or later
version.