_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 | MWAWListener | |
canOpenSectionAddBreak() const | MWAWContentListener | virtual |
canWriteText() const | MWAWContentListener | inlinevirtual |
closeFrame() | MWAWContentListener | protected |
closeSection() | MWAWContentListener | virtual |
closeTable() | MWAWContentListener | |
closeTableCell() | MWAWContentListener | |
closeTableRow() | MWAWContentListener | |
ColumnBreak enum value | MWAWListener | |
endDocument(bool sendDelayedSubDoc=true) | MWAWContentListener | |
getFont() const | MWAWContentListener | virtual |
getPageSpan() | MWAWContentListener | |
getParagraph() const | MWAWContentListener | virtual |
getSection() const | MWAWContentListener | virtual |
handleSubDocument(MWAWSubDocumentPtr subDocument, libmwaw::SubDocumentType subDocumentType) | MWAWContentListener | |
insertBreak(BreakType breakType) | MWAWContentListener | virtual |
insertChar(uint8_t character) | MWAWContentListener | virtual |
insertCharacter(unsigned char c) | MWAWContentListener | virtual |
insertCharacter(unsigned char c, MWAWInputStreamPtr &input, long endPos=-1) | MWAWContentListener | virtual |
insertComment(MWAWSubDocumentPtr &subDocument) | MWAWContentListener | |
insertEOL(bool softBreak=false) | MWAWContentListener | virtual |
insertField(MWAWField const &field) | MWAWContentListener | virtual |
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 | |
insertPicture(MWAWPosition const &pos, MWAWGraphicShape const &shape, MWAWGraphicStyle const &style) | MWAWContentListener | |
insertTab() | MWAWContentListener | virtual |
insertTextBox(MWAWPosition const &pos, MWAWSubDocumentPtr subDocument, WPXPropertyList frameExtras=WPXPropertyList(), WPXPropertyList textboxExtras=WPXPropertyList()) | MWAWContentListener | |
insertUnicode(uint32_t character) | MWAWContentListener | virtual |
insertUnicodeString(WPXString const &str) | MWAWContentListener | virtual |
isDocumentStarted() const | MWAWContentListener | virtual |
isHeaderFooterOpened() const | MWAWContentListener | |
isPageSpanOpened() const | MWAWContentListener | |
isParagraphOpened() const | MWAWContentListener | virtual |
isSectionOpened() const | MWAWContentListener | virtual |
isSubDocumentOpened(libmwaw::SubDocumentType &subdocType) const | MWAWContentListener | virtual |
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 | virtual |
openTable(MWAWTable const &table, WPXPropertyList tableExtras=WPXPropertyList()) | MWAWContentListener | |
openTableCell(MWAWCell const &cell) | MWAWContentListener | |
openTableRow(float h, WPXUnit unit, bool headerRow=false) | MWAWContentListener | |
operator=(const MWAWContentListener &) | MWAWContentListener | private |
PageBreak enum value | MWAWListener | |
setDocumentLanguage(std::string locale) | MWAWContentListener | |
setFont(MWAWFont const &font) | MWAWContentListener | virtual |
setParagraph(MWAWParagraph const ¶graph) | MWAWContentListener | virtual |
SoftPageBreak enum value | MWAWListener | |
startDocument() | MWAWContentListener | |
~MWAWContentListener() | MWAWContentListener | virtual |
~MWAWListener() | MWAWListener | inlinevirtual |