STOFFSpreadsheetListener Class Reference

This class contents the main functions needed to create a spreadsheet processing Document. More...

#include <STOFFSpreadsheetListener.hxx>

Inheritance diagram for STOFFSpreadsheetListener:
STOFFListener

Public Member Functions

 STOFFSpreadsheetListener (STOFFListManagerPtr listManager, std::vector< STOFFPageSpan > const &pageList, librevenge::RVNGSpreadsheetInterface *documentInterface)
 constructor More...
 
virtual ~STOFFSpreadsheetListener ()
 destructor More...
 
Type getType () const
 returns the listener type More...
 
void setDocumentLanguage (std::string locale)
 sets the document language More...
 
void setDocumentMetaData (const librevenge::RVNGPropertyList &list)
 sets the document meta data More...
 
void startDocument ()
 starts the document More...
 
void endDocument (bool sendDelayedSubDoc=true)
 ends the document More...
 
bool isDocumentStarted () const
 returns true if a document is opened More...
 
void handleSubDocument (STOFFSubDocumentPtr subDocument, libstoff::SubDocumentType subDocumentType)
 function called to add a subdocument More...
 
bool isSubDocumentOpened (libstoff::SubDocumentType &subdocType) const
 returns try if a subdocument is open More...
 
bool openFrame (STOFFPosition const &pos, STOFFGraphicStyle const &style=STOFFGraphicStyle())
 tries to open a frame More...
 
void closeFrame ()
 tries to close a frame More...
 
bool openGroup (STOFFPosition const &pos)
 open a group (not implemented) More...
 
void closeGroup ()
 close a group (not implemented) More...
 
bool canWriteText () const
 returns true if we can add text data More...
 
bool isPageSpanOpened () const
 returns true if a page is opened More...
 
STOFFPageSpan const & getPageSpan ()
 returns the current page span More...
 
bool openHeader (librevenge::RVNGPropertyList const &extras)
 open a header (interaction with STOFFPageSpan which fills the parameters for openHeader) More...
 
bool openFooter (librevenge::RVNGPropertyList const &extras)
 open a footer (interaction with STOFFPageSpan which fills the parameters for openFooter) More...
 
bool closeHeader ()
 close a header More...
 
bool closeFooter ()
 close a footer More...
 
bool insertHeaderRegion (STOFFSubDocumentPtr subDocument, librevenge::RVNGString const &which)
 insert a header More...
 
bool insertFooterRegion (STOFFSubDocumentPtr subDocument, librevenge::RVNGString const &which)
 insert a footer More...
 
bool isHeaderFooterOpened () const
 returns true if the header/footer is open More...
 
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 More...
 
void closeSheet ()
 closes this sheet More...
 
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 ) More...
 
void closeSheetRow ()
 closes this row More...
 
void openSheetCell (STOFFCell const &cell, STOFFCellContent const &content, int numRepeated=1)
 open a cell More...
 
void closeSheetCell ()
 close a cell More...
 
void insertChart (STOFFPosition const &pos, STOFFChart &chart, STOFFGraphicStyle const &style=STOFFGraphicStyle())
 adds a chart in given position More...
 
void insertChar (uint8_t character)
 adds a basic character, .. More...
 
void insertUnicode (uint32_t character)
 adds an unicode character. More...
 
void insertUnicodeString (librevenge::RVNGString const &str)
 adds a unicode string More...
 
void insertTab ()
 adds a tab More...
 
void insertEOL (bool softBreak=false)
 adds an end of line ( by default an hard one) More...
 
void setFont (STOFFFont const &font)
 sets the font More...
 
STOFFFont const & getFont () const
 returns the actual font More...
 
bool isParagraphOpened () const
 returns true if a paragraph or a list is opened More...
 
void setParagraph (STOFFParagraph const &paragraph)
 sets the paragraph More...
 
STOFFParagraph const & getParagraph () const
 returns the actual paragraph More...
 
