| _appendParagraphProperties(WPXPropertyList &propList, const bool isListElement=false) | MWAWContentListener | protected |
| _changeList() | MWAWContentListener | protected |
| _closeListElement() | MWAWContentListener | protected |
| _closePageSpan() | MWAWContentListener | protected |
| _closeParagraph() | MWAWContentListener | protected |
| _closeSection() | MWAWContentListener | protected |
| _closeSpan() | MWAWContentListener | protected |
| _endSubDocument() | MWAWContentListener | protected |
| _flushDeferredTabs() | MWAWContentListener | protected |
| _flushText() | MWAWContentListener | protected |
| _getListId() const | MWAWContentListener | protected |
| _handleFrameParameters(WPXPropertyList &propList, MWAWPosition const &pos) | MWAWContentListener | protected |
| _insertBreakIfNecessary(WPXPropertyList &propList) | MWAWContentListener | protected |
| _openListElement() | MWAWContentListener | protected |
| _openPageSpan(bool sendHeaderFooters=true) | MWAWContentListener | protected |
| _openParagraph() | MWAWContentListener | protected |
| _openSection() | MWAWContentListener | protected |
| _openSpan() | MWAWContentListener | protected |
| _popParsingState() | MWAWContentListener | protected |
| _pushParsingState() | MWAWContentListener | protected |
| _resetParagraphState(const bool isListElement=false) | MWAWContentListener | protected |
| _startSubDocument() | MWAWContentListener | protected |
| addEmptyTableCell(Vec2i const &pos, Vec2i span=Vec2i(1, 1)) | MWAWContentListener | |
| BreakType enum name | MWAWContentListener | |
| closeFrame() | MWAWContentListener | protected |
| closeSection() | MWAWContentListener | |
| closeTable() | MWAWContentListener | |
| closeTableCell() | MWAWContentListener | |
| closeTableRow() | MWAWContentListener | |
| ColumnBreak enum value | MWAWContentListener | |
| endDocument(bool sendDelayedSubDoc=true) | MWAWContentListener | |
| getFont() const | MWAWContentListener | |
| getPageSpan() | MWAWContentListener | |
| getParagraph() const | MWAWContentListener | |
| getSection() const | MWAWContentListener | |
| handleSubDocument(MWAWSubDocumentPtr subDocument, libmwaw::SubDocumentType subDocumentType) | MWAWContentListener | |
| insertBreak(BreakType breakType) | MWAWContentListener | |
| insertChar(uint8_t character) | MWAWContentListener | |
| insertCharacter(unsigned char c) | MWAWContentListener | |
| insertCharacter(unsigned char c, MWAWInputStreamPtr &input, long endPos=-1) | MWAWContentListener | |
| insertComment(MWAWSubDocumentPtr &subDocument) | MWAWContentListener | |
| insertEOL(bool softBreak=false) | MWAWContentListener | |
| insertField(MWAWField const &field) | MWAWContentListener | |
| insertFooter(MWAWSubDocumentPtr subDocument, WPXPropertyList const &extras) | MWAWContentListener | |
| insertHeader(MWAWSubDocumentPtr subDocument, WPXPropertyList const &extras) | MWAWContentListener | |
| insertNote(MWAWNote const ¬e, MWAWSubDocumentPtr &subDocument) | MWAWContentListener | |
| insertPicture(MWAWPosition const &pos, const WPXBinaryData &binaryData, std::string type="image/pict", WPXPropertyList frameExtras=WPXPropertyList()) | MWAWContentListener | |
| insertTab() | MWAWContentListener | |
| insertTextBox(MWAWPosition const &pos, MWAWSubDocumentPtr subDocument, WPXPropertyList frameExtras=WPXPropertyList(), WPXPropertyList textboxExtras=WPXPropertyList()) | MWAWContentListener | |
| insertUnicode(uint32_t character) | MWAWContentListener | |
| insertUnicodeString(WPXString const &str) | MWAWContentListener | |
| isHeaderFooterOpened() const | MWAWContentListener | |
| isPageSpanOpened() const | MWAWContentListener | |
| isParagraphOpened() const | MWAWContentListener | |
| isSectionOpened() const | MWAWContentListener | |
| isSubDocumentOpened(libmwaw::SubDocumentType &subdocType) const | MWAWContentListener | |
| m_documentInterface | MWAWContentListener | protected |
| m_ds | MWAWContentListener | protected |
| m_parserState | MWAWContentListener | protected |
| m_ps | MWAWContentListener | protected |
| m_psStack | MWAWContentListener | protected |
| MWAWContentListener(MWAWParserState &parserState, std::vector< MWAWPageSpan > const &pageList, WPXDocumentInterface *documentInterface) | MWAWContentListener | |
| MWAWContentListener(const MWAWContentListener &) | MWAWContentListener | private |
| openFrame(MWAWPosition const &pos, WPXPropertyList extras=WPXPropertyList()) | MWAWContentListener | protected |
| openSection(MWAWSection const §ion) | MWAWContentListener | |
| openTable(std::vector< float > const &colWidth, WPXUnit unit, WPXPropertyList tableExtras=WPXPropertyList()) | MWAWContentListener | |
| openTableCell(MWAWCell const &cell, WPXPropertyList const &extras) | MWAWContentListener | |
| openTableRow(float h, WPXUnit unit, bool headerRow=false) | MWAWContentListener | |
| operator=(const MWAWContentListener &) | MWAWContentListener | private |
| PageBreak enum value | MWAWContentListener | |
| setDocumentLanguage(std::string locale) | MWAWContentListener | |
| setFont(MWAWFont const &font) | MWAWContentListener | |
| setParagraph(MWAWParagraph const ¶graph) | MWAWContentListener | |
| SoftPageBreak enum value | MWAWContentListener | |
| startDocument() | MWAWContentListener | |
| ~MWAWContentListener() | MWAWContentListener | virtual |