To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105515
                 Issue #|105515
                 Summary|PowerPoint document cannot be opened via UNO
               Component|udk
                 Version|OOo 3.1.1
                Platform|PC
                     URL|
              OS/Version|Linux
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|kr
             Reported by|holgeruhr





------- Additional comments from holger...@openoffice.org Thu Oct  1 11:54:28 
+0000 2009 -------
The attached very simple PowerPoint document can be opened for example by
clicking on the file icon. However, when opened via UNO (in Java), the returned
proxy object is null.

OpenOffice.org gets startet with

  soffice -headless -nologo -norestore -nocrashreport
accept='socket,host=0,tcpNoDelay=1,port=8100;urp'

The used method is 

  desktop.loadComponentFromURL ( "private:stream", 
                                 "_blank", 
                                 0,
                                 properties );

with the properties
  ReadOnly=true,
  UpdateDocMode=0,
  MacroExecutionMode=0,
  Hidden=true,
  InputStream= (an adapter object containing the bytes from the file)

The same method works flawlessly with a lot of other PowerPoint example files I
have, but not with this one.

---------------------------------------------------------------------
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: issues-unsubscr...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to