Namespaces |
namespace | Debug |
Classes |
class | VersionException |
class | FileException |
class | ParseException |
class | GenericException |
class | DebugStream |
class | DebugFile |
class | Header |
class | AllocTable |
class | DirEntry |
class | DirTree |
class | StorageIO |
class | StreamIO |
class | Storage |
class | Stream |
Enumerations |
enum | NumberingType {
NONE,
BULLET,
ARABIC,
LOWERCASE,
UPPERCASE,
LOWERCASE_ROMAN,
UPPERCASE_ROMAN
} |
enum | SubDocumentType {
DOC_NONE,
DOC_HEADER_FOOTER,
DOC_NOTE,
DOC_TABLE,
DOC_TEXT_BOX,
DOC_COMMENT_ANNOTATION
} |
enum | Justification {
JustificationLeft,
JustificationFull,
JustificationCenter,
JustificationRight,
JustificationFullAllLines
} |
enum | { NoBreakBit = 0x1,
NoBreakWithNextBit = 0x2
} |
enum | { LeftBorderBit = 0x01,
RightBorderBit = 0x02,
TopBorderBit = 0x4,
BottomBorderBit = 0x08
} |
enum | BorderStyle {
BorderSingle,
BorderDouble,
BorderDot,
BorderLargeDot,
BorderDash
} |
Functions |
uint8_t | readU8 (WPXInputStream *input) |
int8_t | read8 (WPXInputStream *input) |
uint16_t | readU16 (WPXInputStream *input) |
int16_t | read16 (WPXInputStream *input) |
uint32_t | readU32 (WPXInputStream *input) |
int32_t | read32 (WPXInputStream *input) |
bool | readData (WPXInputStreamPtr &input, unsigned long size, WPXBinaryData &data) |
bool | readDataToEnd (WPXInputStreamPtr &input, WPXBinaryData &data) |
std::string | numberingTypeToString (NumberingType type) |
uint8_t | readU8 (WPXInputStreamPtr &input) |
uint16_t | readU16 (WPXInputStreamPtr &input) |
uint32_t | readU32 (WPXInputStreamPtr &input) |
int8_t | read8 (WPXInputStreamPtr &input) |
int16_t | read16 (WPXInputStreamPtr &input) |
int32_t | read32 (WPXInputStreamPtr &input) |