void defineStyle (STOFFFont const &style)
 defines a font styles More...
 
bool isFontStyleDefined (librevenge::RVNGString const &name) const
 check if a font style with a display name is already defined More...
 
void defineStyle (STOFFGraphicStyle const &style)
 defines a graphic styles More...
 
bool isGraphicStyleDefined (librevenge::RVNGString const &name) const
 check if a graphic style with a display name is already defined More...
 
void defineStyle (STOFFParagraph const &style)
 defines a paragraph styles More...
 
bool isParagraphStyleDefined (librevenge::RVNGString const &name) const
 check if a paragraph style with a display name is already defined More...
 
void insertField (STOFFField const &field)
 adds a field type More...
 
void openLink (STOFFLink const &link)
 open a link More...
 
void closeLink ()
 close a link More...
 
void insertNote (STOFFNote const &note, STOFFSubDocumentPtr &subDocument)
 insert a note More...
 
void insertComment (STOFFSubDocumentPtr &subDocument, librevenge::RVNGString const &creator="", librevenge::RVNGString const &date="")
 adds comment More...
 
void insertPicture (STOFFPosition const &pos, STOFFEmbeddedObject const &picture, STOFFGraphicStyle const &style=STOFFGraphicStyle())
 adds a picture with potential various representationin given position More...
 
void insertShape (STOFFGraphicShape const &shape, STOFFGraphicStyle const &style, STOFFPosition const &pos)
 adds a shape picture in given position More...
 
void insertTextBox (STOFFPosition const &pos, STOFFSubDocumentPtr subDocument, STOFFGraphicStyle const &frameStyle=STOFFGraphicStyle())
 adds a textbox in given position More...
 
void openTable (STOFFTable const &table)
 open a table More...
 
void closeTable ()
 closes this table More...
 
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 ) More...
 
void closeTableRow ()
 closes this row More...
 
void openTableCell (STOFFCell const &cell)
 open a cell More...
 
void closeTableCell ()
 close a cell More...
 
void addCoveredTableCell (STOFFVec2i const &pos)
 add covered cell More...
 
void addEmptyTableCell (STOFFVec2i const &pos, STOFFVec2i span=STOFFVec2i(1, 1))
 add empty cell More...
 
bool canOpenSectionAddBreak () const
 returns true if we can add open a section, add page break, ... More...
 
bool isSectionOpened () const
 returns true if a section is opened More...
 
STOFFSection const & getSection () const
 returns the actual section More...
 
bool openSection (STOFFSection const &section)
 open a section if possible More...
 
bool closeSection ()
 close a section More...
 
void insertBreak (BreakType breakType)
 inserts a break type: ColumBreak, PageBreak, .. More...
 
- Public Member Functions inherited from STOFFListener
virtual ~STOFFListener ()
 destructor More...
 
STOFFListManagerPtr getListManager () const
 return the list manager More...
 
virtual void insertUnicodeList (std::vector< uint32_t > const &list)
 try to insert a list of unicode character More...
 

Protected Member Functions

void _openPageSpan (bool sendHeaderFooters=true)
 does open a new page (low level) More...
 
void _closePageSpan ()
 does close a page (low level) More...
 
void _startSubDocument ()
 
void _endSubDocument ()
 
void _handleFrameParameters (librevenge::RVNGPropertyList &propList, STOFFPosition const &pos)
 
void _openParagraph ()
 
void _closeParagraph ()
 
void _resetParagraphState (const bool isListElement=false)
 
void _openListElement ()
 open a list level More...
 
void _closeListElement ()
 close a list level More...
 
void _changeList ()
 update the list so that it corresponds to the actual level More...
 
int _getListId () const
 low level: find a list id which corresponds to actual list and a change of level. More...
 
void _openSpan ()
 
void _closeSpan ()
 
void _flushText ()
 
void _flushDeferredTabs ()
 
