Issue 64364

Summary: OOo2.0.x does not support "Unpacked" property of MediaDescriptor
Product: General Reporter: rkentgibson <kentgibson>
Component: codeAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: issues, m.santhoff, maison.godard, manens, rb.henschel
Version: OOo 2.0.2   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

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".