#include "WPGOLEStream.h"
#include <string>
#include <fstream>
#include <sstream>
#include <list>
#include <iostream>
#include <vector>
#include <string.h>
Classes | |
class | libwpg::Header |
class | libwpg::AllocTable |
class | libwpg::DirEntry |
class | libwpg::DirTree |
class | libwpg::StorageIO |
class | libwpg::StreamIO |
Namespaces | |
namespace | libwpg |
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) |
void | dirtree_find_siblings (libwpg::DirTree *dirtree, std::vector< unsigned > &result, unsigned index) |
Variables | |
static const unsigned char | wpsole_magic [] |
static bool already_exist | ( | const std::vector< unsigned long > & | chain, | |
unsigned long | item | |||
) | [static] |
Referenced by libwpg::AllocTable::follow().
void dirtree_find_siblings | ( | libwpg::DirTree * | dirtree, | |
std::vector< unsigned > & | result, | |||
unsigned | index | |||
) |
Referenced by libwpg::DirTree::children().
static unsigned long readU16 | ( | const unsigned char * | ptr | ) | [inline, static] |
Referenced by libwpg::DirTree::load(), libwpg::Header::load(), and WPGHeader::load().
static unsigned long readU32 | ( | const unsigned char * | ptr | ) | [inline, static] |
const unsigned char wpsole_magic[] [static] |
{ 0xd0, 0xcf, 0x11, 0xe0, 0xa1, 0xb1, 0x1a, 0xe1 }
Referenced by libwpg::Header::Header(), and libwpg::StorageIO::load().