shared_ptr< STOFFSpreadsheetListenerInternal::State_pushParsingState ()
 creates a new parsing state (copy of the actual state) More...
 
void _popParsingState ()
 resets the previous parsing state More...
 
- Protected Member Functions inherited from STOFFListener
 STOFFListener (STOFFListManagerPtr listManager)
 constructor More...
 

Protected Attributes

shared_ptr< STOFFSpreadsheetListenerInternal::DocumentStatem_ds
 the main parse state More...
 
shared_ptr< STOFFSpreadsheetListenerInternal::Statem_ps
 the actual local parse state More...
 
std::vector< shared_ptr< STOFFSpreadsheetListenerInternal::State > > m_psStack
 stack of local state More...
 
librevenge::RVNGSpreadsheetInterface * m_documentInterface
 the document interface More...
 
- Protected Attributes inherited from STOFFListener
STOFFListManagerPtr m_listManager
 the list manager More...
 

Private Member Functions

 STOFFSpreadsheetListener (const STOFFSpreadsheetListener &)
 copy constructor (unimplemented) More...
 
STOFFSpreadsheetListeneroperator= (const STOFFSpreadsheetListener &)
 operator= (unimplemented) More...
 

Additional Inherited Members

- Public Types inherited from STOFFListener
enum  Type { Graphic, Presentation, Spreadsheet, Text }
 the listener type More...
 
enum  BreakType { PageBreak =0, SoftPageBreak, ColumnBreak }
 the different break type More...
 

Detailed Description

This class contents the main functions needed to create a spreadsheet processing Document.

Constructor & Destructor Documentation

◆ STOFFSpreadsheetListener() [1/2]

STOFFSpreadsheetListener::STOFFSpreadsheetListener ( STOFFListManagerPtr  listManager,
std::vector< STOFFPageSpan > const &  pageList,
librevenge::RVNGSpreadsheetInterface *  documentInterface 
)

constructor

◆ ~STOFFSpreadsheetListener()

STOFFSpreadsheetListener::~STOFFSpreadsheetListener ( )
virtual

destructor

◆ STOFFSpreadsheetListener() [2/2]

STOFFSpreadsheetListener::STOFFSpreadsheetListener ( const STOFFSpreadsheetListener )
private

copy constructor (unimplemented)

Member Function Documentation

◆ _changeList()

void STOFFSpreadsheetListener::_changeList ( )
protected

update the list so that it corresponds to the actual level

Referenced by _endSubDocument(), _openSpan(), closeTableCell(), endDocument(), and insertNote().

◆ _closeListElement()

void STOFFSpreadsheetListener::_closeListElement ( )
protected

close a list level

Referenced by _closeParagraph().

◆ _closePageSpan()

void STOFFSpreadsheetListener::_closePageSpan ( )
protected

does close a page (low level)

Referenced by endDocument(), and insertBreak().

◆ _closeParagraph()

void STOFFSpreadsheetListener::_closeParagraph ( )
protected

◆ _closeSpan()

void STOFFSpreadsheetListener::_closeSpan ( )
protected

◆ _endSubDocument()

void STOFFSpreadsheetListener::_endSubDocument ( )
protected

◆ _flushDeferredTabs()

void STOFFSpreadsheetListener::_flushDeferredTabs ( )
protected

◆ _flushText()

void STOFFSpreadsheetListener::_flushText ( )
protected

◆ _getListId()

int STOFFSpreadsheetListener::_getListId ( ) const
protected

low level: find a list id which corresponds to actual list and a change of level.

Note
called when the list id is not set

Referenced by _changeList().

◆ _handleFrameParameters()

void STOFFSpreadsheetListener::_handleFrameParameters ( librevenge::RVNGPropertyList &  propList,
STOFFPosition const &  pos 
)
protected

Referenced by closeFrame(), and openFrame().

◆ _openListElement()

