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