10#ifndef __CMXDOCUMENT_H__
11#define __CMXDOCUMENT_H__
13#include <librevenge/librevenge.h>
24 static CDRAPI bool parse(librevenge::RVNGInputStream *input, librevenge::RVNGDrawingInterface *painter);
Definition CMXDocument.h:19
static CDRAPI bool parse(librevenge::RVNGInputStream *input, librevenge::RVNGDrawingInterface *painter)
Parses the input stream content.
Definition CMXDocument.cpp:58
static CDRAPI bool isSupported(librevenge::RVNGInputStream *input)
Analyzes the content of an input stream to see if it can be parsed.
Definition CMXDocument.cpp:23
#define CDRAPI
Definition libcdr_api.h:23
Definition CDRCollector.h:25