Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

_WPXContentParsingState Struct Reference

#include <WPXContentListener.h>

List of all members.

Public Member Functions

 _WPXContentParsingState ()
 ~_WPXContentParsingState ()

Public Attributes

uint32_t m_textAttributeBits
float m_fontSize
WPXStringm_fontName
RGBSColorm_fontColor
RGBSColorm_highlightColor
bool m_isParagraphColumnBreak
bool m_isParagraphPageBreak
uint8_t m_paragraphJustification
uint8_t m_tempParagraphJustification
float m_paragraphLineSpacing
bool m_isDocumentStarted
bool m_isPageSpanOpened
bool m_isSectionOpened
bool m_isPageSpanBreakDeferred
bool m_isHeaderFooterWithoutParagraph
bool m_isSpanOpened
bool m_isParagraphOpened
bool m_isListElementOpened
std::vector< unsigned int > m_numRowsToSkip
WPXTableDefinition m_tableDefinition
int m_currentTableCol
int m_currentTableRow
int m_currentTableCellNumberInRow
bool m_isTableOpened
bool m_isTableRowOpened
bool m_isTableColumnOpened
bool m_isTableCellOpened
bool m_wasHeaderRow
bool m_isCellWithoutParagraph
uint32_t m_cellAttributeBits
uint8_t m_paragraphJustificationBeforeTable
unsigned m_currentPage
int m_numPagesRemainingInSpan
bool m_sectionAttributesChanged
int m_numColumns
std::vector< WPXColumnDefinitionm_textColumns
bool m_isTextColumnWithoutParagraph
float m_pageFormLength
float m_pageFormWidth
WPXFormOrientation m_pageFormOrientation
float m_pageMarginLeft
float m_pageMarginRight
float m_paragraphMarginLeft
float m_paragraphMarginRight
float m_paragraphMarginTop
float m_paragraphMarginBottom
float m_leftMarginByPageMarginChange
float m_rightMarginByPageMarginChange
float m_sectionMarginLeft
float m_sectionMarginRight
float m_leftMarginByParagraphMarginChange
float m_rightMarginByParagraphMarginChange
float m_leftMarginByTabs
float m_rightMarginByTabs
float m_listReferencePosition
float m_listBeginPosition
float m_paragraphTextIndent
float m_textIndentByParagraphIndentChange
float m_textIndentByTabs
uint8_t m_currentListLevel
uint16_t m_alignmentCharacter
std::vector< WPXTabStopm_tabStops
bool m_isTabPositionRelative
std::set< const WPXSubDocument * > m_subDocuments
bool m_inSubDocument
bool m_isNote

Private Member Functions

 _WPXContentParsingState (const _WPXContentParsingState &)
_WPXContentParsingStateoperator= (const _WPXContentParsingState &)


Constructor & Destructor Documentation

_WPXContentParsingState::_WPXContentParsingState  ) 
 

_WPXContentParsingState::~_WPXContentParsingState  ) 
 

_WPXContentParsingState::_WPXContentParsingState const _WPXContentParsingState  )  [private]
 


Member Function Documentation

_WPXContentParsingState& _WPXContentParsingState::operator= const _WPXContentParsingState  )  [private]
 


Member Data Documentation

uint16_t _WPXContentParsingState::m_alignmentCharacter
 

uint32_t _WPXContentParsingState::m_cellAttributeBits
 

uint8_t _WPXContentParsingState::m_currentListLevel
 

unsigned _WPXContentParsingState::m_currentPage
 

int _WPXContentParsingState::m_currentTableCellNumberInRow
 

int _WPXContentParsingState::m_currentTableCol
 

int _WPXContentParsingState::m_currentTableRow
 

RGBSColor* _WPXContentParsingState::m_fontColor
 

WPXString* _WPXContentParsingState::m_fontName
 

float _WPXContentParsingState::m_fontSize
 

RGBSColor* _WPXContentParsingState::m_highlightColor
 

bool _WPXContentParsingState::m_inSubDocument
 

