_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 | |
Database enum value | MWAWContentListener | |
Date enum value | MWAWContentListener | |
endDocument(bool sendDelayedSubDoc=true) | MWAWContentListener | |
ENDNOTE enum value | MWAWContentListener | |
FieldType enum name | MWAWContentListener | |
FOOTNOTE enum value | MWAWContentListener | |
getFont() const | MWAWContentListener | |
getParagraph() const | MWAWContentListener | |
getSectionNumColumns() 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 | |
insertDateTimeField(char const *format) | MWAWContentListener | |
insertEOL(bool softBreak=false) | MWAWContentListener | |
insertField(FieldType type) | MWAWContentListener | |
insertLabelNote(const NoteType noteType, WPXString const &label, MWAWSubDocumentPtr &subDocument) | MWAWContentListener | |
insertNote(const NoteType noteType, 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 | |
isParagraphOpened() const | MWAWContentListener | |
isSectionOpened() const | MWAWContentListener | |
isSubDocumentOpened(libmwaw::SubDocumentType &subdocType) const | MWAWContentListener | |
Link enum value | 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 |
None enum value | MWAWContentListener | |
NoteType enum name | MWAWContentListener | |
openFrame(MWAWPosition const &pos, WPXPropertyList extras=WPXPropertyList()) | MWAWContentListener | protected |
openSection(std::vector< int > colsWidth=std::vector< int >(), WPXUnit unit=WPX_POINT) | 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 | |
PageCount enum value | MWAWContentListener | |
PageNumber enum value | MWAWContentListener | |
resetNoteNumber(const NoteType noteType, int number) | MWAWContentListener | |
setDocumentLanguage(std::string locale) | MWAWContentListener | |
setFont(MWAWFont const &font) | MWAWContentListener | |
setList(shared_ptr< MWAWList > list) | MWAWContentListener | |
setParagraph(MWAWParagraph const ¶graph) | MWAWContentListener | |
SoftPageBreak enum value | MWAWContentListener | |
startDocument() | MWAWContentListener | |
Time enum value | MWAWContentListener | |
Title enum value | MWAWContentListener | |
~MWAWContentListener() | MWAWContentListener | virtual |