_appendJustification(WPXPropertyList &propList, int justification) | WPXContentListener | [protected] |
_appendParagraphProperties(WPXPropertyList &propList, const bool isListElement=false) | WPXContentListener | [protected] |
_changeList() | WP5ContentListener | [inline, protected, virtual] |
_closeListElement() | WPXContentListener | [protected] |
_closePageSpan() | WPXContentListener | [protected] |
_closeParagraph() | WPXContentListener | [protected] |
_closeSection() | WPXContentListener | [protected] |
_closeSpan() | WPXContentListener | [protected] |
_closeTable() | WPXContentListener | [protected] |
_closeTableCell() | WPXContentListener | [protected] |
_closeTableRow() | WPXContentListener | [protected] |
_flushText() | WP5ContentListener | [protected, virtual] |
_getNextTabStop() const | WPXContentListener | [protected] |
_getPreviousTabStop() const | WPXContentListener | [protected] |
_getTabStops(WPXPropertyListVector &tabStops) | WPXContentListener | [protected] |
_handleSubDocument(const WPXSubDocument *subDocument, const bool isHeaderFooter, WPXTableList tableList, int nextTableIndice=0) | WP5ContentListener | [protected, virtual] |
_insertBreakIfNecessary(WPXPropertyList &propList) | WPXContentListener | [protected] |
_movePositionToFirstColumn(float position) | WPXContentListener | [protected] |
_openListElement() | WPXContentListener | [protected] |
_openPageSpan() | WPXContentListener | [protected] |
_openParagraph() | WPXContentListener | [protected, virtual] |
_openSection() | WPXContentListener | [protected] |
_openSpan() | WPXContentListener | [protected] |
_openTable() | WPXContentListener | [protected] |
_openTableCell(const uint8_t colSpan, const uint8_t rowSpan, const uint8_t borderBits, const RGBSColor *cellFgColor, const RGBSColor *cellBgColor, const RGBSColor *cellBorderColor, const WPXVerticalAlignment cellVerticalAlignment) | WPXContentListener | [protected] |
_openTableRow(const float height, const bool isMinimumHeight, const bool isHeaderRow) | WPXContentListener | [protected] |
_resetParagraphState(const bool isListElement=false) | WPXContentListener | [protected] |
addTableColumnDefinition(const uint32_t width, const uint32_t leftGutter, const uint32_t rightGutter, const uint32_t attributes, const uint8_t alignment) | WP5ContentListener | [virtual] |
attributeChange(const bool isOn, const uint8_t attribute) | WP5ContentListener | [virtual] |
characterColorChange(const uint8_t red, const uint8_t green, const uint8_t blue) | WP5ContentListener | [virtual] |
defineTable(const uint8_t position, const uint16_t leftOffset) | WP5ContentListener | [virtual] |
endDocument() | WP5ContentListener | [inline, virtual] |
endTable() | WP5ContentListener | [virtual] |
getGeneralPacketData(const int type) const | WP5Listener | |
handleSubDocument(const WPXSubDocument *subDocument, const bool isHeaderFooter, WPXTableList tableList, int nextTableIndice) | WPXContentListener | [protected] |
headerFooterGroup(const uint8_t headerFooterType, const uint8_t occurenceBits, WP5SubDocument *subDocument) | WP5ContentListener | [virtual] |
insertBreak(const uint8_t breakType) | WP5ContentListener | [inline, virtual] |
insertCell(const uint8_t colSpan, const uint8_t rowSpan, const uint8_t borderBits, const RGBSColor *cellFgColor, const RGBSColor *cellBgColor, const RGBSColor *cellBorderColor, const WPXVerticalAlignment cellVerticalAlignment, const bool useCellAttributes, const uint32_t cellAttributes) | WP5ContentListener | [virtual] |
insertCharacter(const uint16_t character) | WP5ContentListener | [virtual] |
insertEOL() | WP5ContentListener | [virtual] |
insertIndent(const uint8_t indentType, const float indentPosition) | WP5ContentListener | [virtual] |
insertNote(const WPXNoteType noteType, const WP5SubDocument *subDocument) | WP5ContentListener | [virtual] |
insertNoteReference(const WPXString ¬eReference) | WP5ContentListener | [virtual] |
insertRow(const uint16_t rowHeight, const bool isMinimumHeight, const bool isHeaderRow) | WP5ContentListener | [virtual] |
insertTab(const uint8_t tabType, const float tabPosition) | WP5ContentListener | [virtual] |
isUndoOn() | WPXListener | [inline, protected] |
justificationChange(const uint8_t justification) | WP5ContentListener | [inline, virtual] |
lineSpacingChange(const float lineSpacing) | WP5ContentListener | [inline, virtual] |
m_defaultFontName | WP5ContentListener | [private] |
m_defaultFontSize | WP5ContentListener | [private] |
m_listenerImpl | WPXContentListener | [protected] |
m_metaData | WPXContentListener | [protected] |
m_pageList | WPXListener | [protected] |
m_parseState | WP5ContentListener | [private] |
m_ps | WPXContentListener | [protected] |
m_subDocuments | WP5ContentListener | [private] |
marginChange(const uint8_t side, const uint16_t margin) | WP5ContentListener | [virtual] |
operator=(const WP5ContentListener &) | WP5ContentListener | [private] |
pageFormChange(const uint16_t, const uint16_t, const WPXFormOrientation) | WP5ContentListener | [inline, virtual] |
pageMarginChange(const uint8_t, const uint16_t) | WP5ContentListener | [inline, virtual] |
paragraphMarginChange(const uint8_t, const int16_t) | WP5ContentListener | [inline] |
setDefaultFont(const WPXString &fontName, const float fontSize) | WP5ContentListener | |
setFont(const WPXString &fontName, const float fontSize) | WP5ContentListener | [virtual] |
setPrefixData(WP5PrefixData *prefixData) | WP5Listener | [inline] |
setTabs(const std::vector< WPXTabStop > &tabStops, const uint16_t tabOffset) | WP5ContentListener | [virtual] |
setUndoOn(bool isOn) | WPXListener | [inline, protected] |
startDocument() | WP5ContentListener | [inline, virtual] |
startTable() | WP5ContentListener | [virtual] |
suppressPageCharacteristics(const uint8_t) | WP5ContentListener | [inline, virtual] |
WP5ContentListener(std::list< WPXPageSpan > &pageList, std::vector< WP5SubDocument * > &subDocuments, WPXHLListenerImpl *listenerImpl) | WP5ContentListener | |
WP5ContentListener(const WP5ContentListener &) | WP5ContentListener | [private] |
WP5Listener() | WP5Listener | |
WPXContentListener(std::list< WPXPageSpan > &pageList, WPXHLListenerImpl *listenerImpl) | WPXContentListener | [protected] |
WPXListener(std::list< WPXPageSpan > &pageList) | WPXListener | [protected] |
~WP5ContentListener() | WP5ContentListener | |
~WP5Listener() | WP5Listener | [inline, virtual] |
~WPXContentListener() | WPXContentListener | [protected, virtual] |
~WPXListener() | WPXListener | [protected, virtual] |