_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
std::list< WPXPageSpan
>::iterator 
m_nextPageSpanIter
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


Constructor & Destructor Documentation

_WPXContentParsingState::_WPXContentParsingState (  ) 

_WPXContentParsingState::~_WPXContentParsingState (  ) 


Member Data Documentation

uint32_t _WPXContentParsingState::m_textAttributeBits

float _WPXContentParsingState::m_fontSize

WPXString* _WPXContentParsingState::m_fontName

RGBSColor* _WPXContentParsingState::m_fontColor

RGBSColor* _WPXContentParsingState::m_highlightColor

bool _WPXContentParsingState::m_isParagraphColumnBreak

bool _WPXContentParsingState::m_isParagraphPageBreak

uint8_t _WPXContentParsingState::m_paragraphJustification

uint8_t _WPXContentParsingState::m_tempParagraphJustification

float _WPXContentParsingState::m_paragraphLineSpacing

bool _WPXContentParsingState::m_isDocumentStarted

bool _WPXContentParsingState::m_isPageSpanOpened

bool _WPXContentParsingState::m_isSectionOpened

bool _WPXContentParsingState::m_isPageSpanBreakDeferred

bool _WPXContentParsingState::m_isHeaderFooterWithoutParagraph

bool _WPXContentParsingState::m_isSpanOpened

bool _WPXContentParsingState::m_isParagraphOpened

bool _WPXContentParsingState::m_isListElementOpened

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

WPXTableDefinition _WPXContentParsingState::m_tableDefinition

int _WPXContentParsingState::m_currentTableCol

int _WPXContentParsingState::m_currentTableRow

int _WPXContentParsingState::m_currentTableCellNumberInRow

bool _WPXContentParsingState::m_isTableOpened

bool _WPXContentParsingState::m_isTableRowOpened

bool _WPXContentParsingState::m_isTableColumnOpened

bool _WPXContentParsingState::m_isTableCellOpened

bool _WPXContentParsingState::m_wasHeaderRow

bool _WPXContentParsingState::m_isCellWithoutParagraph

uint32_t _WPXContentParsingState::m_cellAttributeBits

uint8_t _WPXContentParsingState::m_paragraphJustificationBeforeTable

std::list<WPXPageSpan>::iterator _WPXContentParsingState::m_nextPageSpanIter

int _WPXContentParsingState::m_numPagesRemainingInSpan

bool _WPXContentParsingState::m_sectionAttributesChanged

int _WPXContentParsingState::m_numColumns

std::vector< WPXColumnDefinition > _WPXContentParsingState::m_textColumns

bool _WPXContentParsingState::m_isTextColumnWithoutParagraph

float _WPXContentParsingState::m_pageFormLength

float _WPXContentParsingState::m_pageFormWidth

WPXFormOrientation _WPXContentParsingState::m_pageFormOrientation

float _WPXContentParsingState::m_pageMarginLeft

float _WPXContentParsingState::m_pageMarginRight

float _WPXContentParsingState::m_paragraphMarginLeft

float _WPXContentParsingState::m_paragraphMarginRight

float _WPXContentParsingState::m_paragraphMarginTop

float _WPXContentParsingState::m_paragraphMarginBottom

float _WPXContentParsingState::m_leftMarginByPageMarginChange

float _WPXContentParsingState::m_rightMarginByPageMarginChange

float _WPXContentParsingState::m_sectionMarginLeft

float _WPXContentParsingState::m_sectionMarginRight

float _WPXContentParsingState::m_leftMarginByParagraphMarginChange

float _WPXContentParsingState::m_rightMarginByParagraphMarginChange

float _WPXContentParsingState::m_leftMarginByTabs

float _WPXContentParsingState::m_rightMarginByTabs

float _WPXContentParsingState::m_listReferencePosition

float _WPXContentParsingState::m_listBeginPosition

float _WPXContentParsingState::m_paragraphTextIndent

float _WPXContentParsingState::m_textIndentByParagraphIndentChange

float _WPXContentParsingState::m_textIndentByTabs

uint8_t _WPXContentParsingState::m_currentListLevel

uint16_t _WPXContentParsingState::m_alignmentCharacter

std::vector<WPXTabStop> _WPXContentParsingState::m_tabStops

bool _WPXContentParsingState::m_isTabPositionRelative

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

bool _WPXContentParsingState::m_inSubDocument

bool _WPXContentParsingState::m_isNote


The documentation for this struct was generated from the following files:
Generated on Mon Aug 13 15:07:31 2007 for libwpd by doxygen 1.5.2