#include <sstream>#include <iostream>#include <list>#include <string>#include <vector>#include "WPXOLEStream.h"#include "WPXStream.h"#include <string.h>Classes | |
| class | libwpd::Header |
| class | libwpd::AllocTable |
| class | libwpd::DirEntry |
| class | libwpd::DirTree |
| class | libwpd::StorageIO |
| class | libwpd::StreamIO |
Namespaces | |
| namespace | libwpd |
Functions | |
| static unsigned long | readU16 (const unsigned char *ptr) |
| static unsigned long | readU32 (const unsigned char *ptr) |
| static bool | already_exist (const std::vector< unsigned long > &chain, unsigned long item) |
| static unsigned | dirtree_find_sibling (libwpd::DirTree *dirtree, unsigned index, const std::string &name) |
Variables | |
| static const unsigned char | wpsole_magic [] |
|
static |
Referenced by libwpd::AllocTable::follow().
|
static |
Referenced by libwpd::DirTree::find_child().
|
inlinestatic |
|
inlinestatic |
|
static |
Referenced by libwpd::Header::Header(), and libwpd::StorageIO::load().