the state of a STOFFTextListener More...
| Public Member Functions | |
| State () | |
| constructor | |
| ~State () | |
| destructor | |
| Private Member Functions | |
| State (const State &) | |
| State & | operator= (const State &) | 
the state of a STOFFTextListener
| STOFFTextListenerInternal::State::State | ( | ) | 
constructor
Referenced by operator=(), and State().
| 
 | inline | 
destructor
| 
 | private | 
| unsigned STOFFTextListenerInternal::State::m_currentPage | 
Referenced by State().
| int STOFFTextListenerInternal::State::m_currentPageNumber | 
Referenced by State().
| bool STOFFTextListenerInternal::State::m_firstParagraphInPageSpan | 
Referenced by State().
| bool STOFFTextListenerInternal::State::m_inLink | 
Referenced by State().
| bool STOFFTextListenerInternal::State::m_inSubDocument | 
a stack used to know what is open
Referenced by State().
| bool STOFFTextListenerInternal::State::m_isFrameOpened | 
Referenced by State().
| bool STOFFTextListenerInternal::State::m_isGroupOpened | 
a flag to know if openGroup was called
Referenced by State().
| bool STOFFTextListenerInternal::State::m_isHeaderFooterWithoutParagraph | 
Referenced by State().
| bool STOFFTextListenerInternal::State::m_isListElementOpened | 
Referenced by State().
| bool STOFFTextListenerInternal::State::m_isNote | 
Referenced by State().
| bool STOFFTextListenerInternal::State::m_isPageSpanBreakDeferred | 
Referenced by State().
| bool STOFFTextListenerInternal::State::m_isPageSpanOpened | 
Referenced by State().
| bool STOFFTextListenerInternal::State::m_isParagraphOpened | 
Referenced by State().
| bool STOFFTextListenerInternal::State::m_isSectionOpened | 
Referenced by State().
| bool STOFFTextListenerInternal::State::m_isSpanOpened | 
Referenced by State().
| bool STOFFTextListenerInternal::State::m_isTableCellOpened | 
Referenced by State().
| bool STOFFTextListenerInternal::State::m_isTableColumnOpened | 
Referenced by State().
| bool STOFFTextListenerInternal::State::m_isTableOpened | 
Referenced by State().
| bool STOFFTextListenerInternal::State::m_isTableRowOpened | 
Referenced by State().
| std::vector<bool> STOFFTextListenerInternal::State::m_listOrderedLevels | 
Referenced by State().
| int STOFFTextListenerInternal::State::m_numDeferredTabs | 
the number of tabs to add
Referenced by State().
| int STOFFTextListenerInternal::State::m_numPagesRemainingInSpan | 
Referenced by State().
| STOFFParagraph STOFFTextListenerInternal::State::m_paragraph | 
the paragraph
Referenced by State().
| int STOFFTextListenerInternal::State::m_paragraphNeedBreak | 
a sequence of bit used to know if we need page/column break
Referenced by State().
| STOFFSection STOFFTextListenerInternal::State::m_section | 
the section
Referenced by State().
| bool STOFFTextListenerInternal::State::m_sectionAttributesChanged | 
Referenced by State().
| libstoff::SubDocumentType STOFFTextListenerInternal::State::m_subDocumentType | 
Referenced by State().
| librevenge::RVNGString STOFFTextListenerInternal::State::m_textBuffer | 
a buffer to stored the text
Referenced by State().