#include <sstream>
#include <iostream>
#include <list>
#include <string>
#include <vector>
#include "WPXOLEStream.h"
#include <string.h>
Namespaces | |
namespace | libwpd |
Functions | |
unsigned long | readU16 (const unsigned char *ptr) |
unsigned long | readU32 (const unsigned char *ptr) |
bool | already_exist (const std::vector< unsigned long > &chain, unsigned long item) |
void | dirtree_find_siblings (libwpd::DirTree *dirtree, std::vector< unsigned > &result, unsigned index) |
unsigned | dirtree_find_sibling (libwpd::DirTree *dirtree, unsigned index, const std::string &name) |
Variables | |
const unsigned char | wpsole_magic [] |
|
|
|
|
|
|
|
|
|
|
|
Initial value: { 0xd0, 0xcf, 0x11, 0xe0, 0xa1, 0xb1, 0x1a, 0xe1 } |