Classes | |
class | AllocTable |
class | DirEntry |
class | DirInfo |
class | DirTree |
class | Header |
class | IStorage |
class | IStream |
class | OStorage |
class | WPSOLEStream |
internal class used to create a RVNGInputStream from an OLE file More... |
Enumerations | |
enum | { Avail = 0xffffffff , Eof = 0xfffffffe , Bat = 0xfffffffd , MetaBat = 0xfffffffc , NotFound =0xfffffff0 } |
Functions | |
static unsigned short | readU16 (const unsigned char *ptr) |
static unsigned | readU32 (const unsigned char *ptr) |
static void | writeU16 (unsigned char *ptr, unsigned long data) |
static void | writeU32 (unsigned char *ptr, unsigned long data) |
static unsigned long | getLength (librevenge::RVNGInputStream *const input) |
RVNGInputStreamPtr | getOLEInputStream (RVNGInputStreamPtr input) |
|
static |
Referenced by libwps_OLE::IStorage::load().
RVNGInputStreamPtr libwps_OLE::getOLEInputStream | ( | RVNGInputStreamPtr | input | ) |
Referenced by QuattroParser::readOLEZones().
|
inlinestatic |
Referenced by libwps_OLE::DirEntry::load(), and libwps_OLE::Header::load().
|
inlinestatic |
|
inlinestatic |
Referenced by libwps_OLE::DirEntry::save(), and libwps_OLE::Header::save().
|
inlinestatic |