When I save a with the ‘MS PowerPoint 97’ filter, image files used in GraphicObjectShape objects are just linked, not contained in the file.
Is there a property of this filter or a document-property to make OOo create a self-contained file (image files embedded instead of linked)?
Edit:
The XLinkageSupport object has a breakLink function. Any clues how to obtain these interfaces?
You can embed images into an OOo document thru the
com.sun.star.drawing.BitmapTableobject. The following function will take the document (itsXMultiServiceFactoryinterface), aFileobject pointing to the image file of your choice and an internalName which has to be unique, embeds the image and returns the URL pointing to the embedded instance.