#include <WPSContentListener.h>
Public Member Functions | |
_WPSContentParsingState () | |
~_WPSContentParsingState () | |
Public Attributes | |
uint32_t | m_textAttributeBits |
float | m_fontSize |
WPXString | m_fontName |
bool | m_isParagraphColumnBreak |
bool | m_isParagraphPageBreak |
uint8_t | m_paragraphJustification |
float | m_paragraphLineSpacing |
bool | m_isDocumentStarted |
bool | m_isPageSpanOpened |
bool | m_isSectionOpened |
bool | m_isPageSpanBreakDeferred |
bool | m_isSpanOpened |
bool | m_isParagraphOpened |
std::list< WPSPageSpan >::iterator | m_nextPageSpanIter |
int | m_numPagesRemainingInSpan |
bool | m_sectionAttributesChanged |
float | m_pageFormLength |
float | m_pageFormWidth |
WPSFormOrientation | m_pageFormOrientation |
float | m_pageMarginLeft |
float | m_pageMarginRight |
float | m_paragraphMarginLeft |
float | m_paragraphMarginRight |
float | m_paragraphMarginTop |
float | m_paragraphMarginBottom |
WPXString | m_textBuffer |
Private Member Functions | |
_WPSContentParsingState (const _WPSContentParsingState &) | |
_WPSContentParsingState & | operator= (const _WPSContentParsingState &) |
_WPSContentParsingState::_WPSContentParsingState | ( | ) |
_WPSContentParsingState::~_WPSContentParsingState | ( | ) |
_WPSContentParsingState::_WPSContentParsingState | ( | const _WPSContentParsingState & | ) | [private] |
_WPSContentParsingState& _WPSContentParsingState::operator= | ( | const _WPSContentParsingState & | ) | [private] |
WPXString _WPSContentParsingState::m_fontName |
Referenced by WPSContentListener::_openSpan(), and WPSContentListener::setTextFont().
Referenced by WPSContentListener::_openSpan(), and WPSContentListener::setFontSize().
Referenced by WPSContentListener::_openPageSpan(), and WPSContentListener::startDocument().
Referenced by WPSContentListener::_openParagraph(), and WPSContentListener::insertBreak().
Referenced by WPSContentListener::_openParagraph(), and WPSContentListener::insertBreak().
std::list<WPSPageSpan>::iterator _WPSContentParsingState::m_nextPageSpanIter |
Referenced by WPSContentListener::_openPageSpan(), and WPSContentListener::WPSContentListener().
Referenced by WPSContentListener::_openPageSpan(), and WPSContentListener::insertBreak().
Referenced by WPSContentListener::_openPageSpan().
Referenced by WPSContentListener::_openPageSpan().
Referenced by WPSContentListener::_openPageSpan().
Referenced by WPSContentListener::_openPageSpan().
Referenced by WPSContentListener::_openPageSpan().
Referenced by WPSContentListener::_openParagraph().
Referenced by WPSContentListener::_openParagraph().
Referenced by WPSContentListener::_openParagraph().
Referenced by WPSContentListener::_openParagraph().
Referenced by WPSContentListener::_openParagraph().
Referenced by WPSContentListener::_openParagraph().
WPXString _WPSContentParsingState::m_textBuffer |
Referenced by WPSContentListener::_flushText(), and WPSContentListener::insertCharacter().