void STOFFSpreadsheetListener::_openListElement ( )
protected

open a list level

Referenced by _openSpan().

◆ _openPageSpan()

void STOFFSpreadsheetListener::_openPageSpan ( bool  sendHeaderFooters = true)
protected

does open a new page (low level)

Referenced by endDocument(), getPageSpan(), and openSheet().

◆ _openParagraph()

void STOFFSpreadsheetListener::_openParagraph ( )
protected

◆ _openSpan()

◆ _popParsingState()

void STOFFSpreadsheetListener::_popParsingState ( )
protected

◆ _pushParsingState()

shared_ptr< STOFFSpreadsheetListenerInternal::State > STOFFSpreadsheetListener::_pushParsingState ( )
protected

creates a new parsing state (copy of the actual state)

Returns
the old one

Referenced by handleSubDocument(), insertChart(), openFooter(), openHeader(), openLink(), openSheet(), openSheetCell(), and openTable().

◆ _resetParagraphState()

void STOFFSpreadsheetListener::_resetParagraphState ( const bool  isListElement = false)
protected

Referenced by _openListElement(), and _openParagraph().

◆ _startSubDocument()

void STOFFSpreadsheetListener::_startSubDocument ( )
protected

◆ addCoveredTableCell()

void STOFFSpreadsheetListener::addCoveredTableCell ( STOFFVec2i const &  pos)
virtual

add covered cell

Implements STOFFListener.

◆ addEmptyTableCell()

void STOFFSpreadsheetListener::addEmptyTableCell ( STOFFVec2i const &  pos,
STOFFVec2i  span = STOFFVec2i(1,1) 
)
virtual

add empty cell

Implements STOFFListener.

◆ canOpenSectionAddBreak()

bool STOFFSpreadsheetListener::canOpenSectionAddBreak ( ) const
inlinevirtual

returns true if we can add open a section, add page break, ...

Implements STOFFListener.

◆ canWriteText()

bool STOFFSpreadsheetListener::canWriteText ( ) const
virtual

returns true if we can add text data

Implements STOFFListener.

Referenced by insertComment(), and insertNote().

◆ closeFooter()

bool STOFFSpreadsheetListener::closeFooter ( )
virtual

close a footer

Implements STOFFListener.

◆ closeFrame()

void STOFFSpreadsheetListener::closeFrame ( )
virtual

tries to close a frame

Implements STOFFListener.

Referenced by insertChart(), insertPicture(), and insertTextBox().

◆ closeGroup()

void STOFFSpreadsheetListener::closeGroup ( )
virtual

close a group (not implemented)

Implements STOFFListener.

◆ closeHeader()

bool STOFFSpreadsheetListener::closeHeader ( )
virtual

close a header

Implements STOFFListener.

◆ closeLink()

void STOFFSpreadsheetListener::closeLink ( )
virtual

close a link

Implements STOFFListener.

◆ closeSection()

bool STOFFSpreadsheetListener::closeSection ( )
virtual

close a section

Implements STOFFListener.

◆ closeSheet()

void STOFFSpreadsheetListener::closeSheet ( )

closes this sheet

Referenced by endDocument().

◆ closeSheetCell()

void STOFFSpreadsheetListener::closeSheetCell ( )

close a cell

Referenced by openSheetCell().

◆ closeSheetRow()

void STOFFSpreadsheetListener::closeSheetRow ( )

closes this row

◆ closeTable()

void STOFFSpreadsheetListener::closeTable ( )
virtual

closes this table

Implements STOFFListener.

Referenced by _endSubDocument(), and endDocument().

◆ closeTableCell()

void STOFFSpreadsheetListener::closeTableCell ( )
virtual

close a cell

Implements STOFFListener.

Referenced by addCoveredTableCell(), addEmptyTableCell(), and openTableCell().

◆ closeTableRow()

void STOFFSpreadsheetListener::closeTableRow ( )
virtual

closes this row

