#include <libwpd-stream/libwpd-stream.h>
#include <libwpd/libwpd.h>
#include <string>
#include <inttypes.h>
Go to the source code of this file.
Define Documentation
#define DELETEP |
( |
|
m | ) |
if (m) { delete m; m = NULL; } |
#define WPS_ALL_CAPS_BIT 262144 |
#define WPS_BLINK_BIT 65536 |
#define WPS_BOLD_BIT 4096 |
#define WPS_COLUMN_BREAK 0x02 |
#define WPS_DEBUG_MSG |
( |
|
M | ) |
|
Referenced by WPS4Parser::parse(), WPS4Parser::readFontsTable(), WPS4Parser::readFODPage(), WPS4Parser::propertyChangeTextAttribute(), WPS4Parser::propertyChangeDelta(), WPS2FontNameFromIndex(), WPS4Parser::propertyChange(), WPS4Parser::propertyChangePara(), WPS4Parser::readText(), WPS4Parser::parsePages(), WPS4ContentListener::attributeChange(), WPS8Parser::parse(), WPS8Parser::readFontsTable(), WPS8Parser::readStreams(), WPS8Parser::readText(), WPS8Parser::readTextRange(), WPS8Parser::readNote(), WPS8Parser::readFODPage(), WPS8Parser::parseHeaderIndexEntry(), WPS8Parser::parseHeaderIndex(), WPS8Parser::propertyChange(), WPS8Parser::propertyChangePara(), WPS8ContentListener::attributeChange(), WPSContentListener::_openPageSpan(), WPSDocument::isFileFormatSupported(), WPSDocument::parse(), WPSHeader::constructHeader(), and operator==().
#define WPS_DOUBLE_UNDERLINE_BIT 2048 |
#define WPS_EMBOSS_BIT 524288 |
#define WPS_ENGRAVE_BIT 1048576 |
#define WPS_EXTRA_LARGE_BIT 1 |
#define WPS_FINE_PRINT_BIT 16 |
#define WPS_ITALICS_BIT 256 |
#define WPS_LE_GET_GUINT16 |
( |
|
p | ) |
|
#define WPS_LE_GET_GUINT32 |
( |
|
p | ) |
|
#define WPS_NUM_STYLE_ARABIC 2 |
#define WPS_NUM_STYLE_LLATIN 3 |
#define WPS_NUM_STYLE_LROMAN 5 |
#define WPS_NUM_STYLE_NONE 0 |
#define WPS_NUM_STYLE_ULATIN 4 |
#define WPS_NUM_STYLE_UROMAN 6 |
#define WPS_NUMBERING_BULLET 1 |
#define WPS_NUMBERING_NONE 0 |
#define WPS_NUMBERING_NUMBER 2 |
#define WPS_OUTLINE_BIT 128 |
#define WPS_PAGE_BREAK 0x00 |
#define WPS_PARAGRAPH_JUSTIFICATION_CENTER 0x02 |
#define WPS_PARAGRAPH_JUSTIFICATION_DECIMAL_ALIGNED 0x05 |
#define WPS_PARAGRAPH_JUSTIFICATION_FULL 0x01 |
#define WPS_PARAGRAPH_JUSTIFICATION_FULL_ALL_LINES 0x04 |
#define WPS_PARAGRAPH_JUSTIFICATION_LEFT 0x00 |
#define WPS_PARAGRAPH_JUSTIFICATION_RIGHT 0x03 |
#define WPS_PARAGRAPH_LAYOUT_NO_BREAK 0x01 |
#define WPS_PARAGRAPH_LAYOUT_WITH_NEXT 0x02 |
#define WPS_REDLINE_BIT 1024 |
#define WPS_REVERSEVIDEO_BIT 131072 |
#define WPS_SHADOW_BIT 512 |
#define WPS_SMALL_CAPS_BIT 32768 |
#define WPS_SMALL_PRINT_BIT 8 |
#define WPS_SOFT_PAGE_BREAK 0x01 |
#define WPS_SPECIAL_BIT 2097152 |
#define WPS_STRIKEOUT_BIT 8192 |
#define WPS_SUBSCRIPT_BIT 64 |
#define WPS_SUPERSCRIPT_BIT 32 |
#define WPS_TAB_CENTER 0x01 |
#define WPS_TAB_DECIMAL 0x03 |
#define WPS_TAB_LEFT 0x00 |
#define WPS_TAB_RIGHT 0x02 |
#define WPS_UNDERLINE_BIT 16384 |
#define WPS_VERY_LARGE_BIT 2 |
Enumeration Type Documentation
- Enumerator:
HEADER_A |
|
HEADER_B |
|
FOOTER_A |
|
FOOTER_B |
|
DUMMY |
|
Function Documentation
std::string getLangFromLCID |
( |
uint32_t |
lcid | ) |
|
uint16_t readU16 |
( |
WPXInputStream * |
input | ) |
|
Referenced by WPS4Parser::readFontsTable(), WPS4Parser::parsePages(), WPS8Parser::readFontsTable(), WPS8Parser::readStreams(), WPS8Parser::appendUTF16LE(), WPS8Parser::readText(), WPS8Parser::readTextRange(), WPS8Parser::readNote(), WPS8Parser::readFODPage(), WPS8Parser::parseHeaderIndexEntry(), and WPS8Parser::parseHeaderIndex().
uint32_t readU32 |
( |
WPXInputStream * |
input | ) |
|
uint8_t readU8 |
( |
WPXInputStream * |
input | ) |
|