10 #ifndef __MSPUBDOCUMENT_H__
11 #define __MSPUBDOCUMENT_H__
13 #include <librevenge/librevenge.h>
17 #define PUBAPI __declspec(dllexport)
19 #define PUBAPI __declspec(dllimport)
22 #ifdef LIBMSPUB_VISIBILITY
23 #define PUBAPI __attribute__((visibility("default")))
37 static PUBAPI bool parse(librevenge::RVNGInputStream *input, librevenge::RVNGDrawingInterface *painter);
42 #endif // __MSPUBDOCUMENT_H__
static PUBAPI bool parse(librevenge::RVNGInputStream *input, librevenge::RVNGDrawingInterface *painter)
Parses the input stream content.
Definition: MSPUBDocument.cpp:121
Definition: MSPUBDocument.h:31
static PUBAPI bool isSupported(librevenge::RVNGInputStream *input)
Analyzes the content of an input stream to see if it can be parsed.
Definition: MSPUBDocument.cpp:85
#define PUBAPI
Definition: MSPUBDocument.h:25