WPS8.h File Reference
#include <vector>
#include <list>
#include <map>
#include <libwpd/WPXString.h>
#include "libwps_internal.h"
#include "WPS.h"
#include "WPSContentListener.h"
#include <libwpd-stream/WPXStream.h>
#include "WPSParser.h"

Go to the source code of this file.

Classes

class  HeaderIndexEntries
 Starting near beginning of CONTENTS stream, there is an index to various types of pages in the document. More...
class  WPS8ContentListener
struct  WPSRange
struct  WPSStream
struct  WPSNote
class  WPS8Parser

Defines

#define WPS_STREAM_DUMMY   0
#define WPS_STREAM_BODY   1
#define WPS_STREAM_FOOTNOTES   2
#define WPS_STREAM_ENDNOTES   3
#define WPS_NUM_SEP_PAR   0x0
#define WPS_NUM_SEP_DOT   0x2

Typedefs

typedef std::multimap
< std::string,
HeaderIndexEntries
HeaderIndexMultiMap

Define Documentation

#define WPS_NUM_SEP_DOT   0x2
#define WPS_NUM_SEP_PAR   0x0
#define WPS_STREAM_DUMMY   0

Referenced by WPS8Parser::readStreams().


Typedef Documentation

typedef std::multimap<std::string, HeaderIndexEntries> HeaderIndexMultiMap