To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64364
                  Issue #:|64364
                  Summary:|OOo2.0.x does not support "Unpacked" property of
                          |MediaDescriptor
                Component:|framework
                  Version:|OOo 2.0.2
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|mikhail
              Reported by:|rkentgibson





------- Additional comments from [EMAIL PROTECTED] Thu Apr 13 02:17:43 -0700 
2006 -------
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.

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