Implements STOFFListener.

◆ defineStyle() [1/3]

void STOFFSpreadsheetListener::defineStyle ( STOFFFont const &  style)
virtual

defines a font styles

Implements STOFFListener.

◆ defineStyle() [2/3]

void STOFFSpreadsheetListener::defineStyle ( STOFFGraphicStyle const &  style)
virtual

defines a graphic styles

Implements STOFFListener.

◆ defineStyle() [3/3]

void STOFFSpreadsheetListener::defineStyle ( STOFFParagraph const &  style)
virtual

defines a paragraph styles

Implements STOFFListener.

◆ endDocument()

void STOFFSpreadsheetListener::endDocument ( bool  sendDelayedSubDoc = true)
virtual

ends the document

Implements STOFFListener.

◆ getFont()

STOFFFont const & STOFFSpreadsheetListener::getFont ( ) const
virtual

returns the actual font

Implements STOFFListener.

◆ getPageSpan()

STOFFPageSpan const & STOFFSpreadsheetListener::getPageSpan ( )
virtual

returns the current page span

Note
this forces the opening of a new page if no page is opened.

Implements STOFFListener.

◆ getParagraph()

STOFFParagraph const & STOFFSpreadsheetListener::getParagraph ( ) const
virtual

returns the actual paragraph

Implements STOFFListener.

◆ getSection()

STOFFSection const & STOFFSpreadsheetListener::getSection ( ) const
virtual

returns the actual section

Implements STOFFListener.

◆ getType()

Type STOFFSpreadsheetListener::getType ( ) const
inlinevirtual

returns the listener type

Implements STOFFListener.

◆ handleSubDocument()

void STOFFSpreadsheetListener::handleSubDocument ( STOFFSubDocumentPtr  subDocument,
libstoff::SubDocumentType  subDocumentType 
)
virtual

function called to add a subdocument

Implements STOFFListener.

Referenced by insertComment(), insertFooterRegion(), insertHeaderRegion(), insertNote(), and insertTextBox().

◆ insertBreak()

void STOFFSpreadsheetListener::insertBreak ( STOFFSpreadsheetListener::BreakType  type)
virtual

inserts a break type: ColumBreak, PageBreak, ..

Implements STOFFListener.

◆ insertChar()

void STOFFSpreadsheetListener::insertChar ( uint8_t  character)
virtual

adds a basic character, ..

Implements STOFFListener.

◆ insertChart()

void STOFFSpreadsheetListener::insertChart ( STOFFPosition const &  pos,
STOFFChart chart,
STOFFGraphicStyle const &  style = STOFFGraphicStyle() 
)

adds a chart in given position

Referenced by closeSheetCell().

◆ insertComment()

void STOFFSpreadsheetListener::insertComment ( STOFFSubDocumentPtr subDocument,
librevenge::RVNGString const &  creator = "",
librevenge::RVNGString const &  date = "" 
)
virtual

adds comment

Implements STOFFListener.

◆ insertEOL()

void STOFFSpreadsheetListener::insertEOL ( bool  softBreak = false)
virtual

adds an end of line ( by default an hard one)

Implements STOFFListener.

◆ insertField()

void STOFFSpreadsheetListener::insertField ( STOFFField const &  field)
virtual

adds a field type

Implements STOFFListener.

◆ insertFooterRegion()

bool STOFFSpreadsheetListener::insertFooterRegion ( STOFFSubDocumentPtr  subDocument,
librevenge::RVNGString const &  which 
)
virtual

insert a footer

Implements STOFFListener.

◆ insertHeaderRegion()

bool STOFFSpreadsheetListener::insertHeaderRegion ( STOFFSubDocumentPtr  subDocument,
librevenge::RVNGString const &  which 
)
virtual

insert a header

Implements STOFFListener.

◆ insertNote()

void STOFFSpreadsheetListener::insertNote ( STOFFNote const &  note,
STOFFSubDocumentPtr subDocument 
)
virtual

