the state of a STOFFSpreadsheetListener More...
Public Member Functions | |
State () | |
constructor | |
~State () | |
destructor | |
bool | canWriteText () const |
returns true if we are in a text zone | |
Public Attributes | |
librevenge::RVNGString | m_textBuffer |
a buffer to stored the text | |
int | m_numDeferredTabs |
the number of tabs to add | |
STOFFFont | m_font |
the font | |
STOFFParagraph | m_paragraph |
the paragraph | |
shared_ptr< STOFFList > | m_list |
bool | m_isPageSpanOpened |
bool | m_isHeaderFooterOpened |
a flag to know if the header footer is started | |
bool | m_isHeaderFooterRegionOpened |
a flag to know if the header footer region is started | |
bool | m_isFrameOpened |
bool | m_isTextboxOpened |
bool | m_isHeaderFooterWithoutParagraph |
bool | m_isSpanOpened |
bool | m_isParagraphOpened |
bool | m_isListElementOpened |
bool | m_isSheetColumnOpened |
bool | m_isSheetCellOpened |
bool | m_isTableOpened |
bool | m_isTableRowOpened |
bool | m_isTableColumnOpened |
bool | m_isTableCellOpened |
unsigned | m_currentPage |
int | m_numPagesRemainingInSpan |
int | m_currentPageNumber |
std::vector< bool > | m_listOrderedLevels |
bool | m_inSubDocument |
a stack used to know what is open | |
bool | m_isNote |
bool | m_inLink |
libstoff::SubDocumentType | m_subDocumentType |
Private Member Functions | |
State (const State &) | |
State & | operator= (const State &) |
the state of a STOFFSpreadsheetListener
constructor
STOFFSpreadsheetListenerInternal::State::~State | ( | ) | [inline] |
destructor
STOFFSpreadsheetListenerInternal::State::State | ( | const State & | ) | [private] |
bool STOFFSpreadsheetListenerInternal::State::canWriteText | ( | ) | const [inline] |
returns true if we are in a text zone
a stack used to know what is open
a flag to know if the header footer is started
a flag to know if the header footer region is started
Referenced by canWriteText().
Referenced by canWriteText().
Referenced by canWriteText().
Referenced by canWriteText().
Referenced by canWriteText().
std::vector<bool> STOFFSpreadsheetListenerInternal::State::m_listOrderedLevels |
the number of tabs to add
librevenge::RVNGString STOFFSpreadsheetListenerInternal::State::m_textBuffer |
a buffer to stored the text