This is the complete list of members for MWAWTextListener, including all inherited members.
_appendParagraphProperties(librevenge::RVNGPropertyList &propList, const bool isListElement=false) | MWAWTextListener | protected |
_changeList() | MWAWTextListener | protected |
_closeListElement() | MWAWTextListener | protected |
_closePageSpan() | MWAWTextListener | protected |
_closeParagraph() | MWAWTextListener | protected |
_closeSection() | MWAWTextListener | protected |
_closeSpan() | MWAWTextListener | protected |
_endSubDocument() | MWAWTextListener | protected |
_flushDeferredTabs() | MWAWTextListener | protected |
_flushText() | MWAWTextListener | protected |
_getListId() const | MWAWTextListener | protected |
_handleFrameParameters(librevenge::RVNGPropertyList &propList, MWAWPosition const &pos) | MWAWTextListener | protected |
_insertBreakIfNecessary(librevenge::RVNGPropertyList &propList) | MWAWTextListener | protected |
_openListElement() | MWAWTextListener | protected |
_openPageSpan(bool sendHeaderFooters=true) | MWAWTextListener | protected |
_openParagraph() | MWAWTextListener | protected |
_openSection() | MWAWTextListener | protected |
_openSpan() | MWAWTextListener | protected |
_popParsingState() | MWAWTextListener | protected |
_pushParsingState() | MWAWTextListener | protected |
_resetParagraphState(const bool isListElement=false) | MWAWTextListener | protected |
_startSubDocument() | MWAWTextListener | protected |
addEmptyTableCell(MWAWVec2i const &pos, MWAWVec2i span=MWAWVec2i(1, 1)) | MWAWTextListener | virtual |
BreakType enum name | MWAWListener | |
canOpenSectionAddBreak() const | MWAWTextListener | virtual |
canWriteText() const | MWAWTextListener | inlinevirtual |
closeFrame() | MWAWTextListener | virtual |
closeLink() | MWAWTextListener | virtual |
closeSection() | MWAWTextListener | virtual |
closeTable() | MWAWTextListener | virtual |
closeTableCell() | MWAWTextListener | virtual |
closeTableRow() | MWAWTextListener | virtual |
ColumnBreak enum value | MWAWListener | |
endDocument(bool sendDelayedSubDoc=true) | MWAWTextListener | virtual |
getFont() const | MWAWTextListener | virtual |
getPageSpan() | MWAWTextListener | virtual |
getParagraph() const | MWAWTextListener | virtual |
getSection() const | MWAWTextListener | virtual |
getType() const | MWAWTextListener | inlinevirtual |
Graphic enum value | MWAWListener | |
handleSubDocument(MWAWSubDocumentPtr subDocument, libmwaw::SubDocumentType subDocumentType) | MWAWTextListener | virtual |
insertBreak(BreakType breakType) | MWAWTextListener | virtual |
insertChar(uint8_t character) | MWAWTextListener | virtual |
insertCharacter(unsigned char c) | MWAWTextListener | virtual |
insertCharacter(unsigned char c, MWAWInputStreamPtr &input, long endPos=-1) | MWAWTextListener | virtual |
insertComment(MWAWSubDocumentPtr &subDocument) | MWAWTextListener | virtual |
insertEOL(bool softBreak=false) | MWAWTextListener | virtual |
insertField(MWAWField const &field) | MWAWTextListener | virtual |
insertFooter(MWAWSubDocumentPtr subDocument, librevenge::RVNGPropertyList const &extras) | MWAWTextListener | virtual |
insertHeader(MWAWSubDocumentPtr subDocument, librevenge::RVNGPropertyList const &extras) | MWAWTextListener | virtual |
insertNote(MWAWNote const ¬e, MWAWSubDocumentPtr &subDocument) | MWAWTextListener | virtual |
insertPicture(MWAWPosition const &pos, const librevenge::RVNGBinaryData &binaryData, std::string type="image/pict", MWAWGraphicStyle const &style=MWAWGraphicStyle::emptyStyle()) | MWAWTextListener | virtual |
insertPicture(MWAWPosition const &pos, MWAWGraphicShape const &shape, MWAWGraphicStyle const &style) | MWAWTextListener | virtual |
insertTab() | MWAWTextListener | virtual |
insertTextBox(MWAWPosition const &pos, MWAWSubDocumentPtr subDocument, MWAWGraphicStyle const &frameStyle=MWAWGraphicStyle::emptyStyle()) | MWAWTextListener | virtual |
insertUnicode(uint32_t character) | MWAWTextListener | virtual |
insertUnicodeString(librevenge::RVNGString const &str) | MWAWTextListener | virtual |
isDocumentStarted() const | MWAWTextListener | virtual |
isHeaderFooterOpened() const | MWAWTextListener | virtual |
isPageSpanOpened() const | MWAWTextListener | virtual |
isParagraphOpened() const | MWAWTextListener | virtual |
isSectionOpened() const | MWAWTextListener | virtual |
isSubDocumentOpened(libmwaw::SubDocumentType &subdocType) const | MWAWTextListener | virtual |
m_documentInterface | MWAWTextListener | protected |
m_ds | MWAWTextListener | protected |
m_parserState | MWAWTextListener | protected |
m_ps | MWAWTextListener | protected |
m_psStack | MWAWTextListener | protected |
MWAWTextListener(MWAWParserState &parserState, std::vector< MWAWPageSpan > const &pageList, librevenge::RVNGTextInterface *documentInterface) | MWAWTextListener | |
MWAWTextListener(const MWAWTextListener &) | MWAWTextListener | private |
openFrame(MWAWPosition const &pos, MWAWGraphicStyle const &style=MWAWGraphicStyle::emptyStyle()) | MWAWTextListener | virtual |
openLink(MWAWLink const &link) | MWAWTextListener | virtual |
openSection(MWAWSection const §ion) | MWAWTextListener | virtual |
openTable(MWAWTable const &table) | MWAWTextListener | virtual |
openTableCell(MWAWCell const &cell) | MWAWTextListener | virtual |
openTableRow(float h, librevenge::RVNGUnit unit, bool headerRow=false) | MWAWTextListener | virtual |
operator=(const MWAWTextListener &) | MWAWTextListener | private |
PageBreak enum value | MWAWListener | |
Presentation enum value | MWAWListener | |
setDocumentLanguage(std::string locale) | MWAWTextListener | virtual |
setFont(MWAWFont const &font) | MWAWTextListener | virtual |
setParagraph(MWAWParagraph const ¶graph) | MWAWTextListener | virtual |
SoftPageBreak enum value | MWAWListener | |
Spreadsheet enum value | MWAWListener | |
startDocument() | MWAWTextListener | virtual |
Text enum value | MWAWListener | |
Type enum name | MWAWListener | |
~MWAWListener() | MWAWListener | inlinevirtual |
~MWAWTextListener() | MWAWTextListener | virtual |