bool _WPXContentParsingState::m_isCellWithoutParagraph
 

bool _WPXContentParsingState::m_isDocumentStarted
 

bool _WPXContentParsingState::m_isHeaderFooterWithoutParagraph
 

bool _WPXContentParsingState::m_isListElementOpened
 

bool _WPXContentParsingState::m_isNote
 

bool _WPXContentParsingState::m_isPageSpanBreakDeferred
 

bool _WPXContentParsingState::m_isPageSpanOpened
 

bool _WPXContentParsingState::m_isParagraphColumnBreak
 

bool _WPXContentParsingState::m_isParagraphOpened
 

bool _WPXContentParsingState::m_isParagraphPageBreak
 

bool _WPXContentParsingState::m_isSectionOpened
 

bool _WPXContentParsingState::m_isSpanOpened
 

bool _WPXContentParsingState::m_isTableCellOpened
 

bool _WPXContentParsingState::m_isTableColumnOpened
 

bool _WPXContentParsingState::m_isTableOpened
 

bool _WPXContentParsingState::m_isTableRowOpened
 

bool _WPXContentParsingState::m_isTabPositionRelative
 

bool _WPXContentParsingState::m_isTextColumnWithoutParagraph
 

float _WPXContentParsingState::m_leftMarginByPageMarginChange
 

float _WPXContentParsingState::m_leftMarginByParagraphMarginChange
 

float _WPXContentParsingState::m_leftMarginByTabs
 

float _WPXContentParsingState::m_listBeginPosition
 

float _WPXContentParsingState::m_listReferencePosition
 

int _WPXContentParsingState::m_numColumns
 

int _WPXContentParsingState::m_numPagesRemainingInSpan
 

std::vector<unsigned int> _WPXContentParsingState::m_numRowsToSkip
 

float _WPXContentParsingState::m_pageFormLength
 

WPXFormOrientation _WPXContentParsingState::m_pageFormOrientation
 

float _WPXContentParsingState::m_pageFormWidth
 

float _WPXContentParsingState::m_pageMarginLeft
 

float _WPXContentParsingState::m_pageMarginRight
 

uint8_t _WPXContentParsingState::m_paragraphJustification
 

uint8_t _WPXContentParsingState::m_paragraphJustificationBeforeTable
 

float _WPXContentParsingState::m_paragraphLineSpacing
 

float _WPXContentParsingState::m_paragraphMarginBottom
 

float _WPXContentParsingState::m_paragraphMarginLeft
 

float _WPXContentParsingState::m_paragraphMarginRight
 

float _WPXContentParsingState::m_paragraphMarginTop
 

float _WPXContentParsingState::m_paragraphTextIndent
 

float _WPXContentParsingState::m_rightMarginByPageMarginChange
 

float _WPXContentParsingState::m_rightMarginByParagraphMarginChange
 

float _WPXContentParsingState::m_rightMarginByTabs
 

bool _WPXContentParsingState::m_sectionAttributesChanged
 

float _WPXContentParsingState::m_sectionMarginLeft
 

float _WPXContentParsingState::m_sectionMarginRight
 

std::set<const WPXSubDocument *> _WPXContentParsingState::m_subDocuments
 

WPXTableDefinition _WPXContentParsingState::m_tableDefinition
 

std::vector<WPXTabStop> _WPXContentParsingState::m_tabStops
 

uint8_t _WPXContentParsingState::m_tempParagraphJustification
 

uint32_t _WPXContentParsingState::m_textAttributeBits
 

std::vector< WPXColumnDefinition > _WPXContentParsingState::m_textColumns
 

float _WPXContentParsingState::m_textIndentByParagraphIndentChange
 

float _WPXContentParsingState::m_textIndentByTabs
 

bool _WPXContentParsingState::m_wasHeaderRow
 


The documentation for this struct was generated from the following files:
Generated on Sat Aug 20 05:20:58 2022 for libwpd by doxygen 1.3.5