Go to the source code of this file.
Classes | |
| class | OdtGenerator |
| A generator for text documents. More... | |
Typedefs | |
| typedef bool(* | OdfEmbeddedObject )(const WPXBinaryData &data, OdfDocumentHandler *pHandler, const OdfStreamType streamType) |
| Handler for embedded objects. More... | |
| typedef bool(* | OdfEmbeddedImage )(const WPXBinaryData &input, WPXBinaryData &output) |
| Handler for embedded images. More... | |
| typedef bool(* OdfEmbeddedImage)(const WPXBinaryData &input, WPXBinaryData &output) |
Handler for embedded images.
| [in] | input | the image's data |
| [in] | output | the same image in format suitable for the used OdfDocumentHandler. |
| typedef bool(* OdfEmbeddedObject)(const WPXBinaryData &data, OdfDocumentHandler *pHandler, const OdfStreamType streamType) |
Handler for embedded objects.
| [in] | data | the object's data |
| [in] | pHandler | the current OdfDocumentHandler |
| [in] | streamType | type of the object |