_WPXParsingState Struct Reference

#include <WPXListener.h>

List of all members.

Public Member Functions

 _WPXParsingState ()
 ~_WPXParsingState ()

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_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
int m_nextPageSpanIndice
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_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


Constructor & Destructor Documentation

_WPXParsingState::_WPXParsingState  ) 
 

_WPXParsingState::~_WPXParsingState  ) 
 


Member Data Documentation

uint16_t _WPXParsingState::m_alignmentCharacter
 

uint32_t _WPXParsingState::m_cellAttributeBits
 

uint8_t _WPXParsingState::m_currentListLevel
 

int _WPXParsingState::m_currentTableCellNumberInRow
 

int _WPXParsingState::m_currentTableCol
 

int _WPXParsingState::m_currentTableRow
 

RGBSColor* _WPXParsingState::m_fontColor
 

WPXString* _WPXParsingState::m_fontName
 

float _WPXParsingState::m_fontSize
 

RGBSColor* _WPXParsingState::m_highlightColor
 

bool _WPXParsingState::m_inSubDocument
 

bool _WPXParsingState::m_isCellWithoutParagraph
 

bool _WPXParsingState::m_isDocumentStarted
 

bool _WPXParsingState::m_isListElementOpened
 

bool _WPXParsingState::m_isNote
 

bool _WPXParsingState::m_isPageSpanBreakDeferred
 

bool _WPXParsingState::m_isPageSpanOpened
 

bool _WPXParsingState::m_isParagraphColumnBreak
 

bool _WPXParsingState::m_isParagraphOpened
 

bool _WPXParsingState::m_isParagraphPageBreak
 

bool _WPXParsingState::m_isSectionOpened
 

bool _WPXParsingState::m_isSpanOpened
 

bool _WPXParsingState::m_isTableCellOpened
 

bool _WPXParsingState::m_isTableColumnOpened
 

bool _WPXParsingState::m_isTableOpened
 

bool _WPXParsingState::m_isTableRowOpened
 

bool _WPXParsingState::m_isTabPositionRelative
 

bool _WPXParsingState::m_isTextColumnWithoutParagraph
 

float _WPXParsingState::m_leftMarginByPageMarginChange
 

float _WPXParsingState::m_leftMarginByParagraphMarginChange
 

float _WPXParsingState::m_leftMarginByTabs
 

float _WPXParsingState::m_listBeginPosition
 

float _WPXParsingState::m_listReferencePosition
 

int _WPXParsingState::m_nextPageSpanIndice
 

int _WPXParsingState::m_numColumns
 

int _WPXParsingState::m_numPagesRemainingInSpan
 

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

float _WPXParsingState::m_pageFormLength
 

WPXFormOrientation _WPXParsingState::m_pageFormOrientation
 

float _WPXParsingState::m_pageFormWidth
 

float _WPXParsingState::m_pageMarginLeft
 

float _WPXParsingState::m_pageMarginRight
 

uint8_t _WPXParsingState::m_paragraphJustification
 

uint8_t _WPXParsingState::m_paragraphJustificationBeforeTable
 

float _WPXParsingState::m_paragraphLineSpacing
 

float _WPXParsingState::m_paragraphMarginBottom
 

float _WPXParsingState::m_paragraphMarginLeft
 

float _WPXParsingState::m_paragraphMarginRight
 

float _WPXParsingState::m_paragraphMarginTop
 

float _WPXParsingState::m_paragraphTextIndent
 

float _WPXParsingState::m_rightMarginByPageMarginChange
 

float _WPXParsingState::m_rightMarginByParagraphMarginChange
 

float _WPXParsingState::m_rightMarginByTabs
 

bool _WPXParsingState::m_sectionAttributesChanged
 

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

WPXTableDefinition _WPXParsingState::m_tableDefinition
 

std::vector<WPXTabStop> _WPXParsingState::m_tabStops
 

uint8_t _WPXParsingState::m_tempParagraphJustification
 

uint32_t _WPXParsingState::m_textAttributeBits
 

std::vector< WPXColumnDefinition > _WPXParsingState::m_textColumns
 

float _WPXParsingState::m_textIndentByParagraphIndentChange
 

float _WPXParsingState::m_textIndentByTabs
 

bool _WPXParsingState::m_wasHeaderRow
 


The documentation for this struct was generated from the following files:
Generated on Tue May 2 21:13:49 2006 for libwpd by doxygen 1.4.6