Go to the documentation of this file.
40 #ifndef STOFF_SPREADSHEET_LISTENER_H
41 #define STOFF_SPREADSHEET_LISTENER_H
45 #include <librevenge/librevenge.h>
86 void endDocument(
bool sendDelayedSubDoc=true) final;
133 std::vector<
int> const &repeatColWidthNumber=std::vector<
int>(),
librevenge::RVNGString const &name="");
162 void insertEOL(
bool softBreak=false) final;
std::set< librevenge::RVNGString > m_definedGraphicStyleSet
the set of defined graphic style
Definition: STOFFSpreadsheetListener.cxx:125
Definition: STOFFCell.hxx:57
Definition: libstaroffice_internal.hxx:185
Definition: STOFFPosition.hxx:51
std::vector< FormulaInstruction > m_formula
the formula list of instruction
Definition: STOFFCell.hxx:324
std::vector< int > m_sentListMarkers
the list of marker corresponding to sent list
Definition: STOFFSpreadsheetListener.cxx:118
librevenge::RVNGPropertyList m_propertyList
the property list
Definition: STOFFGraphicStyle.hxx:66
class to store the paragraph properties
Definition: STOFFParagraph.hxx:47
small class use to define a sheet cell content
Definition: STOFFCell.hxx:234
bool isParagraphOpened() const final
returns true if a paragraph or a list is opened
Definition: STOFFSpreadsheetListener.cxx:424
bool m_isSheetOpened
a flag to know if a sheet is open
Definition: STOFFSpreadsheetListener.cxx:115
void _flushText()
Definition: STOFFSpreadsheetListener.cxx:943
a field
Definition: libstaroffice_internal.hxx:363
void closeTableRow() final
closes this row
Definition: STOFFSpreadsheetListener.cxx:1659
bool isGraphicStyleDefined(librevenge::RVNGString const &name) const final
check if a graphic style with a display name is already defined
Definition: STOFFSpreadsheetListener.cxx:284
bool m_inSubDocument
a stack used to know what is open
Definition: STOFFSpreadsheetListener.cxx:186
bool isParagraphStyleDefined(librevenge::RVNGString const &name) const final
check if a paragraph style with a display name is already defined
Definition: STOFFSpreadsheetListener.cxx:289
Definition: STOFFGraphicShape.hxx:49
const STOFFFont & getFont() const final
returns the actual font
Definition: STOFFSpreadsheetListener.cxx:419
void _openPageSpan(bool sendHeaderFooters=true)
does open a new page (low level)
Definition: STOFFSpreadsheetListener.cxx:576
bool m_isTableColumnOpened
Definition: STOFFSpreadsheetListener.cxx:177
void _resetParagraphState(const bool isListElement=false)
Definition: STOFFSpreadsheetListener.cxx:782
Definition: STOFFGraphicShape.hxx:49
void insertEquation(STOFFFrameStyle const &frame, librevenge::RVNGString const &equation, STOFFGraphicStyle const &style=STOFFGraphicStyle()) final
adds a equation given a position
Definition: STOFFSpreadsheetListener.cxx:1096
a class to store the document state of a STOFFSpreadsheetListener
Definition: STOFFSpreadsheetListener.cxx:79
#define STOFF_DEBUG_MSG(M)
Definition: libstaroffice_internal.hxx:129
bool closeHeader() final
close a header
Definition: STOFFSpreadsheetListener.cxx:667
void _closePageSpan()
does close a page (low level)
Definition: STOFFSpreadsheetListener.cxx:620
bool m_isSheetRowOpened
a flag to know if a row is open
Definition: STOFFSpreadsheetListener.cxx:116
void _openSpan()
Definition: STOFFSpreadsheetListener.cxx:897
Command m_command
the command
Definition: STOFFGraphicShape.hxx:65
void setFont(STOFFFont const &font) final
sets the font
Definition: STOFFSpreadsheetListener.cxx:412
bool m_isListElementOpened
Definition: STOFFSpreadsheetListener.cxx:170
a class used to store a chart associated to a spreadsheet ....
Definition: STOFFChart.hxx:57
void _startSubDocument()
Definition: STOFFSpreadsheetListener.cxx:1346
Definition: STOFFGraphicShape.hxx:49
librevenge::RVNGPropertyList m_propertyList
the property
Definition: STOFFGraphicShape.hxx:69
Definition: libstaroffice_internal.hxx:185
void insertUnicode(uint32_t character) final
adds an unicode character.
Definition: STOFFSpreadsheetListener.cxx:317
bool isDocumentStarted() const final
returns true if a document is opened
Definition: STOFFSpreadsheetListener.cxx:512
STOFFListManagerPtr m_listManager
the list manager
Definition: STOFFListener.hxx:250
the state of a STOFFSpreadsheetListener
Definition: STOFFSpreadsheetListener.cxx:136
libstoff::SubDocumentType m_subDocumentType
Definition: STOFFSpreadsheetListener.cxx:190
bool isFontStyleDefined(librevenge::RVNGString const &name) const final
check if a font style with a display name is already defined
Definition: STOFFSpreadsheetListener.cxx:279
a structure used to define a picture shape
Definition: STOFFGraphicShape.hxx:45
Type
the listener type
Definition: STOFFListener.hxx:57
Definition: STOFFSpreadsheetListener.cxx:77
void _popParsingState()
resets the previous parsing state
Definition: STOFFSpreadsheetListener.cxx:1752
int m_currentPageNumber
Definition: STOFFSpreadsheetListener.cxx:182
BreakType
the different break type
Definition: STOFFListener.hxx:59
Class to store a frame style.
Definition: STOFFFrameStyle.hxx:45
Definition: libstaroffice_internal.hxx:185
unsigned m_currentPage
Definition: STOFFSpreadsheetListener.cxx:180
A class which defines the page properties.
Definition: STOFFPageSpan.hxx:75
void insertEOL(bool softBreak=false) final
adds an end of line ( by default an hard one)
Definition: STOFFSpreadsheetListener.cxx:351
bool m_isTextboxOpened
Definition: STOFFSpreadsheetListener.cxx:164
void openTableRow(float h, librevenge::RVNGUnit unit, bool headerRow=false) final
open a row with given height ( if h < 0.0, set min-row-height = -h )
Definition: STOFFSpreadsheetListener.cxx:1638
void openTableCell(STOFFCell const &cell) final
open a cell
Definition: STOFFSpreadsheetListener.cxx:1704
bool m_isHeaderFooterOpened
a flag to know if the header footer is started
Definition: STOFFSpreadsheetListener.cxx:161
bool closeSection() final
close a section
Definition: STOFFSpreadsheetListener.cxx:734
~DocumentState()
destructor
Definition: STOFFSpreadsheetListener.cxx:100
void closeSheetRow()
closes this row
Definition: STOFFSpreadsheetListener.cxx:1439
Definition: STOFFCell.hxx:239
std::vector< bool > m_listOrderedLevels
Definition: STOFFSpreadsheetListener.cxx:184
void addEmptyTableCell(STOFFVec2i const &pos, STOFFVec2i span=STOFFVec2i(1, 1)) final
add empty cell
Definition: STOFFSpreadsheetListener.cxx:1685
bool isValueSet() const
returns true if the value has been setted
Definition: STOFFCell.hxx:299
librevenge::RVNGPropertyList m_propertyList
the property list
Definition: STOFFFont.hxx:84
a structure used to define a cell and its format
Definition: STOFFCell.hxx:53
Definition: STOFFPosition.hxx:51
Definition: STOFFGraphicShape.hxx:49
librevenge::RVNGPropertyList m_metaData
the document meta data
Definition: STOFFSpreadsheetListener.cxx:109
void insertPicture(STOFFFrameStyle const &frame, STOFFEmbeddedObject const &picture, STOFFGraphicStyle const &style=STOFFGraphicStyle()) final
adds a picture with potential various representationin given position
Definition: STOFFSpreadsheetListener.cxx:1081
bool insertHeaderRegion(STOFFSubDocumentPtr subDocument, librevenge::RVNGString const &which) final
insert a header
Definition: STOFFSpreadsheetListener.cxx:649
bool m_isHeaderFooterWithoutParagraph
Definition: STOFFSpreadsheetListener.cxx:166
bool addTo(librevenge::RVNGPropertyList &propList) const
add the link property to proplist
Definition: libstaroffice_internal.cxx:309
void appendUnicode(uint32_t val, librevenge::RVNGString &buffer)
adds an unicode character to a string
Definition: libstaroffice_internal.cxx:81
bool m_isTableCellOpened
Definition: STOFFSpreadsheetListener.cxx:178
std::shared_ptr< STOFFList > m_list
Definition: STOFFSpreadsheetListener.cxx:158
const STOFFPageSpan & getPageSpan() final
returns the current page span
Definition: STOFFSpreadsheetListener.cxx:568
Definition: libstaroffice_internal.hxx:185
a note
Definition: libstaroffice_internal.hxx:389
static void checkForDefault(librevenge::RVNGPropertyList &propList)
check if the line style is set and the fill style is set.
Definition: STOFFGraphicStyle.cxx:93
void closeTableCell() final
close a cell
Definition: STOFFSpreadsheetListener.cxx:1721
std::shared_ptr< STOFFSpreadsheetListenerInternal::State > _pushParsingState()
creates a new parsing state (copy of the actual state)
Definition: STOFFSpreadsheetListener.cxx:1741
static bool double2Date(double val, int &Y, int &M, int &D)
conversion beetween double days since 1900 and a date, ie val=0 corresponds to 1/1/1900,...
Definition: STOFFCell.cxx:302
static void checkForPadding(librevenge::RVNGPropertyList &propList)
check if the padding margins are set, if not set them to 0
Definition: STOFFGraphicStyle.cxx:80
void openSheetCell(STOFFCell const &cell, STOFFCellContent const &content, int numRepeated=1)
open a cell
Definition: STOFFSpreadsheetListener.cxx:1449
const librevenge::RVNGPropertyList & getNumberingStyle() const
returns the numbering style
Definition: STOFFCell.hxx:201
small class use to define a embedded object
Definition: libstaroffice_internal.hxx:408
void sendHeaderFooters(STOFFListener *listener) const
send the page's headers/footers if some exists
Definition: STOFFPageSpan.cxx:94
bool canWriteText() const
returns true if we are in a text zone
Definition: STOFFSpreadsheetListener.cxx:142
bool m_isSpanOpened
Definition: STOFFSpreadsheetListener.cxx:168
std::shared_ptr< STOFFSpreadsheetListenerInternal::DocumentState > m_ds
the main parse state
Definition: STOFFSpreadsheetListener.hxx:299
STOFFParagraph m_paragraph
the paragraph
Definition: STOFFSpreadsheetListener.cxx:156
void addCoveredTableCell(STOFFVec2i const &pos) final
add covered cell
Definition: STOFFSpreadsheetListener.cxx:1669
#define STOFF_FALLTHROUGH
fall through attributes
Definition: libstaroffice_internal.hxx:110
Definition: libstaroffice_internal.hxx:185
void insertNote(STOFFNote const ¬e, STOFFSubDocumentPtr &subDocument) final
insert a note
Definition: STOFFSpreadsheetListener.cxx:974
Definition: STOFFCell.hxx:57
const Format & getFormat() const
returns the cell format
Definition: STOFFCell.hxx:163
void startDocument() final
starts the document
Definition: STOFFSpreadsheetListener.cxx:517
void _openParagraph()
Definition: STOFFSpreadsheetListener.cxx:743
State & operator=(const State &)
bool m_isTableOpened
Definition: STOFFSpreadsheetListener.cxx:175
bool openGroup(STOFFFrameStyle const &frame) final
open a group (not implemented)
Definition: STOFFSpreadsheetListener.cxx:1175
std::shared_ptr< STOFFSubDocument > STOFFSubDocumentPtr
a smart pointer of STOFFSubDocument
Definition: libstaroffice_internal.hxx:495
Definition: libstaroffice_internal.hxx:185
void insertShape(STOFFFrameStyle const &frame, STOFFGraphicShape const &shape, STOFFGraphicStyle const &style) final
adds a shape picture in given position
Definition: STOFFSpreadsheetListener.cxx:1116
~State()
destructor
Definition: STOFFSpreadsheetListener.cxx:140
Definition: libstaroffice_internal.hxx:185
void setDocumentLanguage(std::string locale) final
sets the document language
Definition: STOFFSpreadsheetListener.cxx:499
void insertTextBox(STOFFFrameStyle const &frame, STOFFSubDocumentPtr subDocument, STOFFGraphicStyle const &frameStyle=STOFFGraphicStyle()) final
adds a textbox in given position
Definition: STOFFSpreadsheetListener.cxx:1062
Definition: STOFFPosition.hxx:51
SubDocumentType
Definition: libstaroffice_internal.hxx:185
void _endSubDocument()
Definition: STOFFSpreadsheetListener.cxx:1352
bool m_isTableRowOpened
Definition: STOFFSpreadsheetListener.cxx:176
int m_footNoteNumber
footnote number
Definition: STOFFSpreadsheetListener.cxx:111
Definition: STOFFGraphicShape.hxx:49
std::set< librevenge::RVNGString > m_definedParagraphStyleSet
the set of defined paragraph style
Definition: STOFFSpreadsheetListener.cxx:127
bool m_isNote
Definition: STOFFSpreadsheetListener.cxx:188
bool m_inLink
Definition: STOFFSpreadsheetListener.cxx:189
void addTo(librevenge::RVNGPropertyList &propList) const
add to the propList
Definition: STOFFGraphicStyle.cxx:65
This class contents the main functions needed to create a spreadsheet processing Document.
Definition: STOFFSpreadsheetListener.hxx:64
Definition: libstaroffice_internal.hxx:185
int m_pageSpan
the number of page
Definition: STOFFPageSpan.hxx:104
a class used to recreate the table structure using cell informations, ....
Definition: STOFFTable.hxx:51
void openTable(STOFFTable const &table) final
open a table
Definition: STOFFSpreadsheetListener.cxx:1599
void _changeList()
update the list so that it corresponds to the actual level
Definition: STOFFSpreadsheetListener.cxx:843
Definition: STOFFCell.hxx:57
bool m_isHeaderFooterRegionOpened
a flag to know if the header footer region is started
Definition: STOFFSpreadsheetListener.cxx:162
void _flushDeferredTabs()
Definition: STOFFSpreadsheetListener.cxx:933
State()
constructor
Definition: STOFFSpreadsheetListener.cxx:197
void setDocumentMetaData(const librevenge::RVNGPropertyList &list) final
sets the document meta data
Definition: STOFFSpreadsheetListener.cxx:505
void closeLink() final
close a link
Definition: STOFFSpreadsheetListener.cxx:485
Definition: libstaroffice_internal.hxx:143
bool openSection(STOFFSection const §ion) final
open a section if possible
Definition: STOFFSpreadsheetListener.cxx:728
void closeGroup() final
close a group (not implemented)
Definition: STOFFSpreadsheetListener.cxx:1181
STOFFPosition m_position
the position
Definition: STOFFFrameStyle.hxx:73
bool openHeader(librevenge::RVNGPropertyList const &extras) final
open a header (interaction with STOFFPageSpan which fills the parameters for openHeader)
Definition: STOFFSpreadsheetListener.cxx:637
bool openFooter(librevenge::RVNGPropertyList const &extras) final
open a footer (interaction with STOFFPageSpan which fills the parameters for openFooter)
Definition: STOFFSpreadsheetListener.cxx:678
bool isHeaderFooterOpened() const final
returns true if the header/footer is open
Definition: STOFFSpreadsheetListener.cxx:632
void closeSheet()
closes this sheet
Definition: STOFFSpreadsheetListener.cxx:1405
Definition: libstaroffice_internal.hxx:185
void insertUnicodeString(librevenge::RVNGString const &str) final
adds a unicode string
Definition: STOFFSpreadsheetListener.cxx:339
void handleSubDocument(STOFFSubDocumentPtr subDocument, libstoff::SubDocumentType subDocumentType) final
function called to add a subdocument
Definition: STOFFSpreadsheetListener.cxx:1275
Definition: STOFFCell.hxx:57
~STOFFSpreadsheetListener() final
destructor
Definition: STOFFSpreadsheetListener.cxx:249
Class to store font.
Definition: STOFFFont.hxx:43
std::shared_ptr< STOFFSpreadsheetListenerInternal::State > m_ps
the actual local parse state
Definition: STOFFSpreadsheetListener.hxx:301
Definition: STOFFListener.hxx:57
void addTo(librevenge::RVNGPropertyList &propList) const
adds to the propList
Definition: STOFFCell.cxx:246
bool insertFooterRegion(STOFFSubDocumentPtr subDocument, librevenge::RVNGString const &which) final
insert a footer
Definition: STOFFSpreadsheetListener.cxx:690
std::vector< STOFFPageSpan > m_pageList
the pages definition
Definition: STOFFSpreadsheetListener.cxx:105
void addTablePropertiesTo(librevenge::RVNGPropertyList &propList) const
adds the table properties to propList
Definition: STOFFTable.cxx:68
Class to store a graphic style.
Definition: STOFFGraphicStyle.hxx:44
librevenge::RVNGString m_textBuffer
a buffer to stored the text
Definition: STOFFSpreadsheetListener.cxx:149
void setParagraph(STOFFParagraph const ¶graph) final
sets the paragraph
Definition: STOFFSpreadsheetListener.cxx:429
void _closeParagraph()
Definition: STOFFSpreadsheetListener.cxx:761
bool m_isSheetCellOpened
Definition: STOFFSpreadsheetListener.cxx:173
bool m_isPageSpanOpened
Definition: STOFFSpreadsheetListener.cxx:160
static bool double2Time(double val, int &H, int &M, int &S)
conversion beetween double: second since 0:00 and time
Definition: STOFFCell.cxx:382
std::map< librevenge::RVNGString, int > m_numberingIdMap
a map cell's format to id
Definition: STOFFSpreadsheetListener.cxx:120
Definition: STOFFGraphicShape.hxx:49
bool m_isSheetColumnOpened
Definition: STOFFSpreadsheetListener.cxx:172
Definition: STOFFGraphicShape.hxx:49
bool isPageSpanOpened() const final
returns true if a page is opened
Definition: STOFFSpreadsheetListener.cxx:563
int m_numDeferredTabs
the number of tabs to add
Definition: STOFFSpreadsheetListener.cxx:151
void insertBreak(BreakType breakType) final
inserts a break type: ColumBreak, PageBreak, ..
Definition: STOFFSpreadsheetListener.cxx:387
int m_numPagesRemainingInSpan
Definition: STOFFSpreadsheetListener.cxx:181
bool openFrame(STOFFFrameStyle const &frame, STOFFGraphicStyle const &style=STOFFGraphicStyle()) final
tries to open a frame
Definition: STOFFSpreadsheetListener.cxx:1185
Definition: STOFFPosition.hxx:51
bool m_isDocumentStarted
a flag to know if the document is open
Definition: STOFFSpreadsheetListener.cxx:114
librevenge::RVNGString m_label
the note label
Definition: libstaroffice_internal.hxx:399
int m_smallPictureNumber
number of small picture
Definition: STOFFSpreadsheetListener.cxx:113
librevenge::RVNGSpreadsheetInterface * m_documentInterface
the document interface
Definition: STOFFSpreadsheetListener.hxx:305
STOFFSection m_section
an empty section
Definition: STOFFSpreadsheetListener.cxx:129
Definition: libstaroffice_internal.hxx:391
Type getType() const final
returns the listener type
Definition: STOFFSpreadsheetListener.hxx:73
bool closeFooter() final
close a footer
Definition: STOFFSpreadsheetListener.cxx:708
bool m_isParagraphOpened
Definition: STOFFSpreadsheetListener.cxx:169
STOFFPageSpan m_pageSpan
the current page span
Definition: STOFFSpreadsheetListener.cxx:107
a class which stores section properties
Definition: STOFFSection.hxx:45
Internal and low level namespace to define the states of STOFFSpreadsheetListener.
Definition: STOFFSpreadsheetListener.cxx:74
bool isSectionOpened() const final
returns true if a section is opened
Definition: STOFFSpreadsheetListener.hxx:244
bool m_isFrameOpened
Definition: STOFFSpreadsheetListener.cxx:163
const STOFFSection & getSection() const final
returns the actual section
Definition: STOFFSpreadsheetListener.cxx:722
void sendChart(STOFFSpreadsheetListenerPtr &listener, librevenge::RVNGSpreadsheetInterface *interface)
send the chart to the listener
Definition: STOFFChart.cxx:196
Definition: STOFFCell.hxx:57
std::shared_ptr< STOFFListManager > STOFFListManagerPtr
a smart pointer of STOFFListManager
Definition: libstaroffice_internal.hxx:489
Definition: STOFFListener.hxx:59
Type m_type
the note type
Definition: libstaroffice_internal.hxx:397
void _closeListElement()
close a list level
Definition: STOFFSpreadsheetListener.cxx:814
Definition: STOFFPosition.hxx:51
void closeFrame() final
tries to close a frame
Definition: STOFFSpreadsheetListener.cxx:1254
void _openListElement()
open a list level
Definition: STOFFSpreadsheetListener.cxx:792
std::set< librevenge::RVNGString > m_definedFontStyleSet
list of document actually open
Definition: STOFFSpreadsheetListener.cxx:123
AnchorTo m_anchorTo
anchor position
Definition: STOFFPosition.hxx:145
void getPageProperty(librevenge::RVNGPropertyList &pList) const
add the page properties in pList
Definition: STOFFPageSpan.cxx:120
int _getListId() const
low level: find a list id which corresponds to actual list and a change of level.
Definition: STOFFSpreadsheetListener.cxx:827
int m_number
the note number if defined
Definition: libstaroffice_internal.hxx:401
bool addTo(librevenge::RVNGPropertyList &propList) const
add the link property to proplist (if needed )
Definition: libstaroffice_internal.cxx:247
Definition: STOFFCell.hxx:57
const STOFFParagraph & getParagraph() const final
returns the actual paragraph
Definition: STOFFSpreadsheetListener.cxx:440
std::vector< std::shared_ptr< STOFFSpreadsheetListenerInternal::State > > m_psStack
stack of local state
Definition: STOFFSpreadsheetListener.hxx:303
void insertTab() final
adds a tab
Definition: STOFFSpreadsheetListener.cxx:371
void addTo(librevenge::RVNGPropertyList &propList) const
add the link property to proplist (if possible)
Definition: libstaroffice_internal.cxx:234
void openSheet(std::vector< float > const &colWidth, librevenge::RVNGUnit unit, std::vector< int > const &repeatColWidthNumber=std::vector< int >(), librevenge::RVNGString const &name="")
open a sheet
Definition: STOFFSpreadsheetListener.cxx:1368
void insertChart(STOFFFrameStyle const &frame, STOFFChart &chart, STOFFGraphicStyle const &style=STOFFGraphicStyle())
adds a chart in given position
Definition: STOFFSpreadsheetListener.cxx:1574
void endDocument(bool sendDelayedSubDoc=true) final
ends the document
Definition: STOFFSpreadsheetListener.cxx:530
double m_value
the cell value
Definition: STOFFCell.hxx:318
void addTo(librevenge::RVNGPropertyList &propList) const
add to the propList
Definition: STOFFFrameStyle.cxx:79
This class contains a virtual interface to all listener.
Definition: STOFFListener.hxx:50
void closeTable() final
closes this table
Definition: STOFFSpreadsheetListener.cxx:1624
DocumentState & operator=(const DocumentState &)
Definition: STOFFDocument.hxx:42
bool isSubDocumentOpened(libstoff::SubDocumentType &subdocType) const final
returns try if a subdocument is open
Definition: STOFFSpreadsheetListener.cxx:1338
bool canWriteText() const final
returns true if we can add text data
Definition: STOFFSpreadsheetListener.cxx:297
librevenge::RVNGPropertyList m_propertyList
the properties
Definition: STOFFParagraph.hxx:73
Definition: STOFFPosition.hxx:51
void insertChar(uint8_t character) final
adds a basic character, ..
Definition: STOFFSpreadsheetListener.cxx:302
std::vector< STOFFSubDocumentPtr > m_subDocuments
Definition: STOFFSpreadsheetListener.cxx:121
STOFFFont m_font
the font
Definition: STOFFSpreadsheetListener.cxx:154
void closeSheetCell()
close a cell
Definition: STOFFSpreadsheetListener.cxx:1556
namespace used to regroup all libwpd functions, enumerations which we have redefined for internal usa...
Definition: libstaroffice_internal.cxx:50
void insertField(STOFFField const &field) final
adds a field type
Definition: STOFFSpreadsheetListener.cxx:448
a link
Definition: libstaroffice_internal.hxx:375
void _closeSpan()
Definition: STOFFSpreadsheetListener.cxx:919
void defineStyle(STOFFFont const &style) final
defines a font styles
Definition: STOFFSpreadsheetListener.cxx:253
Definition: STOFFSpreadsheetListener.cxx:77
void addTo(librevenge::RVNGPropertyList &list) const
add shape to property list
Definition: STOFFGraphicShape.cxx:60
Definition: libstaroffice_internal.hxx:185
bool canOpenSectionAddBreak() const final
returns true if we can add open a section, add page break, ...
Definition: STOFFSpreadsheetListener.hxx:239
void openLink(STOFFLink const &link) final
open a link
Definition: STOFFSpreadsheetListener.cxx:463
void _handleFrameParameters(librevenge::RVNGPropertyList &propList, STOFFFrameStyle const &frame)
Definition: STOFFSpreadsheetListener.cxx:1265
an noop deleter used to transform a libwpd pointer in a false std::shared_ptr
Definition: libstaroffice_internal.hxx:100
STOFFSpreadsheetListener(STOFFListManagerPtr &listManager, std::vector< STOFFPageSpan > const &pageList, librevenge::RVNGSpreadsheetInterface *documentInterface)
constructor
Definition: STOFFSpreadsheetListener.cxx:240
Definition: STOFFPosition.hxx:51
void openSheetRow(float h, librevenge::RVNGUnit unit, int numRepeated=1)
open a row with given height ( if h < 0.0, set min-row-height = -h )
Definition: STOFFSpreadsheetListener.cxx:1418
DocumentState(std::vector< STOFFPageSpan > const &pageList)
constructor
Definition: STOFFSpreadsheetListener.cxx:81
void insertComment(STOFFSubDocumentPtr &subDocument, librevenge::RVNGString const &creator="", librevenge::RVNGString const &date="") final
adds comment
Definition: STOFFSpreadsheetListener.cxx:1027
Definition: STOFFCell.hxx:57
static void checkForDefault(librevenge::RVNGPropertyList &propList)
check if the font name defined.
Definition: STOFFFont.cxx:106
Generated on Mon Jan 20 2020 23:02:18 for libstaroffice by
doxygen 1.8.16