the spreadsheet state More...
Public Member Functions | |
| WKSContentParsingState () | |
| ~WKSContentParsingState () | |
Public Attributes | |
| bool | m_isPageSpanOpened |
| unsigned | m_currentPage |
| int | m_numPagesRemainingInSpan |
| int | m_currentPageNumber |
| double | m_pageFormLength |
| double | m_pageFormWidth |
| bool | m_pageFormOrientationIsPortrait |
| double | m_pageMarginLeft |
| double | m_pageMarginRight |
| double | m_pageMarginTop |
| double | m_pageMarginBottom |
| librevenge::RVNGString | m_textBuffer |
| int | m_numDeferredTabs |
| WPSFont | m_font |
| WPSParagraph | m_paragraph |
| bool | m_isParagraphColumnBreak |
| bool | m_isParagraphPageBreak |
| bool | m_isSpanOpened |
| bool | m_isParagraphOpened |
| bool | m_isSheetOpened |
| bool | m_isSheetRowOpened |
| bool | m_isSheetColumnOpened |
| bool | m_isSheetCellOpened |
| bool | m_inSubDocument |
| bool | m_isNote |
| libwps::SubDocumentType | m_subDocumentType |
Private Member Functions | |
| WKSContentParsingState (const WKSContentParsingState &) | |
| WKSContentParsingState & | operator= (const WKSContentParsingState &) |
the spreadsheet state
| WKSContentParsingState::WKSContentParsingState | ( | const WKSContentParsingState & | ) | [private] |
| WKSContentParsingState& WKSContentParsingState::operator= | ( | const WKSContentParsingState & | ) | [private] |
Referenced by WKSContentParsingState().
| librevenge::RVNGString WKSContentParsingState::m_textBuffer |