#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 WPS_NUM_SEP_DOT 0x2 |
| #define WPS_NUM_SEP_PAR 0x0 |
| #define WPS_STREAM_BODY 1 |
Referenced by WPS8Parser::parse(), WPS8Parser::readStreams(), and WPS8Parser::readTextRange().
| #define WPS_STREAM_DUMMY 0 |
Referenced by WPS8Parser::readStreams().
| #define WPS_STREAM_ENDNOTES 3 |
Referenced by WPS8Parser::parse(), and WPS8Parser::readNote().
| #define WPS_STREAM_FOOTNOTES 2 |
Referenced by WPS8Parser::parse(), and WPS8Parser::readNote().
| typedef std::multimap<std::string, HeaderIndexEntries> HeaderIndexMultiMap |