Issue 81036 - add API for "Insert file" in Impress
Summary: add API for "Insert file" in Impress
Status: UNCONFIRMED
Alias: None
Product: Impress
Classification: Application
Component: programming (show other issues)
Version: OOo 2.2.1
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords: needhelp
Depends on:
Blocks:
 
Reported: 2007-08-26 16:54 UTC by holgerbrandl
Modified: 2014-05-02 10:28 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description holgerbrandl 2007-08-26 16:54:09 UTC
According to the "Developer Guide" it is not possible to insert files into a
presentation document through API (cf. chapter 10.3.3).

It would be nice to add such a functionality in order to allow extensions to
create combined presentation documents.

(To give an example: Using the OpenCards (http://www.opencards.info) extension
it would be great to combine different flashcard-sets (aka
Impress-presentation-files) on-the-fly into large master-flashcardsets. This
master-flashcardsets would be used to query the user all scheduled slides
without opening all flashcard-presentations one after another)


A related bug is probably http://www.openoffice.org/issues/show_bug.cgi?id=81035
Comment 1 Mathias_Bauer 2007-08-27 13:50:09 UTC
There is com.sun.star.document.XDocumentInsertable; it's already supported by
Writer, would be nice to have it in the other applications also. Perhaps we can
arrange the implementation with the SFX team.
Comment 2 Mathias_Bauer 2007-08-27 13:50:47 UTC
Forgot to mention: Writer has the interface at its model.
Comment 3 christian.guenther 2007-08-27 15:14:12 UTC
This is an enhancement.