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 | |
| std::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
| STOFFSpreadsheetListenerInternal::State::State | ( | ) | 
constructor
Referenced by operator=(), and State().
| 
 | inline | 
destructor
| 
 | private | 
| 
 | inline | 
returns true if we are in a text zone
| unsigned STOFFSpreadsheetListenerInternal::State::m_currentPage | 
Referenced by State().
| int STOFFSpreadsheetListenerInternal::State::m_currentPageNumber | 
Referenced by State().
| bool STOFFSpreadsheetListenerInternal::State::m_inLink | 
Referenced by State().
| bool STOFFSpreadsheetListenerInternal::State::m_inSubDocument | 
a stack used to know what is open
Referenced by State().
| bool STOFFSpreadsheetListenerInternal::State::m_isFrameOpened | 
Referenced by State().
| bool STOFFSpreadsheetListenerInternal::State::m_isHeaderFooterOpened | 
a flag to know if the header footer is started
Referenced by State().
| bool STOFFSpreadsheetListenerInternal::State::m_isHeaderFooterRegionOpened | 
a flag to know if the header footer region is started
Referenced by canWriteText(), and State().
| bool STOFFSpreadsheetListenerInternal::State::m_isHeaderFooterWithoutParagraph | 
Referenced by State().
| bool STOFFSpreadsheetListenerInternal::State::m_isListElementOpened | 
Referenced by State().
| bool STOFFSpreadsheetListenerInternal::State::m_isNote | 
Referenced by canWriteText(), and State().
| bool STOFFSpreadsheetListenerInternal::State::m_isPageSpanOpened | 
Referenced by State().
| bool STOFFSpreadsheetListenerInternal::State::m_isParagraphOpened | 
Referenced by State().
| bool STOFFSpreadsheetListenerInternal::State::m_isSheetCellOpened | 
Referenced by canWriteText(), and State().
| bool STOFFSpreadsheetListenerInternal::State::m_isSheetColumnOpened | 
Referenced by State().
| bool STOFFSpreadsheetListenerInternal::State::m_isSpanOpened | 
Referenced by State().
| bool STOFFSpreadsheetListenerInternal::State::m_isTableCellOpened | 
Referenced by canWriteText(), and State().
| bool STOFFSpreadsheetListenerInternal::State::m_isTableColumnOpened | 
Referenced by State().
| bool STOFFSpreadsheetListenerInternal::State::m_isTableOpened | 
Referenced by State().
| bool STOFFSpreadsheetListenerInternal::State::m_isTableRowOpened | 
Referenced by State().
| bool STOFFSpreadsheetListenerInternal::State::m_isTextboxOpened | 
Referenced by canWriteText(), and State().
| std::vector<bool> STOFFSpreadsheetListenerInternal::State::m_listOrderedLevels | 
Referenced by State().
| int STOFFSpreadsheetListenerInternal::State::m_numDeferredTabs | 
the number of tabs to add
Referenced by State().
| int STOFFSpreadsheetListenerInternal::State::m_numPagesRemainingInSpan | 
Referenced by State().
| STOFFParagraph STOFFSpreadsheetListenerInternal::State::m_paragraph | 
the paragraph
Referenced by State().
| libstoff::SubDocumentType STOFFSpreadsheetListenerInternal::State::m_subDocumentType | 
Referenced by State().
| librevenge::RVNGString STOFFSpreadsheetListenerInternal::State::m_textBuffer | 
a buffer to stored the text
Referenced by State().