#include <libwpd/libwpd.h>
#include "OdfDocumentHandler.hxx"
Go to the source code of this file.
◆ OdfEmbeddedImage
typedef bool(* OdfEmbeddedImage) (const WPXBinaryData &input, WPXBinaryData &output) |
Handler for embedded images.
- Parameters
-
[in] | input | the image's data |
[in] | output | the same image in format suitable for the used OdfDocumentHandler. |
◆ OdfEmbeddedObject
Handler for embedded objects.
- Parameters
-
[in] | data | the object's data |
[in] | pHandler | the current OdfDocumentHandler |
[in] | streamType | type of the object |