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