WPXOLEStream.cpp File Reference

#include <sstream>
#include <iostream>
#include <list>
#include <string>
#include <vector>
#include "WPXOLEStream.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)
void dirtree_find_siblings (libwpd::DirTree *dirtree, std::vector< unsigned > &result, unsigned index)

Variables

static const unsigned char wpsole_magic []

Function Documentation

static bool already_exist ( const std::vector< unsigned long > &  chain,
unsigned long  item 
) [static]

void dirtree_find_siblings ( libwpd::DirTree dirtree,
std::vector< unsigned > &  result,
unsigned  index 
)

static unsigned long readU16 ( const unsigned char *  ptr  )  [inline, static]

static unsigned long readU32 ( const unsigned char *  ptr  )  [inline, static]


Variable Documentation

const unsigned char wpsole_magic[] [static]

Initial value:

 { 0xd0, 0xcf, 0x11, 0xe0, 0xa1, 0xb1, 0x1a, 0xe1 }

Referenced by libwpd::Header::Header(), and libwpd::StorageIO::load().


Generated on Thu Apr 9 10:44:09 2009 for libwpd by doxygen 1.5.8