insert a note

Must not happen excepted in corrupted document, so we do the minimum. Note that we have no choice, either we begin by closing the paragraph, ... or we reprogram handleSubDocument.

Implements STOFFListener.

◆ insertPicture()

void STOFFSpreadsheetListener::insertPicture ( STOFFPosition const &  pos,
STOFFEmbeddedObject const &  picture,
STOFFGraphicStyle const &  style = STOFFGraphicStyle() 
)
virtual

adds a picture with potential various representationin given position

Implements STOFFListener.

◆ insertShape()

void STOFFSpreadsheetListener::insertShape ( STOFFGraphicShape const &  shape,
STOFFGraphicStyle const &  style,
STOFFPosition const &  pos 
)
virtual

adds a shape picture in given position

Implements STOFFListener.

◆ insertTab()

void STOFFSpreadsheetListener::insertTab ( )
virtual

adds a tab

Implements STOFFListener.

◆ insertTextBox()

void STOFFSpreadsheetListener::insertTextBox ( STOFFPosition const &  pos,
STOFFSubDocumentPtr  subDocument,
STOFFGraphicStyle const &  frameStyle = STOFFGraphicStyle() 
)
virtual

adds a textbox in given position

Implements STOFFListener.

Referenced by insertComment().

◆ insertUnicode()

void STOFFSpreadsheetListener::insertUnicode ( uint32_t  character)
virtual

adds an unicode character.

By convention if character=0xfffd(undef), no character is added

Implements STOFFListener.

Referenced by insertChar().

◆ insertUnicodeString()

void STOFFSpreadsheetListener::insertUnicodeString ( librevenge::RVNGString const &  str)
virtual

adds a unicode string

Implements STOFFListener.

◆ isDocumentStarted()

bool STOFFSpreadsheetListener::isDocumentStarted ( ) const
virtual

returns true if a document is opened

Implements STOFFListener.

◆ isFontStyleDefined()

bool STOFFSpreadsheetListener::isFontStyleDefined ( librevenge::RVNGString const &  name) const
virtual

check if a font style with a display name is already defined

Implements STOFFListener.

◆ isGraphicStyleDefined()

bool STOFFSpreadsheetListener::isGraphicStyleDefined ( librevenge::RVNGString const &  name) const
virtual

check if a graphic style with a display name is already defined

Implements STOFFListener.

◆ isHeaderFooterOpened()

bool STOFFSpreadsheetListener::isHeaderFooterOpened ( ) const
virtual

returns true if the header/footer is open

Implements STOFFListener.

◆ isPageSpanOpened()

bool STOFFSpreadsheetListener::isPageSpanOpened ( ) const
virtual

returns true if a page is opened

Implements STOFFListener.

◆ isParagraphOpened()

bool STOFFSpreadsheetListener::isParagraphOpened ( ) const
virtual

returns true if a paragraph or a list is opened

Implements STOFFListener.

◆ isParagraphStyleDefined()

bool STOFFSpreadsheetListener::isParagraphStyleDefined ( librevenge::RVNGString const &  name) const
virtual

check if a paragraph style with a display name is already defined

Implements STOFFListener.

◆ isSectionOpened()

bool STOFFSpreadsheetListener::isSectionOpened ( ) const
inlinevirtual

returns true if a section is opened

Implements STOFFListener.

◆ isSubDocumentOpened()

bool STOFFSpreadsheetListener::isSubDocumentOpened ( libstoff::SubDocumentType subdocType) const
virtual

returns try if a subdocument is open

Implements STOFFListener.

◆ openFooter()

bool STOFFSpreadsheetListener::openFooter ( librevenge::RVNGPropertyList const &  extras)
virtual

open a footer (interaction with STOFFPageSpan which fills the parameters for openFooter)

Implements STOFFListener.

◆ openFrame()

