Namespaces | |
namespace | DrawingSVG |
namespace | PresentationSVG |
Enumerations | |
enum | { Avail = 0xffffffff , Eof = 0xfffffffe , Bat = 0xfffffffd , MetaBat = 0xfffffffc , NotFound =0xfffffff0 } |
enum | RVNGStreamType { UNKNOWN , FLAT , OLE2 , ZIP } |
enum | RVNGUnit { RVNG_INCH , RVNG_PERCENT , RVNG_POINT , RVNG_TWIP , RVNG_GENERIC , RVNG_UNIT_ERROR } |
enum | RVNG_SEEK_TYPE { RVNG_SEEK_CUR , RVNG_SEEK_SET , RVNG_SEEK_END } |
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 (RVNGInputStream *const input) |
enum librevenge::RVNGUnit |
|
static |
Referenced by librevenge::IStorage::load().
|
inlinestatic |
Referenced by librevenge::DirEntry::load(), and librevenge::Header::load().
|
inlinestatic |
|
inlinestatic |
Referenced by librevenge::DirEntry::save(), and librevenge::Header::save().
|
inlinestatic |