Issue 64364 - OOo2.0.x does not support "Unpacked" property of MediaDescriptor
Summary: OOo2.0.x does not support "Unpacked" property of MediaDescriptor
Status: CONFIRMED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: OOo 2.0.2
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-13 10:17 UTC by rkentgibson
Modified: 2017-05-20 10:48 UTC (History)
5 users (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 rkentgibson 2006-04-13 10:17:43 UTC
The "Unpacked" property in the MediaDescriptor (as described on page 357 of the
Developers Guide) does not work in OOo2.0.x.

This does not work from in Basic ie:

sub saveUnpacked
	fname = "/home/marc/tmp/test"
	doc = ThisComponent
	dim Args(2) as new com.sun.star.beans.PropertyValue
	args(1).Name = "Overwrite"
	args(1).Value = TRUE
	args(0).Name = "Unpacked"
	args(0).Value = TRUE
	doc.storeAsUrl(ConvertToUrl(fname), args())
end sub

nor with the java API.
Comment 1 mikhail.voytenko 2006-04-13 10:57:16 UTC
It was intended to submit this issue to me, I guess :)
Comment 2 ms2 2006-04-13 19:06:31 UTC
My first diagnosis of "does nothing" was wrong, running the macro actually does
write a zipped file under the name "test" with no type extension.

Btw. changing "dim Args(2) ..." to the correct "dim Args(1) ..." makes no diffence.
Comment 3 mikhail.voytenko 2007-01-02 09:57:35 UTC
Yes, the possibility to store documents in unpacked way is not supported
currently, the "Unpacked" property is just ignored.
Comment 4 Mathias_Bauer 2007-12-04 16:17:11 UTC
according to release status meeting -> target 3.x
Comment 5 Marcus 2017-05-20 10:48:12 UTC
Reset assigne to the default "issues@openoffice.apache.org".