bool STOFFSpreadsheetListener::openFrame ( STOFFPosition const &  pos,
STOFFGraphicStyle const &  style = STOFFGraphicStyle() 
)
virtual

tries to open a frame

Implements STOFFListener.

Referenced by insertChart(), insertPicture(), and insertTextBox().

◆ openGroup()

bool STOFFSpreadsheetListener::openGroup ( STOFFPosition const &  pos)
virtual

open a group (not implemented)

Implements STOFFListener.

◆ openHeader()

bool STOFFSpreadsheetListener::openHeader ( librevenge::RVNGPropertyList const &  extras)
virtual

open a header (interaction with STOFFPageSpan which fills the parameters for openHeader)

Implements STOFFListener.

◆ openLink()

void STOFFSpreadsheetListener::openLink ( STOFFLink const &  link)
virtual

open a link

Implements STOFFListener.

◆ openSection()

bool STOFFSpreadsheetListener::openSection ( STOFFSection const &  section)
virtual

open a section if possible

Implements STOFFListener.

◆ openSheet()

void STOFFSpreadsheetListener::openSheet ( std::vector< float > const &  colWidth,
librevenge::RVNGUnit  unit,
std::vector< int > const &  repeatColWidthNumber = std::vector<int>(),
librevenge::RVNGString const &  name = "" 
)

open a sheet

◆ openSheetCell()

void STOFFSpreadsheetListener::openSheetCell ( STOFFCell const &  cell,
STOFFCellContent const &  content,
int  numRepeated = 1 
)

open a cell

◆ openSheetRow()

void STOFFSpreadsheetListener::openSheetRow ( float  h,
librevenge::RVNGUnit  unit,
int  numRepeated = 1 
)

open a row with given height ( if h < 0.0, set min-row-height = -h )

◆ openTable()

void STOFFSpreadsheetListener::openTable ( STOFFTable const &  table)
virtual

open a table

Implements STOFFListener.

◆ openTableCell()

void STOFFSpreadsheetListener::openTableCell ( STOFFCell const &  cell)
virtual

open a cell

Implements STOFFListener.

◆ openTableRow()

void STOFFSpreadsheetListener::openTableRow ( float  h,
librevenge::RVNGUnit  unit,
bool  headerRow = false 
)
virtual

open a row with given height ( if h < 0.0, set min-row-height = -h )

Implements STOFFListener.

◆ operator=()

STOFFSpreadsheetListener& STOFFSpreadsheetListener::operator= ( const STOFFSpreadsheetListener )
private

operator= (unimplemented)

◆ setDocumentLanguage()

void STOFFSpreadsheetListener::setDocumentLanguage ( std::string  locale)
virtual

sets the document language

Implements STOFFListener.

◆ setDocumentMetaData()

void STOFFSpreadsheetListener::setDocumentMetaData ( const librevenge::RVNGPropertyList &  list)
virtual

sets the document meta data

Implements STOFFListener.

◆ setFont()

void STOFFSpreadsheetListener::setFont ( STOFFFont const &  font)
virtual

sets the font

Implements STOFFListener.

◆ setParagraph()

void STOFFSpreadsheetListener::setParagraph ( STOFFParagraph const &  paragraph)
virtual

sets the paragraph

Implements STOFFListener.

◆ startDocument()

void STOFFSpreadsheetListener::startDocument ( )
virtual

starts the document

Implements STOFFListener.

Referenced by _openPageSpan().

Member Data Documentation

◆ m_documentInterface

◆ m_ds

◆ m_ps

◆ m_psStack

std::vector<shared_ptr<STOFFSpreadsheetListenerInternal::State> > STOFFSpreadsheetListener::m_psStack
protected

stack of local state

Referenced by _popParsingState(), and _pushParsingState().


The documentation for this class was generated from the following files:

Generated on Sat Jun 10 2017 15:18:51 for libstaroffice by doxygen 1.8.13