Issue 105515 - PowerPoint document cannot be opened via UNO
Summary: PowerPoint document cannot be opened via UNO
Status: UNCONFIRMED
Alias: None
Product: udk
Classification: Code
Component: code (show other issues)
Version: OOo 3.1.1
Hardware: PC Linux, all
: P3 Trivial with 2 votes (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-01 12:54 UTC by holgeruhr
Modified: 2013-01-29 21:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Example file which cannot be opened via UNO (8.00 KB, application/vnd.ms-powerpoint)
2009-10-01 12:56 UTC, holgeruhr
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description holgeruhr 2009-10-01 12:54:28 UTC
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.
Comment 1 holgeruhr 2009-10-01 12:56:24 UTC
Created attachment 65075 [details]
Example file which cannot be opened via UNO
Comment 2 kay.ramme 2009-10-01 15:20:58 UTC
Carsten, please have a look ...