Go to the documentation of this file.
40 #ifndef MWAW_TEXT_LISTENER_H
41 #define MWAW_TEXT_LISTENER_H
45 #include <librevenge/librevenge.h>
196 void openTableRow(
float h, librevenge::RVNGUnit unit,
bool headerRow=
false);
273 shared_ptr<MWAWTextListenerInternal::DocumentState>
m_ds;
275 shared_ptr<MWAWTextListenerInternal::State>
m_ps;
277 std::vector<shared_ptr<MWAWTextListenerInternal::State> >
m_psStack;
bool addTo(librevenge::RVNGPropertyList &propList) const
add the link property to proplist
Definition: libmwaw_internal.cxx:568
bool m_isTableRowOpened
Definition: MWAWTextListener.cxx:143
@ CharBaseLine
Definition: MWAWPosition.hxx:51
@ Cell
Definition: MWAWPosition.hxx:51
BreakType
the different break type
Definition: MWAWListener.hxx:58
an noop deleter used to transform a libwpd pointer in a false shared_ptr
Definition: libmwaw_internal.hxx:109
void openTableCell(MWAWCell const &cell)
open a cell
Definition: MWAWTextListener.cxx:1818
void insertUnicodeString(librevenge::RVNGString const &str)
adds a unicode string
Definition: MWAWTextListener.cxx:283
unsigned m_currentPage
Definition: MWAWTextListener.cxx:147
MWAWVec2f const & naturalSize() const
returns the natural size (if known)
Definition: MWAWPosition.hxx:124
void closeTable()
closes this table
Definition: MWAWTextListener.cxx:1754
a note
Definition: libmwaw_internal.hxx:406
librevenge::RVNGPropertyList m_metaData
the document meta data
Definition: MWAWTextListener.cxx:92
Type m_type
the type
Definition: libmwaw_internal.hxx:382
float getInvUnitScale(librevenge::RVNGUnit fromUnit) const
returns a float which can be used to scale some data in object unit
Definition: MWAWPosition.hxx:183
bool m_inSubDocument
a stack used to know what is open
Definition: MWAWTextListener.cxx:157
MWAWBox2f getBdBox() const
returns the basic bdbox
Definition: MWAWGraphicShape.hxx:172
bool m_firstParagraphInPageSpan
Definition: MWAWTextListener.cxx:140
void setFont(MWAWFont const &font)
sets the font
Definition: MWAWTextListener.cxx:388
#define MWAW_DEBUG_MSG(M)
Definition: libmwaw_internal.hxx:127
MWAWVec2< float > MWAWVec2f
MWAWVec2 of float.
Definition: libmwaw_internal.hxx:785
@ ColumnBreak
Definition: MWAWListener.hxx:58
the state of a MWAWTextListener
Definition: MWAWTextListener.cxx:108
@ C_Polygon
Definition: MWAWGraphicShape.hxx:51
void addFrameTo(librevenge::RVNGPropertyList &pList) const
add all the frame parameters to propList: the background and the borders
Definition: MWAWGraphicStyle.cxx:370
MWAWListManagerPtr m_listManager
the list manager
Definition: MWAWParser.hxx:80
bool openSection(MWAWSection const §ion)
open a section if possible
Definition: MWAWTextListener.cxx:661
shared_ptr< MWAWTextListenerInternal::State > m_ps
the actual local parse state
Definition: MWAWTextListener.hxx:275
~DocumentState()
destructor
Definition: MWAWTextListener.cxx:83
@ C_Path
Definition: MWAWGraphicShape.hxx:51
@ XFull
Definition: MWAWPosition.hxx:55
MWAWFont const & getFont() const
returns the actual font
Definition: MWAWTextListener.cxx:404
int m_endNoteNumber
endnote number
Definition: MWAWTextListener.cxx:94
@ DOC_COMMENT_ANNOTATION
Definition: libmwaw_internal.hxx:178
void insertPicture(MWAWPosition const &pos, MWAWEmbeddedObject const &picture, MWAWGraphicStyle const &style=MWAWGraphicStyle::emptyStyle())
adds a picture with potential various representationin given position
Definition: MWAWTextListener.cxx:1212
bool isHeaderFooterOpened() const
returns true if the header/footer is open
Definition: MWAWTextListener.cxx:612
int id() const
returns the font id
Definition: MWAWFont.hxx:238
bool isSectionOpened() const
returns true if a section is opened
Definition: MWAWTextListener.cxx:646
void insertTextBox(MWAWPosition const &pos, MWAWSubDocumentPtr subDocument, MWAWGraphicStyle const &frameStyle=MWAWGraphicStyle::emptyStyle())
adds a textbox in given position
Definition: MWAWTextListener.cxx:1099
int order() const
returns background/foward order
Definition: MWAWPosition.hxx:243
This class contents the main functions needed to create a Word processing Document.
Definition: MWAWTextListener.hxx:65
void _flushDeferredTabs()
low level: flush the deferred tabs
Definition: MWAWTextListener.cxx:967
@ DOC_CHART
Definition: libmwaw_internal.hxx:178
@ DOC_CHART_ZONE
Definition: libmwaw_internal.hxx:178
XPos m_xPos
X relative position.
Definition: MWAWPosition.hxx:258
MWAWParagraph const & getParagraph() const
returns the actual paragraph
Definition: MWAWTextListener.cxx:421
void startDocument()
starts a new document
Definition: MWAWGraphicListener.cxx:432
@ WBackground
Definition: MWAWPosition.hxx:53
void closeFrame()
tries to close the last open frame
Definition: MWAWTextListener.cxx:1306
a structure used to define a picture shape
Definition: MWAWGraphicShape.hxx:46
@ YCenter
Definition: MWAWPosition.hxx:57
bool m_sectionAttributesChanged
Definition: MWAWTextListener.cxx:151
void appendUnicode(uint32_t val, librevenge::RVNGString &buffer)
adds an unicode character to a string
Definition: libmwaw_internal.cxx:63
void insertBreak(BreakType breakType)
inserts a break type: ColumBreak, PageBreak, ..
Definition: MWAWTextListener.cxx:319
small class use to define a embedded object
Definition: libmwaw_internal.hxx:425
bool isSubDocumentOpened(libmwaw::SubDocumentType &subdocType) const
returns try if a subdocument is open
Definition: MWAWTextListener.cxx:1703
void _startSubDocument()
Definition: MWAWTextListener.cxx:1711
void _openPageSpan(bool sendHeaderFooters=true)
does open a new page (low level)
Definition: MWAWTextListener.cxx:552
librevenge::RVNGString getString() const
returns a string corresponding to the field (if possible) */
Definition: libmwaw_internal.cxx:287
bool m_isListElementOpened
Definition: MWAWTextListener.cxx:138
class to store the paragraph properties
Definition: MWAWParagraph.hxx:82
@ WDynamic
Definition: MWAWPosition.hxx:53
int m_number
the note number if defined
Definition: libmwaw_internal.hxx:418
std::vector< shared_ptr< MWAWTextListenerInternal::State > > m_psStack
stack of local state
Definition: MWAWTextListener.hxx:277
void endDocument(bool delayed=true)
ends the actual document
Definition: MWAWGraphicListener.cxx:443
bool isPageSpanOpened() const
returns true if a page is opened
Definition: MWAWTextListener.cxx:539
DocumentState(const DocumentState &)
list of document actually open
void closeLink()
close a link
Definition: MWAWTextListener.cxx:463
void _handleFrameParameters(librevenge::RVNGPropertyList &propList, MWAWPosition const &pos)
Definition: MWAWTextListener.cxx:1379
int m_paragraphNeedBreak
a sequence of bit used to know if we need page/column break
Definition: MWAWTextListener.cxx:124
void insertShape(MWAWPosition const &pos, MWAWGraphicShape const &shape, MWAWGraphicStyle const &style)
adds a shape picture in given position
Definition: MWAWTextListener.cxx:1114
a link
Definition: libmwaw_internal.hxx:392
Internal and low level namespace to define the states of MWAWTextListener.
Definition: MWAWTextListener.cxx:71
void closeTableCell()
close a cell
Definition: MWAWTextListener.cxx:1835
virtual ~MWAWTextListener()
destructor
Definition: MWAWTextListener.cxx:209
std::vector< MWAWPageSpan > m_pageList
the pages definition
Definition: MWAWTextListener.cxx:88
libmwaw::SubDocumentType m_subDocumentType
Definition: MWAWTextListener.cxx:161
bool isParagraphOpened() const
returns true if a paragraph or a list is opened
Definition: MWAWTextListener.cxx:409
a structure used to define a picture style
Definition: MWAWGraphicStyle.hxx:48
void endDocument(bool sendDelayedSubDoc=true)
ends the document
Definition: MWAWTextListener.cxx:508
void getPageProperty(librevenge::RVNGPropertyList &pList, bool isPresentation=false) const
add the page properties in pList
Definition: MWAWPageSpan.cxx:307
void _openSection()
does open a section (low level)
Definition: MWAWTextListener.cxx:693
MWAWParserState & m_parserState
the parser state
Definition: MWAWTextListener.hxx:279
@ XCenter
Definition: MWAWPosition.hxx:55
std::vector< MWAWSubDocumentPtr > m_subDocuments
Definition: MWAWTextListener.cxx:100
@ Unknown
Definition: MWAWPosition.hxx:51
void _popParsingState()
resets the previous parsing state
Definition: MWAWTextListener.cxx:1866
void handleSubDocument(MWAWSubDocumentPtr subDocument, libmwaw::SubDocumentType subDocumentType)
function called to add a subdocument
Definition: MWAWTextListener.cxx:1621
void insertShape(MWAWPosition const &pos, MWAWGraphicShape const &shape, MWAWGraphicStyle const &style)
adds a shape picture in given position
Definition: MWAWGraphicListener.cxx:995
void _insertBreakIfNecessary(librevenge::RVNGPropertyList &propList)
Definition: MWAWTextListener.cxx:367
void _appendParagraphProperties(librevenge::RVNGPropertyList &propList, const bool isListElement=false)
Definition: MWAWTextListener.cxx:794
void _openListElement()
open a list level
Definition: MWAWTextListener.cxx:807
@ SoftPageBreak
Definition: MWAWListener.hxx:58
void addEmptyTableCell(MWAWVec2i const &pos, MWAWVec2i span=MWAWVec2i(1, 1))
add empty cell
Definition: MWAWTextListener.cxx:1799
MWAWVec2f const & size() const
returns the frame size
Definition: MWAWPosition.hxx:119
int m_smallPictureNumber
number of small picture
Definition: MWAWTextListener.cxx:96
bool m_isTableColumnOpened
Definition: MWAWTextListener.cxx:144
int getPageSpan() const
Definition: MWAWPageSpan.hxx:164
Type getType() const
returns the type corresponding to a shape
Definition: MWAWGraphicShape.hxx:167
@ YFull
Definition: MWAWPosition.hxx:57
bool addTo(librevenge::RVNGPropertyList &propList) const
add the link property to proplist (if needed )
Definition: libmwaw_internal.cxx:411
SubDocumentType
Definition: libmwaw_internal.hxx:178
void openLink(MWAWLink const &link)
open a link
Definition: MWAWTextListener.cxx:447
shared_ptr< MWAWTextListenerInternal::State > _pushParsingState()
creates a new parsing state (copy of the actual state)
Definition: MWAWTextListener.cxx:1855
void setParagraph(MWAWParagraph const ¶graph)
sets the paragraph
Definition: MWAWTextListener.cxx:414
bool m_isHeaderFooterWithoutParagraph
Definition: MWAWTextListener.cxx:132
void insertField(MWAWField const &field)
adds a field type
Definition: MWAWTextListener.cxx:429
librevenge::RVNGString m_anchorCellName
the anchor cell name
Definition: MWAWPosition.hxx:256
static MWAWGraphicStyle emptyStyle()
returns an empty style.
Definition: MWAWGraphicStyle.hxx:268
bool m_isHeaderFooterStarted
a flag to know if the header footer is started
Definition: MWAWTextListener.cxx:97
void closeGroup()
close a group
Definition: MWAWTextListener.cxx:1367
@ PageBreakBit
Definition: MWAWTextListener.cxx:73
a class to store the document state of a MWAWTextListener
Definition: MWAWTextListener.cxx:75
MWAWPageSpan const & getPageSpan()
returns the current page span
Definition: MWAWTextListener.cxx:544
T y() const
second element
Definition: libmwaw_internal.hxx:620
void sendHeaderFooters(MWAWListener *listener) const
send the page's headers/footers if some exists
Definition: MWAWPageSpan.cxx:278
int m_numDeferredTabs
the number of tabs to add
Definition: MWAWTextListener.cxx:117
This class contains a virtual interface to all listener.
Definition: MWAWListener.hxx:50
bool m_isPageSpanBreakDeferred
Definition: MWAWTextListener.cxx:131
@ C_Bad
Definition: MWAWGraphicShape.hxx:51
T x() const
first element
Definition: libmwaw_internal.hxx:615
void openTable(MWAWTable const &table)
open a table
Definition: MWAWTextListener.cxx:1731
void startDocument()
starts the document
Definition: MWAWTextListener.cxx:495
Class to define the position of an object (textbox, picture, ..) in the document.
Definition: MWAWPosition.hxx:48
DocumentState(std::vector< MWAWPageSpan > const &pageList)
constructor
Definition: MWAWTextListener.cxx:77
bool getBinaryResult(MWAWEmbeddedObject &result)
return the final graphic
Definition: MWAWGraphicEncoder.cxx:74
Wrapping m_wrapping
Wrapping.
Definition: MWAWPosition.hxx:262
@ DOC_HEADER_FOOTER
Definition: libmwaw_internal.hxx:178
bool m_isTableOpened
Definition: MWAWTextListener.cxx:142
bool openGroup(MWAWPosition const &pos)
open a group
Definition: MWAWTextListener.cxx:1316
@ DOC_GRAPHIC_GROUP
Definition: libmwaw_internal.hxx:178
@ PageBreak
Definition: MWAWListener.hxx:58
a class used to recreate the table structure using cell informations, ....
Definition: MWAWTable.hxx:52
std::vector< bool > m_listOrderedLevels
Definition: MWAWTextListener.cxx:155
bool closeSection()
close a section
Definition: MWAWTextListener.cxx:678
float size() const
returns the font size
Definition: MWAWFont.hxx:249
void addTo(librevenge::RVNGPropertyList &propList, shared_ptr< MWAWFontConverter > fontConverter) const
adds to the propList
Definition: MWAWCell.cxx:255
MWAWTextListener & operator=(const MWAWTextListener &)
operator= (unimplemented)
a class which stores section properties
Definition: MWAWSection.hxx:46
Definition: libmwaw_internal.hxx:142
State & operator=(const State &)
bool canWriteText() const
returns true if we can add text data
Definition: MWAWTextListener.hxx:104
bool m_isPageSpanOpened
Definition: MWAWTextListener.cxx:128
int page() const
returns the frame page
Definition: MWAWPosition.hxx:109
void _closeSpan()
low level: the function which closes the last opened span property
Definition: MWAWTextListener.cxx:953
MWAWBox2< float > MWAWBox2f
MWAWBox2 of float.
Definition: libmwaw_internal.hxx:1134
librevenge::RVNGTextInterface * m_documentInterface
the document interface
Definition: MWAWTextListener.hxx:281
void setId(int newId)
sets the font id
Definition: MWAWFont.hxx:243
@ C_Polyline
Definition: MWAWGraphicShape.hxx:51
Type getType() const
returns the listener type
Definition: MWAWTextListener.hxx:73
bool m_isParagraphOpened
Definition: MWAWTextListener.cxx:137
int m_footNoteNumber
footnote number
Definition: MWAWTextListener.cxx:94
@ DOC_SHEET
Definition: libmwaw_internal.hxx:178
void openTableRow(float h, librevenge::RVNGUnit unit, bool headerRow=false)
open a row with given height ( if h < 0.0, set min-row-height = -h )
Definition: MWAWTextListener.cxx:1768
a field
Definition: libmwaw_internal.hxx:369
void _flushText()
low level: flush the deferred text
Definition: MWAWTextListener.cxx:986
MWAWFont m_font
the font
Definition: MWAWTextListener.cxx:120
@ Char
Definition: MWAWPosition.hxx:51
@ DOC_TABLE
Definition: libmwaw_internal.hxx:178
bool m_isSectionOpened
Definition: MWAWTextListener.cxx:129
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:503
MWAWFontConverterPtr m_fontConverter
the font converter
Definition: MWAWParser.hxx:74
@ DOC_TEXT_BOX
Definition: libmwaw_internal.hxx:178
void setSize(float sz, bool isRelative=false)
sets the font size
Definition: MWAWFont.hxx:254
void insertComment(MWAWSubDocumentPtr &subDocument)
adds comment
Definition: MWAWTextListener.cxx:1074
main class used to define store librevenge::RVNGDrawingInterface lists of command in a librevenge::RV...
Definition: MWAWGraphicEncoder.hxx:56
MWAWSection const & getSection() const
returns the actual section
Definition: MWAWTextListener.cxx:651
@ DOC_NOTE
Definition: libmwaw_internal.hxx:178
MWAWVec2f const & rightBottomClipping() const
returns the right bottom clipping
Definition: MWAWPosition.hxx:134
bool insertHeader(MWAWSubDocumentPtr subDocument, librevenge::RVNGPropertyList const &extras)
insert a header
Definition: MWAWTextListener.cxx:617
@ Line
Definition: MWAWGraphicShape.hxx:49
void setDocumentLanguage(std::string const &locale)
sets the documents language
Definition: MWAWTextListener.cxx:484
Type
the listener type
Definition: MWAWListener.hxx:56
MWAWTextListener(MWAWParserState &parserState, std::vector< MWAWPageSpan > const &pageList, librevenge::RVNGTextInterface *documentInterface)
constructor
Definition: MWAWTextListener.cxx:203
bool m_isFrameOpened
Definition: MWAWTextListener.cxx:130
Type m_type
the note type
Definition: libmwaw_internal.hxx:414
void insertCharacter(unsigned char c)
insert a character using the font converter to find the utf8 character
Definition: MWAWTextListener.cxx:227
bool m_isDocumentStarted
a flag to know if the document is open
Definition: MWAWTextListener.cxx:97
MWAWParagraph m_paragraph
the paragraph
Definition: MWAWTextListener.cxx:122
@ C_Ellipse
Definition: MWAWGraphicShape.hxx:51
a class to define the parser state
Definition: MWAWParser.hxx:50
void insertTab()
adds a tab
Definition: MWAWTextListener.cxx:308
shared_ptr< MWAWTextListenerInternal::DocumentState > m_ds
the main parse state
Definition: MWAWTextListener.hxx:273
std::string m_frameNextName
the frame next name (if there is a link)
Definition: MWAWGraphicStyle.hxx:427
bool isDocumentStarted() const
returns true if a document is opened
Definition: MWAWTextListener.cxx:490
MWAWTextListener(const MWAWTextListener &)
copy constructor (unimplemented)
void _closeSection()
does close a section (low level)
Definition: MWAWTextListener.cxx:716
void insertUnicode(uint32_t character)
adds an unicode character.
Definition: MWAWTextListener.cxx:273
@ Page
Definition: MWAWPosition.hxx:51
@ WForeground
Definition: MWAWPosition.hxx:53
bool m_isTableCellOpened
Definition: MWAWTextListener.cxx:145
MWAWFontManagerPtr m_fontManager
the font manager
Definition: MWAWParser.hxx:76
librevenge::RVNGString m_label
the note label
Definition: libmwaw_internal.hxx:416
~State()
destructor
Definition: MWAWTextListener.cxx:112
@ Text
Definition: MWAWListener.hxx:56
void _openSpan()
low level: the function which opens a new span property
Definition: MWAWTextListener.cxx:929
bool openFrame(MWAWPosition const &pos, MWAWGraphicStyle const &style=MWAWGraphicStyle::emptyStyle())
tries to open a frame
Definition: MWAWTextListener.cxx:1236
DocumentState & operator=(const DocumentState &)
MWAWVec2f const & origin() const
return the frame origin
Definition: MWAWPosition.hxx:114
Command addTo(MWAWVec2f const &orig, bool asSurface, librevenge::RVNGPropertyList &propList) const
updates the propList to send to an interface
Definition: MWAWGraphicShape.cxx:454
@ YTop
Definition: MWAWPosition.hxx:57
void _openParagraph()
Definition: MWAWTextListener.cxx:736
int m_numPagesRemainingInSpan
Definition: MWAWTextListener.cxx:148
void closeTableRow()
closes this row
Definition: MWAWTextListener.cxx:1789
int _getListId() const
low level: find a list id which corresponds to actual list and a change of level.
Definition: MWAWTextListener.cxx:853
bool m_isSpanOpened
Definition: MWAWTextListener.cxx:136
librevenge::RVNGUnit unit() const
returns the unit
Definition: MWAWPosition.hxx:139
MWAWPageSpan m_pageSpan
the current page span
Definition: MWAWTextListener.cxx:90
YPos m_yPos
Y relative position.
Definition: MWAWPosition.hxx:260
@ XRight
Definition: MWAWPosition.hxx:55
MWAWVec2< T > size() const
the box size
Definition: libmwaw_internal.hxx:1008
@ Frame
Definition: MWAWPosition.hxx:51
void _closePageSpan()
does close a page (low level)
Definition: MWAWTextListener.cxx:597
MWAWSection m_section
the section
Definition: MWAWTextListener.cxx:153
librevenge::RVNGString m_textBuffer
a buffer to stored the text
Definition: MWAWTextListener.cxx:115
@ WRunThrough
Definition: MWAWPosition.hxx:53
@ FootNote
Definition: libmwaw_internal.hxx:408
a small struct to define the script position in MWAWFont
Definition: MWAWFont.hxx:100
@ XLeft
Definition: MWAWPosition.hxx:55
namespace used to regroup all libwpd functions, enumerations which we have redefined for internal usa...
Definition: libmwaw_internal.cxx:51
@ Paragraph
Definition: MWAWPosition.hxx:51
@ YBottom
Definition: MWAWPosition.hxx:57
MWAWVec2f const & leftTopClipping() const
returns the left top clipping
Definition: MWAWPosition.hxx:129
void insertChar(uint8_t character)
adds a basic character, ..
Definition: MWAWTextListener.cxx:216
bool m_inLink
Definition: MWAWTextListener.cxx:160
std::vector< int > m_sentListMarkers
the list of marker corresponding to sent list
Definition: MWAWTextListener.cxx:99
shared_ptr< MWAWList > m_list
Definition: MWAWTextListener.cxx:126
static float getScaleFactor(librevenge::RVNGUnit orig, librevenge::RVNGUnit dest)
Definition: MWAWPosition.hxx:143
void _endSubDocument()
Definition: MWAWTextListener.cxx:1717
AnchorTo m_anchorTo
anchor position
Definition: MWAWPosition.hxx:254
void addTo(librevenge::RVNGPropertyList &pList, bool only1d=false) const
add all the parameters to the propList excepted the frame parameter: the background and the borders
Definition: MWAWGraphicStyle.cxx:191
shared_ptr< MWAWSubDocument > MWAWSubDocumentPtr
a smart pointer of MWAWSubDocument
Definition: libmwaw_internal.hxx:517
bool m_isGroupOpened
a flag to know if openGroup was called
Definition: MWAWTextListener.cxx:134
Class to store font.
Definition: MWAWFont.hxx:44
a structure used to define a cell and its format
Definition: MWAWCell.hxx:53
bool addTo(librevenge::RVNGPropertyList &propList) const
add the link property to proplist (if possible)
Definition: libmwaw_internal.cxx:239
@ WParallel
Definition: MWAWPosition.hxx:53
bool canOpenSectionAddBreak() const
returns true if we can add open a section, add page break, ...
Definition: MWAWTextListener.cxx:656
@ DOC_NONE
Definition: libmwaw_internal.hxx:178
bool hasSurface() const
returns true if the interior surface is defined
Definition: MWAWGraphicStyle.hxx:309
int m_currentPageNumber
Definition: MWAWTextListener.cxx:149
void setDocumentMetaData(librevenge::RVNGPropertyList const &metadata)
sets the documents metadata
Definition: MWAWTextListener.cxx:477
@ ColumnBreakBit
Definition: MWAWTextListener.cxx:73
void insertEOL(bool softBreak=false)
adds an end of line ( by default an hard one)
Definition: MWAWTextListener.cxx:290
void insertNote(MWAWNote const ¬e, MWAWSubDocumentPtr &subDocument)
insert a note
Definition: MWAWTextListener.cxx:1017
void _closeListElement()
close a list level
Definition: MWAWTextListener.cxx:837
bool m_isNote
Definition: MWAWTextListener.cxx:159
void _closeParagraph()
Definition: MWAWTextListener.cxx:762
void addTablePropertiesTo(librevenge::RVNGPropertyList &propList) const
adds the table properties to propList
Definition: MWAWTable.cxx:123
State()
constructor
Definition: MWAWTextListener.cxx:168
MWAWVec2< int > MWAWVec2i
MWAWVec2 of int.
Definition: libmwaw_internal.hxx:781
bool insertFooter(MWAWSubDocumentPtr subDocument, librevenge::RVNGPropertyList const &extras)
insert a footer
Definition: MWAWTextListener.cxx:630
A class which defines the page properties.
Definition: MWAWPageSpan.hxx:96
void _resetParagraphState(const bool isListElement=false)
Definition: MWAWTextListener.cxx:786
@ C_Rectangle
Definition: MWAWGraphicShape.hxx:51
This class contains the code needed to create Graphic document.
Definition: MWAWGraphicListener.hxx:60
void _changeList()
update the list so that it corresponds to the actual level
Definition: MWAWTextListener.cxx:870
Generated on Wed Jun 17 2020 06:30:12 for libmwaw by
doxygen 1.8.18