#include <string.h>
#include <ctype.h>
#include <sstream>
#include <iostream>
#include <list>
#include <locale>
#include <set>
#include <string>
#include <vector>
#include "libwpd_internal.h"
#include "WPXOLEStream.h"
Classes | |
class | libwpd::Header |
class | libwpd::AllocTable |
class | libwpd::DirInfo |
class | libwpd::DirEntry |
class | libwpd::DirTree |
struct | libwpd::DirTree::CompareEntryName |
a comparaison funcion of DirTree used to sort the entry by name More... | |
class | libwpd::IStorage |
class | libwpd::OStorage |
class | libwpd::IStream |
Namespaces | |
libwpd | |
Constant Groups | |
libwpd | |
Enumerations | |
enum | { libwpd::Avail = 0xffffffff, libwpd::Eof = 0xfffffffe, libwpd::Bat = 0xfffffffd, libwpd::MetaBat = 0xfffffffc, libwpd::NotFound =0xfffffff0 } |
Functions | |
static unsigned short | libwpd::readU16 (const unsigned char *ptr) |
static unsigned | libwpd::readU32 (const unsigned char *ptr) |
static void | libwpd::writeU16 (unsigned char *ptr, unsigned long data) |
static void | libwpd::writeU32 (unsigned char *ptr, unsigned long data) |