Go to the documentation of this file.
34 #ifndef MWAW_PRESENTATION_LISTENER_H
35 #define MWAW_PRESENTATION_LISTENER_H
39 #include <librevenge/librevenge.h>
106 bool openLayer(librevenge::RVNGString
const &name);
212 void openTableRow(
float h, librevenge::RVNGUnit unit,
bool headerRow=
false);
290 shared_ptr<MWAWPresentationListenerInternal::GraphicState>
m_ds;
292 shared_ptr<MWAWPresentationListenerInternal::State>
m_ps;
294 std::vector<shared_ptr<MWAWPresentationListenerInternal::State> >
m_psStack;
bool addTo(librevenge::RVNGPropertyList &propList) const
add the link property to proplist
Definition: libmwaw_internal.cxx:568
MWAWSection const & getSection() const
returns the actual section
Definition: MWAWPresentationListener.cxx:900
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
MWAWVec2f const & naturalSize() const
returns the natural size (if known)
Definition: MWAWPosition.hxx:124
void closeFrame()
close a frame
Definition: MWAWPresentationListener.cxx:1320
a note
Definition: libmwaw_internal.hxx:406
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
#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
@ C_Polygon
Definition: MWAWGraphicShape.hxx:51
void _openPageSpan(bool sendHeaderFooters=true)
does open a new page (low level)
Definition: MWAWPresentationListener.cxx:511
MWAWListManagerPtr m_listManager
the list manager
Definition: MWAWParser.hxx:80
bool m_isMasterPageSpanOpened
true if a masterpage is open
Definition: MWAWPresentationListener.cxx:86
bool insertHeader(MWAWSubDocumentPtr subDocument, librevenge::RVNGPropertyList const &extras)
insert a header
Definition: MWAWPresentationListener.cxx:852
State & operator=(const State &)
bool m_isTableOpened
a stack used to know what is open
Definition: MWAWPresentationListener.cxx:146
@ C_Path
Definition: MWAWGraphicShape.hxx:51
MWAWParagraph const & getParagraph() const
returns the actual paragraph
Definition: MWAWPresentationListener.cxx:357
@ XFull
Definition: MWAWPosition.hxx:55
void _popParsingState()
resets the previous parsing state
Definition: MWAWPresentationListener.cxx:1672
bool m_isAtLeastOnePageOpened
true if the first page has been open
Definition: MWAWPresentationListener.cxx:88
@ DOC_COMMENT_ANNOTATION
Definition: libmwaw_internal.hxx:178
unsigned m_currentPage
Definition: MWAWPresentationListener.cxx:151
int id() const
returns the font id
Definition: MWAWFont.hxx:238
int order() const
returns background/foward order
Definition: MWAWPosition.hxx:243
void handleSubDocument(MWAWSubDocumentPtr subDocument, libmwaw::SubDocumentType subDocumentType)
function called to add a subdocument
Definition: MWAWPresentationListener.hxx:91
std::vector< int > m_sentListMarkers
the list of marker corresponding to sent list
Definition: MWAWPresentationListener.cxx:94
void _closePageSpan(bool masterPage=false)
does close a page (low level)
Definition: MWAWPresentationListener.cxx:562
XPos m_xPos
X relative position.
Definition: MWAWPosition.hxx:258
void openTable(MWAWTable const &table)
open a table (using the last parameters of openFrame for the position )
Definition: MWAWPresentationListener.cxx:1159
bool m_inSubDocument
Definition: MWAWPresentationListener.cxx:157
void setFont(MWAWFont const &font)
sets the font
Definition: MWAWPresentationListener.cxx:316
@ WBackground
Definition: MWAWPosition.hxx:53
void insertTable(MWAWPosition const &pos, MWAWTable &table, MWAWGraphicStyle const &style=MWAWGraphicStyle::emptyStyle())
adds a table in given position
Definition: MWAWPresentationListener.cxx:1134
std::vector< bool > m_listOrderedLevels
Definition: MWAWPresentationListener.cxx:144
void _openParagraph()
Definition: MWAWPresentationListener.cxx:601
a structure used to define a picture shape
Definition: MWAWGraphicShape.hxx:46
@ YCenter
Definition: MWAWPosition.hxx:57
void addEmptyTableCell(MWAWVec2i const &pos, MWAWVec2i span=MWAWVec2i(1, 1))
add empty cell
Definition: MWAWPresentationListener.cxx:1244
void appendUnicode(uint32_t val, librevenge::RVNGString &buffer)
adds an unicode character to a string
Definition: libmwaw_internal.cxx:63
bool openFrame(MWAWPosition const &pos, MWAWGraphicStyle const &style=MWAWGraphicStyle::emptyStyle())
store the position and the style (which will be needed further to insert a textbox or a table with op...
Definition: MWAWPresentationListener.cxx:1298
small class use to define a embedded object
Definition: libmwaw_internal.hxx:425
bool sendTable(MWAWListenerPtr listener, bool inFrame=true)
try to send the table
Definition: MWAWTable.cxx:465
@ Presentation
Definition: MWAWListener.hxx:56
MWAWGraphicStyle m_frameStyle
the frame style
Definition: MWAWPresentationListener.cxx:130
MWAWFont m_font
the font
Definition: MWAWPresentationListener.cxx:119
MWAWPageSpan m_pageSpan
! the current page span
Definition: MWAWPresentationListener.cxx:92
void insertComment(MWAWSubDocumentPtr &subDocument)
adds comment
Definition: MWAWPresentationListener.cxx:941
MWAWParagraph m_paragraph
the paragraph
Definition: MWAWPresentationListener.cxx:121
librevenge::RVNGString getString() const
returns a string corresponding to the field (if possible) */
Definition: libmwaw_internal.cxx:287
void closeTable()
closes this table
Definition: MWAWPresentationListener.cxx:1199
class to store the paragraph properties
Definition: MWAWParagraph.hxx:82
@ WDynamic
Definition: MWAWPosition.hxx:53
void _resetParagraphState(const bool isListElement=false)
Definition: MWAWPresentationListener.cxx:644
MWAWPresentationListener(const MWAWPresentationListener &)
bool m_inNote
Definition: MWAWPresentationListener.cxx:156
void setDocumentLanguage(std::string const &locale)
sets the documents language
Definition: MWAWPresentationListener.cxx:457
a link
Definition: libmwaw_internal.hxx:392
void setDocumentMetaData(librevenge::RVNGPropertyList const &metadata)
sets the documents metadata
Definition: MWAWPresentationListener.cxx:450
shared_ptr< MWAWPresentationListenerInternal::GraphicState > m_ds
the actual global state
Definition: MWAWPresentationListener.hxx:290
void _closeSpan()
Definition: MWAWPresentationListener.cxx:797
void insertUnicode(uint32_t character)
adds an unicode character.
Definition: MWAWPresentationListener.cxx:260
MWAWPresentationListener & operator=(const MWAWPresentationListener &)
void insertSlideNote(MWAWPosition const &pos, MWAWSubDocumentPtr &subDocument)
insert a slide note
Definition: MWAWPresentationListener.cxx:1095
a structure used to define a picture style
Definition: MWAWGraphicStyle.hxx:48
void _flushText()
Definition: MWAWPresentationListener.cxx:816
the state of a MWAWPresentationListener
Definition: MWAWPresentationListener.cxx:102
bool isHeaderFooterOpened() const
returns true if the header/footer is open
Definition: MWAWPresentationListener.cxx:847
void getPageProperty(librevenge::RVNGPropertyList &pList, bool isPresentation=false) const
add the page properties in pList
Definition: MWAWPageSpan.cxx:307
void closeLayer()
close a layer
Definition: MWAWPresentationListener.cxx:1392
@ XCenter
Definition: MWAWPosition.hxx:55
bool isInTextZone() const
returns true if we are in a text zone, ie. either in a textbox or a table cell
Definition: MWAWPresentationListener.cxx:109
bool m_isParagraphOpened
Definition: MWAWPresentationListener.cxx:139
Internal and low level namespace to define the states of MWAWPresentationListener.
Definition: MWAWPresentationListener.cxx:63
@ SoftPageBreak
Definition: MWAWListener.hxx:58
librevenge::RVNGPropertyList m_metaData
the document meta data
Definition: MWAWPresentationListener.cxx:80
shared_ptr< MWAWList > m_list
the list of list
Definition: MWAWPresentationListener.cxx:123
void closeTableCell()
close a cell
Definition: MWAWPresentationListener.cxx:1280
MWAWVec2f const & size() const
returns the frame size
Definition: MWAWPosition.hxx:119
bool m_isPageSpanOpened
true if a page is open
Definition: MWAWPresentationListener.cxx:84
int getPageSpan() const
Definition: MWAWPageSpan.hxx:164
shared_ptr< MWAWPresentationListenerInternal::State > m_ps
the actual local parse state
Definition: MWAWPresentationListener.hxx:292
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
void _endSubDocument()
Definition: MWAWPresentationListener.cxx:1645
void insertChar(uint8_t character)
adds a basic character, ..
Definition: MWAWPresentationListener.cxx:192
SubDocumentType
Definition: libmwaw_internal.hxx:178
void closeGroup()
close a group
Definition: MWAWPresentationListener.cxx:1354
void _openSpan()
Definition: MWAWPresentationListener.cxx:770
void openTableCell(MWAWCell const &cell)
open a cell
Definition: MWAWPresentationListener.cxx:1263
void insertUnicodeString(librevenge::RVNGString const &str)
adds a unicode string
Definition: MWAWPresentationListener.cxx:273
static MWAWGraphicStyle emptyStyle()
returns an empty style.
Definition: MWAWGraphicStyle.hxx:268
void insertGroup(MWAWBox2f const &bdbox, MWAWSubDocumentPtr subDocument)
adds a group: ie.
Definition: MWAWPresentationListener.cxx:1119
the global graphic state of MWAWPresentationListener
Definition: MWAWPresentationListener.cxx:65
librevenge::RVNGString m_textBuffer
a buffer to stored the text
Definition: MWAWPresentationListener.cxx:116
bool insertFooter(MWAWSubDocumentPtr subDocument, librevenge::RVNGPropertyList const &extras)
insert a footer
Definition: MWAWPresentationListener.cxx:873
bool m_isTableCellOpened
Definition: MWAWPresentationListener.cxx:149
bool isSubDocumentOpened(libmwaw::SubDocumentType &subdocType) const
returns try if a subdocument is open
Definition: MWAWPresentationListener.cxx:1631
librevenge::RVNGPresentationInterface * m_documentInterface
the document interface
Definition: MWAWPresentationListener.hxx:298
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
This class contains a virtual interface to all listener.
Definition: MWAWListener.hxx:50
void insertTextBox(MWAWPosition const &pos, MWAWSubDocumentPtr subDocument, MWAWGraphicStyle const &style)
adds a textbox in given position
Definition: MWAWPresentationListener.cxx:1059
@ C_Bad
Definition: MWAWGraphicShape.hxx:51
T x() const
first element
Definition: libmwaw_internal.hxx:615
void insertEOL(bool softBreak=false)
adds an end of line ( by default an hard one)
Definition: MWAWPresentationListener.cxx:283
void closeLink()
close a link
Definition: MWAWPresentationListener.cxx:406
void _openListElement()
open a list level
Definition: MWAWPresentationListener.cxx:653
Class to define the position of an object (textbox, picture, ..) in the document.
Definition: MWAWPosition.hxx:48
bool m_isGroupOpened
a flag to know if openGroup was called
Definition: MWAWPresentationListener.cxx:135
int m_numPagesRemainingInSpan
Definition: MWAWPresentationListener.cxx:152
bool m_flip[2]
two bool to indicated we need to flip the shape or not
Definition: MWAWGraphicStyle.hxx:437
~State()
destructor
Definition: MWAWPresentationListener.cxx:106
bool m_isTableRowOpened
Definition: MWAWPresentationListener.cxx:147
Wrapping m_wrapping
Wrapping.
Definition: MWAWPosition.hxx:262
@ DOC_HEADER_FOOTER
Definition: libmwaw_internal.hxx:178
double getFormWidth() const
returns the page width
Definition: MWAWPageSpan.hxx:116
@ 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
libmwaw::SubDocumentType m_subDocumentType
Definition: MWAWPresentationListener.cxx:158
bool openGroup(MWAWPosition const &pos)
open a group
Definition: MWAWPresentationListener.cxx:1329
bool m_firstParagraphInPageSpan
Definition: MWAWPresentationListener.cxx:142
~GraphicState()
destructor
Definition: MWAWPresentationListener.cxx:74
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
MWAWPageSpan const & getPageSpan()
returns the current page span
Definition: MWAWPresentationListener.cxx:481
State()
constructor
Definition: MWAWPresentationListener.cxx:165
a class which stores section properties
Definition: MWAWSection.hxx:46
Definition: libmwaw_internal.hxx:142
bool m_isLayerOpened
a flag to know if openLayer was called
Definition: MWAWPresentationListener.cxx:137
bool canOpenSectionAddBreak() const
returns true if we can add open a section, add page break, ...
Definition: MWAWPresentationListener.hxx:225
MWAWPosition m_framePosition
the frame position
Definition: MWAWPresentationListener.cxx:128
bool isPageSpanOpened() const
returns true if a page is opened
Definition: MWAWPresentationListener.cxx:476
void startDocument()
starts a new document
Definition: MWAWPresentationListener.cxx:419
void closeTableRow()
closes this row
Definition: MWAWPresentationListener.cxx:1234
std::vector< MWAWSubDocumentPtr > m_subDocuments
the list of actual subdocument
Definition: MWAWPresentationListener.cxx:96
void setId(int newId)
sets the font id
Definition: MWAWFont.hxx:243
bool m_isDocumentStarted
a flag to know if the document is open
Definition: MWAWPresentationListener.cxx:82
@ C_Polyline
Definition: MWAWGraphicShape.hxx:51
void _handleFrameParameters(librevenge::RVNGPropertyList &propList, MWAWPosition const &pos, MWAWGraphicStyle const &style)
adds in propList the frame parameters.
Definition: MWAWPresentationListener.cxx:1403
a field
Definition: libmwaw_internal.hxx:369
void handleSubDocument(MWAWVec2f const &orig, MWAWSubDocumentPtr subDocument, libmwaw::SubDocumentType subDocumentType)
function called to add a subdocument and modify the origin
Definition: MWAWPresentationListener.cxx:1576
bool canWriteText() const
returns true if a text zone is opened
Definition: MWAWPresentationListener.cxx:468
MWAWSection m_section
empty section used to return a section in getSection
Definition: MWAWPresentationListener.cxx:98
void _closeListElement()
close a list level
Definition: MWAWPresentationListener.cxx:679
void _changeList()
update the list so that it corresponds to the actual level
Definition: MWAWPresentationListener.cxx:709
shared_ptr< MWAWPresentationListenerInternal::State > _pushParsingState()
creates a new parsing state (copy of the actual state)
Definition: MWAWPresentationListener.cxx:1663
int _getListId() const
low level: find a list id which corresponds to actual list and a change of level.
Definition: MWAWPresentationListener.cxx:692
MWAWParserState & m_parserState
the parser state
Definition: MWAWPresentationListener.hxx:296
virtual ~MWAWPresentationListener()
destructor
Definition: MWAWPresentationListener.cxx:185
@ DOC_TABLE
Definition: libmwaw_internal.hxx:178
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
bool openSection(MWAWSection const §ion)
open a section if possible
Definition: MWAWPresentationListener.cxx:906
void _closeParagraph()
Definition: MWAWPresentationListener.cxx:622
@ DOC_NOTE
Definition: libmwaw_internal.hxx:178
bool m_isFrameOpened
a flag to know if openFrame was called
Definition: MWAWPresentationListener.cxx:126
std::vector< shared_ptr< MWAWPresentationListenerInternal::State > > m_psStack
stack of local state
Definition: MWAWPresentationListener.hxx:294
MWAWVec2f const & rightBottomClipping() const
returns the right bottom clipping
Definition: MWAWPosition.hxx:134
bool openMasterPage(MWAWPageSpan &masterPage)
opens a master page
Definition: MWAWPresentationListener.cxx:488
@ Line
Definition: MWAWGraphicShape.hxx:49
Type
the listener type
Definition: MWAWListener.hxx:56
@ C_Ellipse
Definition: MWAWGraphicShape.hxx:51
a class to define the parser state
Definition: MWAWParser.hxx:50
This class contains code needed to write a presention document.
Definition: MWAWPresentationListener.hxx:60
Type getType() const
returns the listener type
Definition: MWAWPresentationListener.hxx:68
void insertBreak(BreakType breakType)
inserts a break type: ColumBreak, PageBreak, ..
Definition: MWAWPresentationListener.cxx:912
@ Page
Definition: MWAWPosition.hxx:51
@ WForeground
Definition: MWAWPosition.hxx:53
void closeMasterPage()
close a master page
Definition: MWAWPresentationListener.hxx:114
bool isParagraphOpened() const
returns true if a paragraph or a list is opened
Definition: MWAWPresentationListener.cxx:341
bool hasGradient(bool complex=false) const
returns true if the gradient is defined
Definition: MWAWGraphicStyle.hxx:304
MWAWFontManagerPtr m_fontManager
the font manager
Definition: MWAWParser.hxx:76
MWAWVec2f m_origin
the origin position
Definition: MWAWPresentationListener.cxx:114
bool isSectionOpened() const
returns true if a section is opened
Definition: MWAWPresentationListener.hxx:230
MWAWPresentationListener(MWAWParserState &parserState, std::vector< MWAWPageSpan > const &pageList, librevenge::RVNGPresentationInterface *documentInterface)
constructor
Definition: MWAWPresentationListener.cxx:179
MWAWVec2f const & origin() const
return the frame origin
Definition: MWAWPosition.hxx:114
void _startSubDocument()
Definition: MWAWPresentationListener.cxx:1639
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 insertPicture(MWAWPosition const &pos, MWAWEmbeddedObject const &picture, MWAWGraphicStyle const &style=MWAWGraphicStyle::emptyStyle())
adds a picture with potential various representationin given position
Definition: MWAWPresentationListener.cxx:1024
bool closeSection()
close a section
Definition: MWAWPresentationListener.hxx:239
librevenge::RVNGUnit unit() const
returns the unit
Definition: MWAWPosition.hxx:139
YPos m_yPos
Y relative position.
Definition: MWAWPosition.hxx:260
void insertNote(MWAWNote const ¬e, MWAWSubDocumentPtr &subDocument)
insert a note
Definition: MWAWPresentationListener.cxx:959
@ XRight
Definition: MWAWPosition.hxx:55
GraphicState(std::vector< MWAWPageSpan > const &pageList)
constructor
Definition: MWAWPresentationListener.cxx:67
bool m_inLink
Definition: MWAWPresentationListener.cxx:155
void insertShape(MWAWPosition const &pos, MWAWGraphicShape const &shape, MWAWGraphicStyle const &style)
adds a shape picture in given position
Definition: MWAWPresentationListener.cxx:982
@ WRunThrough
Definition: MWAWPosition.hxx:53
a small struct to define the script position in MWAWFont
Definition: MWAWFont.hxx:100
@ XLeft
Definition: MWAWPosition.hxx:55
libmwaw API: main libmwaw interface header
namespace used to regroup all libwpd functions, enumerations which we have redefined for internal usa...
Definition: libmwaw_internal.cxx:51
@ YBottom
Definition: MWAWPosition.hxx:57
MWAWVec2f const & leftTopClipping() const
returns the left top clipping
Definition: MWAWPosition.hxx:129
AnchorTo m_anchorTo
anchor position
Definition: MWAWPosition.hxx:254
float m_rotate
the rotation
Definition: MWAWGraphicStyle.hxx:421
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
void insertCharacter(unsigned char c)
insert a character using the font converter to find the utf8 character
Definition: MWAWPresentationListener.cxx:206
bool m_isTableColumnOpened
Definition: MWAWPresentationListener.cxx:148
shared_ptr< MWAWSubDocument > MWAWSubDocumentPtr
a smart pointer of MWAWSubDocument
Definition: libmwaw_internal.hxx:517
bool m_isTextBoxOpened
a flag to know if we are in a textbox
Definition: MWAWPresentationListener.cxx:133
void insertTab()
adds a tab
Definition: MWAWPresentationListener.cxx:302
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
@ DOC_NONE
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: MWAWPresentationListener.cxx:1213
bool hasSurface() const
returns true if the interior surface is defined
Definition: MWAWGraphicStyle.hxx:309
void insertField(MWAWField const &field)
adds a field type
Definition: MWAWPresentationListener.cxx:365
double getFormLength() const
returns the page length
Definition: MWAWPageSpan.hxx:111
void openLink(MWAWLink const &link)
open a link
Definition: MWAWPresentationListener.cxx:386
void addTablePropertiesTo(librevenge::RVNGPropertyList &propList) const
adds the table properties to propList
Definition: MWAWTable.cxx:123
bool openLayer(librevenge::RVNGString const &name)
open a layer
Definition: MWAWPresentationListener.cxx:1365
MWAWVec2< int > MWAWVec2i
MWAWVec2 of int.
Definition: libmwaw_internal.hxx:781
void setParagraph(MWAWParagraph const ¶graph)
sets the paragraph
Definition: MWAWPresentationListener.cxx:346
bool m_isSpanOpened
Definition: MWAWPresentationListener.cxx:138
bool m_isListElementOpened
Definition: MWAWPresentationListener.cxx:140
MWAWFont const & getFont() const
returns the actual font
Definition: MWAWPresentationListener.cxx:336
int m_currentPageNumber
Definition: MWAWPresentationListener.cxx:153
std::vector< MWAWPageSpan > m_pageList
the pages definition
Definition: MWAWPresentationListener.cxx:78
A class which defines the page properties.
Definition: MWAWPageSpan.hxx:96
@ C_Rectangle
Definition: MWAWGraphicShape.hxx:51
bool m_isHeaderFooterStarted
a flag to know if the header footer is started
Definition: MWAWPresentationListener.cxx:90
bool isDocumentStarted() const
returns true if a document is opened
Definition: MWAWPresentationListener.cxx:463
void endDocument(bool delayed=true)
ends the actual document
Definition: MWAWPresentationListener.cxx:430
Generated on Wed Jun 17 2020 06:30:12 for libmwaw by
doxygen 1.8.18