LibreOffice Module writerfilter (master) 1
Public Types | Public Member Functions | Private Attributes | List of all members
writerfilter::rtftok::RTFParserState Class Reference

State of the parser, which gets saved / restored when changing groups. More...

#include <rtfdocumentimpl.hxx>

Collaboration diagram for writerfilter::rtftok::RTFParserState:
[legend]

Public Types

enum class  RunType {
  NONE ,
  LOCH ,
  HICH ,
  DBCH ,
  LTRCH_RTLCH_1 ,
  LTRCH_RTLCH_2 ,
  RTLCH_LTRCH_1 ,
  RTLCH_LTRCH_2
}
 Maps to OOXML's ascii, cs or eastAsia. More...
 

Public Member Functions

 RTFParserState (RTFDocumentImpl *pDocumentImpl)
 
void appendDestinationText (std::u16string_view rString)
 
void setPropName (const OUString &rPropName)
 
OUString const & getPropName () const
 
void setPropType (const css::uno::Type &rPropType)
 
css::uno::Type const & getPropType () const
 
void setTableRowWidthAfter (int nTableRowWidthAfter)
 
int getTableRowWidthAfter () const
 
void setStartedTrackchange (bool bStartedTrackchange)
 
bool getStartedTrackchange () const
 
void setCreatedShapeGroup (bool bCreatedShapeGroup)
 
bool getCreatedShapeGroup () const
 
void setInShape (bool bInShape)
 
bool getInShape () const
 
void setInShapeGroup (bool bInShapeGroup)
 
bool getInShapeGroup () const
 
void setHadShapeText (bool bHadShapeText)
 
bool getHadShapeText () const
 
void setInBackground (bool bInBackground)
 
bool getInBackground () const
 
void setInListpicture (bool bInListpicture)
 
bool getInListpicture () const
 
void setCurrentBuffer (RTFBuffer_t *pCurrentBuffer)
 
RTFBuffer_tgetCurrentBuffer () const
 
void setCurrentListOverrideIndex (int nCurrentListOverrideIndex)
 
int getCurrentListOverrideIndex () const
 
void setCurrentListIndex (int nCurrentListIndex)
 
int getCurrentListIndex () const
 
void setCurrentCharacterStyleIndex (int nCurrentCharacterStyleIndex)
 
int getCurrentCharacterStyleIndex () const
 
void setCurrentStyleIndex (int nCurrentStyleIndex)
 
int getCurrentStyleIndex () const
 
void setCurrentDestinationText (OUStringBuffer *pDestinationText)
 
OUStringBuffer * getCurrentDestinationText () const
 
OUStringBuffer & getDestinationText ()
 
void setMinute (sal_uInt16 nMinute)
 
sal_uInt16 getMinute () const
 
void setHour (sal_uInt16 nHour)
 
sal_uInt16 getHour () const
 
void setDay (sal_uInt16 nDay)
 
sal_uInt16 getDay () const
 
void setMonth (sal_uInt16 nMonth)
 
sal_uInt16 getMonth () const
 
void setYear (sal_uInt16 nYear)
 
sal_uInt16 getYear () const
 
void setRunType (RunType eRunType)
 
RunType getRunType () const
 
RTFFramegetFrame ()
 
RTFDrawingObjectgetDrawingObject ()
 
RTFShapegetShape ()
 
RTFPicturegetPicture ()
 
void setLevelNumbersValid (bool bLevelNumbersValid)
 
bool getLevelNumbersValid () const
 
std::vector< sal_Int32 > & getLevelNumbers ()
 
RTFSprmsgetListLevelEntries ()
 
intgetListLevelNum ()
 
void setBinaryToRead (int nBinaryToRead)
 
int getBinaryToRead () const
 
intgetCharsToSkip ()
 
void setUc (int nUc)
 
int getUc () const
 
void setCurrentEncoding (rtl_TextEncoding nCurrentEncoding)
 
rtl_TextEncoding getCurrentEncoding () const
 
RTFColorTableEntrygetCurrentColor ()
 
RTFSprmsgetTabAttributes ()
 
RTFSprmsgetTableCellAttributes ()
 
RTFSprmsgetTableCellSprms ()
 
RTFSprmsgetTableRowAttributes ()
 
RTFSprmsgetTableRowSprms ()
 
RTFSprmsgetSectionAttributes ()
 
RTFSprmsgetSectionSprms ()
 
RTFSprmsgetParagraphAttributes ()
 
RTFSprmsgetParagraphSprms ()
 
RTFSprmsgetCharacterAttributes ()
 
RTFSprmsgetCharacterSprms ()
 
RTFSprmsgetTableAttributes ()
 
RTFSprmsgetTableSprms ()
 
void setBorderState (RTFBorderState nBorderState)
 
RTFBorderState getBorderState () const
 
void setFieldStatus (RTFFieldStatus eFieldStatus)
 
RTFFieldStatus getFieldStatus () const
 
void setFieldLocked (bool bSet)
 
bool isFieldLocked () const
 
void setDestination (Destination eDestination)
 
Destination getDestination () const
 
void setInternalState (RTFInternalState nInternalState)
 
RTFInternalState getInternalState () const
 
RTFDocumentImplgetDocumentImpl ()
 
OUString getDocVar ()
 
void appendDocVar (OUString &aDocVar)
 
OUString getDocVarName ()
 
void setDocVarName (OUString &aDocVarName)
 
void clearDocVarName ()
 

Private Attributes

RTFDocumentImplm_pDocumentImpl
 
RTFInternalState m_nInternalState
 
Destination m_eDestination
 
RTFFieldStatus m_eFieldStatus
 
bool m_bFieldLocked
 
RTFBorderState m_nBorderState
 
RTFSprms m_aTableSprms
 
RTFSprms m_aTableAttributes
 
RTFSprms m_aCharacterSprms
 
RTFSprms m_aCharacterAttributes
 
RTFSprms m_aParagraphSprms
 
RTFSprms m_aParagraphAttributes
 
RTFSprms m_aSectionSprms
 
RTFSprms m_aSectionAttributes
 
RTFSprms m_aTableRowSprms
 
RTFSprms m_aTableRowAttributes
 
RTFSprms m_aTableCellSprms
 
RTFSprms m_aTableCellAttributes
 
RTFSprms m_aTabAttributes
 
RTFColorTableEntry m_aCurrentColor
 
rtl_TextEncoding m_nCurrentEncoding
 
int m_nUc
 Current \uc value. More...
 
int m_nCharsToSkip
 Characters to skip, set to nUc by \u. More...
 
int m_nBinaryToRead
 Characters to read, once in binary mode. More...
 
int m_nListLevelNum
 Next list level index to use when parsing list table. More...
 
RTFSprms m_aListLevelEntries
 List level entries, which will form a list entry later. More...
 
std::vector< sal_Int32 > m_aLevelNumbers
 List of character positions in leveltext to replace. More...
 
bool m_bLevelNumbersValid
 If aLevelNumbers should be read at all. More...
 
RTFPicture m_aPicture
 
RTFShape m_aShape
 
RTFDrawingObject m_aDrawingObject
 
RTFFrame m_aFrame
 
RunType m_eRunType
 
sal_Int16 m_nYear
 
sal_uInt16 m_nMonth
 
sal_uInt16 m_nDay
 
sal_uInt16 m_nHour
 
sal_uInt16 m_nMinute
 
OUStringBuffer m_aDestinationText { 512 }
 Text from special destinations. More...
 
OUStringBuffer * m_pCurrentDestinationText
 point to the buffer of the current destination More...
 
int m_nCurrentStyleIndex
 Index of the current style. More...
 
int m_nCurrentCharacterStyleIndex
 Index of the current character style. More...
 
int m_nCurrentListIndex = -1
 Current listid, points to a listtable entry. More...
 
int m_nCurrentListOverrideIndex = -1
 Current ls, points to a listoverridetable entry. More...
 
RTFBuffer_tm_pCurrentBuffer
 Points to the active buffer, if there is one. More...
 
bool m_bInListpicture
 If we're inside a \listpicture group. More...
 
bool m_bInBackground
 If we're inside a \background group. More...
 
bool m_bHadShapeText
 
bool m_bInShapeGroup
 If we're inside a \shpgrp group. More...
 
bool m_bInShape
 If we're inside a \shp group. More...
 
bool m_bCreatedShapeGroup
 A GroupShape was created and pushed to the parent stack. More...
 
bool m_bStartedTrackchange
 Track change is started, need to end it before popping. More...
 
OUString m_aPropName
 User-defined property: key name. More...
 
css::uno::Type m_aPropType
 User-defined property: value type. More...
 
int m_nTableRowWidthAfter
 Width of invisible cell at the end of the row. More...
 
OUString m_aDocVar
 For importing document variables which are not referenced in the document. More...
 
OUString m_aDocVarName
 

Detailed Description

State of the parser, which gets saved / restored when changing groups.

Definition at line 393 of file rtfdocumentimpl.hxx.

Member Enumeration Documentation

◆ RunType

Maps to OOXML's ascii, cs or eastAsia.

Enumerator
NONE 
LOCH 
HICH 
DBCH 
LTRCH_RTLCH_1 
LTRCH_RTLCH_2 
RTLCH_LTRCH_1 
RTLCH_LTRCH_2 

Definition at line 397 of file rtfdocumentimpl.hxx.

Constructor & Destructor Documentation

◆ RTFParserState()

writerfilter::rtftok::RTFParserState::RTFParserState ( RTFDocumentImpl pDocumentImpl)
explicit

Definition at line 3785 of file rtfdocumentimpl.cxx.

References NONE, and NORMAL.

Member Function Documentation

◆ appendDestinationText()

void writerfilter::rtftok::RTFParserState::appendDestinationText ( std::u16string_view  rString)
inline

◆ appendDocVar()

void writerfilter::rtftok::RTFParserState::appendDocVar ( OUString &  aDocVar)
inline

Definition at line 528 of file rtfdocumentimpl.hxx.

References m_aDocVar.

Referenced by writerfilter::rtftok::RTFDocumentImpl::text().

◆ clearDocVarName()

void writerfilter::rtftok::RTFParserState::clearDocVarName ( )
inline

Definition at line 531 of file rtfdocumentimpl.hxx.

References m_aDocVarName.

Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState().

◆ getBinaryToRead()

int writerfilter::rtftok::RTFParserState::getBinaryToRead ( ) const
inline

Definition at line 493 of file rtfdocumentimpl.hxx.

References m_nBinaryToRead.

◆ getBorderState()

RTFBorderState writerfilter::rtftok::RTFParserState::getBorderState ( ) const
inline

Definition at line 517 of file rtfdocumentimpl.hxx.

References m_nBorderState.

Referenced by writerfilter::rtftok::putBorderProperty().

◆ getCharacterAttributes()

RTFSprms & writerfilter::rtftok::RTFParserState::getCharacterAttributes ( )
inline

◆ getCharacterSprms()

RTFSprms & writerfilter::rtftok::RTFParserState::getCharacterSprms ( )
inline

◆ getCharsToSkip()

int & writerfilter::rtftok::RTFParserState::getCharsToSkip ( )
inline

◆ getCreatedShapeGroup()

bool writerfilter::rtftok::RTFParserState::getCreatedShapeGroup ( ) const
inline

◆ getCurrentBuffer()

RTFBuffer_t * writerfilter::rtftok::RTFParserState::getCurrentBuffer ( ) const
inline

◆ getCurrentCharacterStyleIndex()

int writerfilter::rtftok::RTFParserState::getCurrentCharacterStyleIndex ( ) const
inline

◆ getCurrentColor()

RTFColorTableEntry & writerfilter::rtftok::RTFParserState::getCurrentColor ( )
inline

◆ getCurrentDestinationText()

OUStringBuffer * writerfilter::rtftok::RTFParserState::getCurrentDestinationText ( ) const
inline

◆ getCurrentEncoding()

rtl_TextEncoding writerfilter::rtftok::RTFParserState::getCurrentEncoding ( ) const
inline

◆ getCurrentListIndex()

int writerfilter::rtftok::RTFParserState::getCurrentListIndex ( ) const
inline

◆ getCurrentListOverrideIndex()

int writerfilter::rtftok::RTFParserState::getCurrentListOverrideIndex ( ) const
inline

◆ getCurrentStyleIndex()

int writerfilter::rtftok::RTFParserState::getCurrentStyleIndex ( ) const
inline

◆ getDay()

sal_uInt16 writerfilter::rtftok::RTFParserState::getDay ( ) const
inline

Definition at line 473 of file rtfdocumentimpl.hxx.

References m_nDay.

Referenced by writerfilter::rtftok::lcl_getDateTime().

◆ getDestination()

Destination writerfilter::rtftok::RTFParserState::getDestination ( ) const
inline

◆ getDestinationText()

OUStringBuffer & writerfilter::rtftok::RTFParserState::getDestinationText ( )
inline

◆ getDocumentImpl()

RTFDocumentImpl * writerfilter::rtftok::RTFParserState::getDocumentImpl ( )
inline

Definition at line 526 of file rtfdocumentimpl.hxx.

References m_pDocumentImpl.

◆ getDocVar()

OUString writerfilter::rtftok::RTFParserState::getDocVar ( )
inline

Definition at line 527 of file rtfdocumentimpl.hxx.

References m_aDocVar.

Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState().

◆ getDocVarName()

OUString writerfilter::rtftok::RTFParserState::getDocVarName ( )
inline

Definition at line 529 of file rtfdocumentimpl.hxx.

References m_aDocVarName.

Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState().

◆ getDrawingObject()

RTFDrawingObject & writerfilter::rtftok::RTFParserState::getDrawingObject ( )
inline

◆ getFieldStatus()

RTFFieldStatus writerfilter::rtftok::RTFParserState::getFieldStatus ( ) const
inline

Definition at line 519 of file rtfdocumentimpl.hxx.

References m_eFieldStatus.

Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState().

◆ getFrame()

RTFFrame & writerfilter::rtftok::RTFParserState::getFrame ( )
inline

◆ getHadShapeText()

bool writerfilter::rtftok::RTFParserState::getHadShapeText ( ) const
inline

◆ getHour()

sal_uInt16 writerfilter::rtftok::RTFParserState::getHour ( ) const
inline

Definition at line 471 of file rtfdocumentimpl.hxx.

References m_nHour.

Referenced by writerfilter::rtftok::lcl_getDateTime().

◆ getInBackground()

bool writerfilter::rtftok::RTFParserState::getInBackground ( ) const
inline

◆ getInListpicture()

bool writerfilter::rtftok::RTFParserState::getInListpicture ( ) const
inline

◆ getInShape()

bool writerfilter::rtftok::RTFParserState::getInShape ( ) const
inline

◆ getInShapeGroup()

bool writerfilter::rtftok::RTFParserState::getInShapeGroup ( ) const
inline

◆ getInternalState()

RTFInternalState writerfilter::rtftok::RTFParserState::getInternalState ( ) const
inline

◆ getLevelNumbers()

std::vector< sal_Int32 > & writerfilter::rtftok::RTFParserState::getLevelNumbers ( )
inline

◆ getLevelNumbersValid()

bool writerfilter::rtftok::RTFParserState::getLevelNumbersValid ( ) const
inline

◆ getListLevelEntries()

RTFSprms & writerfilter::rtftok::RTFParserState::getListLevelEntries ( )
inline

◆ getListLevelNum()

int & writerfilter::rtftok::RTFParserState::getListLevelNum ( )
inline

◆ getMinute()

sal_uInt16 writerfilter::rtftok::RTFParserState::getMinute ( ) const
inline

Definition at line 469 of file rtfdocumentimpl.hxx.

References m_nMinute.

Referenced by writerfilter::rtftok::lcl_getDateTime().

◆ getMonth()

sal_uInt16 writerfilter::rtftok::RTFParserState::getMonth ( ) const
inline

Definition at line 475 of file rtfdocumentimpl.hxx.

References m_nMonth.

Referenced by writerfilter::rtftok::lcl_getDateTime().

◆ getParagraphAttributes()

RTFSprms & writerfilter::rtftok::RTFParserState::getParagraphAttributes ( )
inline

◆ getParagraphSprms()

RTFSprms & writerfilter::rtftok::RTFParserState::getParagraphSprms ( )
inline

◆ getPicture()

RTFPicture & writerfilter::rtftok::RTFParserState::getPicture ( )
inline

◆ getPropName()

OUString const & writerfilter::rtftok::RTFParserState::getPropName ( ) const
inline

◆ getPropType()

css::uno::Type const & writerfilter::rtftok::RTFParserState::getPropType ( ) const
inline

Definition at line 420 of file rtfdocumentimpl.hxx.

References m_aPropType.

Referenced by writerfilter::rtftok::RTFDocumentImpl::beforePopState().

◆ getRunType()

RunType writerfilter::rtftok::RTFParserState::getRunType ( ) const
inline

◆ getSectionAttributes()

RTFSprms & writerfilter::rtftok::RTFParserState::getSectionAttributes ( )
inline

◆ getSectionSprms()

RTFSprms & writerfilter::rtftok::RTFParserState::getSectionSprms ( )
inline

◆ getShape()

RTFShape & writerfilter::rtftok::RTFParserState::getShape ( )
inline

◆ getStartedTrackchange()

bool writerfilter::rtftok::RTFParserState::getStartedTrackchange ( ) const
inline

◆ getTabAttributes()

RTFSprms & writerfilter::rtftok::RTFParserState::getTabAttributes ( )
inline

◆ getTableAttributes()

RTFSprms & writerfilter::rtftok::RTFParserState::getTableAttributes ( )
inline

◆ getTableCellAttributes()

RTFSprms & writerfilter::rtftok::RTFParserState::getTableCellAttributes ( )
inline

◆ getTableCellSprms()

RTFSprms & writerfilter::rtftok::RTFParserState::getTableCellSprms ( )
inline

◆ getTableRowAttributes()

RTFSprms & writerfilter::rtftok::RTFParserState::getTableRowAttributes ( )
inline

◆ getTableRowSprms()

RTFSprms & writerfilter::rtftok::RTFParserState::getTableRowSprms ( )
inline

◆ getTableRowWidthAfter()

int writerfilter::rtftok::RTFParserState::getTableRowWidthAfter ( ) const
inline

◆ getTableSprms()

RTFSprms & writerfilter::rtftok::RTFParserState::getTableSprms ( )
inline

◆ getUc()

int writerfilter::rtftok::RTFParserState::getUc ( ) const
inline

Definition at line 496 of file rtfdocumentimpl.hxx.

References m_nUc.

Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue().

◆ getYear()

sal_uInt16 writerfilter::rtftok::RTFParserState::getYear ( ) const
inline

Definition at line 477 of file rtfdocumentimpl.hxx.

References m_nYear.

Referenced by writerfilter::rtftok::lcl_getDateTime().

◆ isFieldLocked()

bool writerfilter::rtftok::RTFParserState::isFieldLocked ( ) const
inline

◆ setBinaryToRead()

void writerfilter::rtftok::RTFParserState::setBinaryToRead ( int  nBinaryToRead)
inline

◆ setBorderState()

void writerfilter::rtftok::RTFParserState::setBorderState ( RTFBorderState  nBorderState)
inline

Definition at line 516 of file rtfdocumentimpl.hxx.

References m_nBorderState.

Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchFlag().

◆ setCreatedShapeGroup()

void writerfilter::rtftok::RTFParserState::setCreatedShapeGroup ( bool  bCreatedShapeGroup)
inline

◆ setCurrentBuffer()

void writerfilter::rtftok::RTFParserState::setCurrentBuffer ( RTFBuffer_t pCurrentBuffer)
inline

◆ setCurrentCharacterStyleIndex()

void writerfilter::rtftok::RTFParserState::setCurrentCharacterStyleIndex ( int  nCurrentCharacterStyleIndex)
inline

◆ setCurrentDestinationText()

void writerfilter::rtftok::RTFParserState::setCurrentDestinationText ( OUStringBuffer *  pDestinationText)
inline

◆ setCurrentEncoding()

void writerfilter::rtftok::RTFParserState::setCurrentEncoding ( rtl_TextEncoding  nCurrentEncoding)
inline

◆ setCurrentListIndex()

void writerfilter::rtftok::RTFParserState::setCurrentListIndex ( int  nCurrentListIndex)
inline

◆ setCurrentListOverrideIndex()

void writerfilter::rtftok::RTFParserState::setCurrentListOverrideIndex ( int  nCurrentListOverrideIndex)
inline

◆ setCurrentStyleIndex()

void writerfilter::rtftok::RTFParserState::setCurrentStyleIndex ( int  nCurrentStyleIndex)
inline

◆ setDay()

void writerfilter::rtftok::RTFParserState::setDay ( sal_uInt16  nDay)
inline

Definition at line 472 of file rtfdocumentimpl.hxx.

References m_nDay.

Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchInfoValue().

◆ setDestination()

void writerfilter::rtftok::RTFParserState::setDestination ( Destination  eDestination)
inline

◆ setDocVarName()

void writerfilter::rtftok::RTFParserState::setDocVarName ( OUString &  aDocVarName)
inline

Definition at line 530 of file rtfdocumentimpl.hxx.

References m_aDocVarName.

Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState().

◆ setFieldLocked()

void writerfilter::rtftok::RTFParserState::setFieldLocked ( bool  bSet)
inline

◆ setFieldStatus()

void writerfilter::rtftok::RTFParserState::setFieldStatus ( RTFFieldStatus  eFieldStatus)
inline

Definition at line 518 of file rtfdocumentimpl.hxx.

References m_eFieldStatus.

Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState().

◆ setHadShapeText()

void writerfilter::rtftok::RTFParserState::setHadShapeText ( bool  bHadShapeText)
inline

◆ setHour()

void writerfilter::rtftok::RTFParserState::setHour ( sal_uInt16  nHour)
inline

Definition at line 470 of file rtfdocumentimpl.hxx.

References m_nHour.

Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchInfoValue().

◆ setInBackground()

void writerfilter::rtftok::RTFParserState::setInBackground ( bool  bInBackground)
inline

◆ setInListpicture()

void writerfilter::rtftok::RTFParserState::setInListpicture ( bool  bInListpicture)
inline

◆ setInShape()

void writerfilter::rtftok::RTFParserState::setInShape ( bool  bInShape)
inline

◆ setInShapeGroup()

void writerfilter::rtftok::RTFParserState::setInShapeGroup ( bool  bInShapeGroup)
inline

◆ setInternalState()

void writerfilter::rtftok::RTFParserState::setInternalState ( RTFInternalState  nInternalState)
inline

◆ setLevelNumbersValid()

void writerfilter::rtftok::RTFParserState::setLevelNumbersValid ( bool  bLevelNumbersValid)
inline

◆ setMinute()

void writerfilter::rtftok::RTFParserState::setMinute ( sal_uInt16  nMinute)
inline

Definition at line 468 of file rtfdocumentimpl.hxx.

References m_nMinute.

Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchInfoValue().

◆ setMonth()

void writerfilter::rtftok::RTFParserState::setMonth ( sal_uInt16  nMonth)
inline

Definition at line 474 of file rtfdocumentimpl.hxx.

References m_nMonth.

Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchInfoValue().

◆ setPropName()

void writerfilter::rtftok::RTFParserState::setPropName ( const OUString &  rPropName)
inline

◆ setPropType()

void writerfilter::rtftok::RTFParserState::setPropType ( const css::uno::Type &  rPropType)
inline

Definition at line 419 of file rtfdocumentimpl.hxx.

References m_aPropType.

Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue().

◆ setRunType()

void writerfilter::rtftok::RTFParserState::setRunType ( RunType  eRunType)
inline

◆ setStartedTrackchange()

void writerfilter::rtftok::RTFParserState::setStartedTrackchange ( bool  bStartedTrackchange)
inline

◆ setTableRowWidthAfter()

void writerfilter::rtftok::RTFParserState::setTableRowWidthAfter ( int  nTableRowWidthAfter)
inline

◆ setUc()

void writerfilter::rtftok::RTFParserState::setUc ( int  nUc)
inline

Definition at line 495 of file rtfdocumentimpl.hxx.

References m_nUc.

Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchValue().

◆ setYear()

void writerfilter::rtftok::RTFParserState::setYear ( sal_uInt16  nYear)
inline

Definition at line 476 of file rtfdocumentimpl.hxx.

References m_nYear.

Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchInfoValue().

Member Data Documentation

◆ m_aCharacterAttributes

RTFSprms writerfilter::rtftok::RTFParserState::m_aCharacterAttributes
private

Definition at line 545 of file rtfdocumentimpl.hxx.

Referenced by getCharacterAttributes().

◆ m_aCharacterSprms

RTFSprms writerfilter::rtftok::RTFParserState::m_aCharacterSprms
private

Definition at line 544 of file rtfdocumentimpl.hxx.

Referenced by getCharacterSprms().

◆ m_aCurrentColor

RTFColorTableEntry writerfilter::rtftok::RTFParserState::m_aCurrentColor
private

Definition at line 561 of file rtfdocumentimpl.hxx.

Referenced by getCurrentColor().

◆ m_aDestinationText

OUStringBuffer writerfilter::rtftok::RTFParserState::m_aDestinationText { 512 }
private

Text from special destinations.

Definition at line 596 of file rtfdocumentimpl.hxx.

Referenced by getDestinationText().

◆ m_aDocVar

OUString writerfilter::rtftok::RTFParserState::m_aDocVar
private

For importing document variables which are not referenced in the document.

Definition at line 633 of file rtfdocumentimpl.hxx.

Referenced by appendDocVar(), and getDocVar().

◆ m_aDocVarName

OUString writerfilter::rtftok::RTFParserState::m_aDocVarName
private

Definition at line 634 of file rtfdocumentimpl.hxx.

Referenced by clearDocVarName(), getDocVarName(), and setDocVarName().

◆ m_aDrawingObject

RTFDrawingObject writerfilter::rtftok::RTFParserState::m_aDrawingObject
private

Definition at line 583 of file rtfdocumentimpl.hxx.

Referenced by getDrawingObject().

◆ m_aFrame

RTFFrame writerfilter::rtftok::RTFParserState::m_aFrame
private

Definition at line 584 of file rtfdocumentimpl.hxx.

Referenced by getFrame().

◆ m_aLevelNumbers

std::vector<sal_Int32> writerfilter::rtftok::RTFParserState::m_aLevelNumbers
private

List of character positions in leveltext to replace.

Definition at line 577 of file rtfdocumentimpl.hxx.

Referenced by getLevelNumbers().

◆ m_aListLevelEntries

RTFSprms writerfilter::rtftok::RTFParserState::m_aListLevelEntries
private

List level entries, which will form a list entry later.

Definition at line 575 of file rtfdocumentimpl.hxx.

Referenced by getListLevelEntries().

◆ m_aParagraphAttributes

RTFSprms writerfilter::rtftok::RTFParserState::m_aParagraphAttributes
private

Definition at line 548 of file rtfdocumentimpl.hxx.

Referenced by getParagraphAttributes().

◆ m_aParagraphSprms

RTFSprms writerfilter::rtftok::RTFParserState::m_aParagraphSprms
private

Definition at line 547 of file rtfdocumentimpl.hxx.

Referenced by getParagraphSprms().

◆ m_aPicture

RTFPicture writerfilter::rtftok::RTFParserState::m_aPicture
private

Definition at line 581 of file rtfdocumentimpl.hxx.

Referenced by getPicture().

◆ m_aPropName

OUString writerfilter::rtftok::RTFParserState::m_aPropName
private

User-defined property: key name.

Definition at line 625 of file rtfdocumentimpl.hxx.

Referenced by getPropName(), and setPropName().

◆ m_aPropType

css::uno::Type writerfilter::rtftok::RTFParserState::m_aPropType
private

User-defined property: value type.

Definition at line 627 of file rtfdocumentimpl.hxx.

Referenced by getPropType(), and setPropType().

◆ m_aSectionAttributes

RTFSprms writerfilter::rtftok::RTFParserState::m_aSectionAttributes
private

Definition at line 551 of file rtfdocumentimpl.hxx.

Referenced by getSectionAttributes().

◆ m_aSectionSprms

RTFSprms writerfilter::rtftok::RTFParserState::m_aSectionSprms
private

Definition at line 550 of file rtfdocumentimpl.hxx.

Referenced by getSectionSprms().

◆ m_aShape

RTFShape writerfilter::rtftok::RTFParserState::m_aShape
private

Definition at line 582 of file rtfdocumentimpl.hxx.

Referenced by getShape().

◆ m_aTabAttributes

RTFSprms writerfilter::rtftok::RTFParserState::m_aTabAttributes
private

Definition at line 559 of file rtfdocumentimpl.hxx.

Referenced by getTabAttributes().

◆ m_aTableAttributes

RTFSprms writerfilter::rtftok::RTFParserState::m_aTableAttributes
private

Definition at line 542 of file rtfdocumentimpl.hxx.

Referenced by getTableAttributes().

◆ m_aTableCellAttributes

RTFSprms writerfilter::rtftok::RTFParserState::m_aTableCellAttributes
private

Definition at line 557 of file rtfdocumentimpl.hxx.

Referenced by getTableCellAttributes().

◆ m_aTableCellSprms

RTFSprms writerfilter::rtftok::RTFParserState::m_aTableCellSprms
private

Definition at line 556 of file rtfdocumentimpl.hxx.

Referenced by getTableCellSprms().

◆ m_aTableRowAttributes

RTFSprms writerfilter::rtftok::RTFParserState::m_aTableRowAttributes
private

Definition at line 554 of file rtfdocumentimpl.hxx.

Referenced by getTableRowAttributes().

◆ m_aTableRowSprms

RTFSprms writerfilter::rtftok::RTFParserState::m_aTableRowSprms
private

Definition at line 553 of file rtfdocumentimpl.hxx.

Referenced by getTableRowSprms().

◆ m_aTableSprms

RTFSprms writerfilter::rtftok::RTFParserState::m_aTableSprms
private

Definition at line 541 of file rtfdocumentimpl.hxx.

Referenced by getTableSprms().

◆ m_bCreatedShapeGroup

bool writerfilter::rtftok::RTFParserState::m_bCreatedShapeGroup
private

A GroupShape was created and pushed to the parent stack.

Definition at line 621 of file rtfdocumentimpl.hxx.

Referenced by getCreatedShapeGroup(), and setCreatedShapeGroup().

◆ m_bFieldLocked

bool writerfilter::rtftok::RTFParserState::m_bFieldLocked
private

Definition at line 538 of file rtfdocumentimpl.hxx.

Referenced by isFieldLocked(), and setFieldLocked().

◆ m_bHadShapeText

bool writerfilter::rtftok::RTFParserState::m_bHadShapeText
private

Definition at line 618 of file rtfdocumentimpl.hxx.

Referenced by getHadShapeText(), and setHadShapeText().

◆ m_bInBackground

bool writerfilter::rtftok::RTFParserState::m_bInBackground
private

If we're inside a \background group.

Definition at line 616 of file rtfdocumentimpl.hxx.

Referenced by getInBackground(), and setInBackground().

◆ m_bInListpicture

bool writerfilter::rtftok::RTFParserState::m_bInListpicture
private

If we're inside a \listpicture group.

Definition at line 613 of file rtfdocumentimpl.hxx.

Referenced by getInListpicture(), and setInListpicture().

◆ m_bInShape

bool writerfilter::rtftok::RTFParserState::m_bInShape
private

If we're inside a \shp group.

Definition at line 620 of file rtfdocumentimpl.hxx.

Referenced by getInShape(), and setInShape().

◆ m_bInShapeGroup

bool writerfilter::rtftok::RTFParserState::m_bInShapeGroup
private

If we're inside a \shpgrp group.

Definition at line 619 of file rtfdocumentimpl.hxx.

Referenced by getInShapeGroup(), and setInShapeGroup().

◆ m_bLevelNumbersValid

bool writerfilter::rtftok::RTFParserState::m_bLevelNumbersValid
private

If aLevelNumbers should be read at all.

Definition at line 579 of file rtfdocumentimpl.hxx.

Referenced by getLevelNumbersValid(), and setLevelNumbersValid().

◆ m_bStartedTrackchange

bool writerfilter::rtftok::RTFParserState::m_bStartedTrackchange
private

Track change is started, need to end it before popping.

Definition at line 622 of file rtfdocumentimpl.hxx.

Referenced by getStartedTrackchange(), and setStartedTrackchange().

◆ m_eDestination

Destination writerfilter::rtftok::RTFParserState::m_eDestination
private

Definition at line 536 of file rtfdocumentimpl.hxx.

Referenced by getDestination(), and setDestination().

◆ m_eFieldStatus

RTFFieldStatus writerfilter::rtftok::RTFParserState::m_eFieldStatus
private

Definition at line 537 of file rtfdocumentimpl.hxx.

Referenced by getFieldStatus(), and setFieldStatus().

◆ m_eRunType

RunType writerfilter::rtftok::RTFParserState::m_eRunType
private

Definition at line 586 of file rtfdocumentimpl.hxx.

Referenced by getRunType(), and setRunType().

◆ m_nBinaryToRead

int writerfilter::rtftok::RTFParserState::m_nBinaryToRead
private

Characters to read, once in binary mode.

Definition at line 570 of file rtfdocumentimpl.hxx.

Referenced by getBinaryToRead(), and setBinaryToRead().

◆ m_nBorderState

RTFBorderState writerfilter::rtftok::RTFParserState::m_nBorderState
private

Definition at line 539 of file rtfdocumentimpl.hxx.

Referenced by getBorderState(), and setBorderState().

◆ m_nCharsToSkip

int writerfilter::rtftok::RTFParserState::m_nCharsToSkip
private

Characters to skip, set to nUc by \u.

Definition at line 568 of file rtfdocumentimpl.hxx.

Referenced by getCharsToSkip().

◆ m_nCurrentCharacterStyleIndex

int writerfilter::rtftok::RTFParserState::m_nCurrentCharacterStyleIndex
private

Index of the current character style.

Definition at line 603 of file rtfdocumentimpl.hxx.

Referenced by getCurrentCharacterStyleIndex(), and setCurrentCharacterStyleIndex().

◆ m_nCurrentEncoding

rtl_TextEncoding writerfilter::rtftok::RTFParserState::m_nCurrentEncoding
private

Definition at line 563 of file rtfdocumentimpl.hxx.

Referenced by getCurrentEncoding(), and setCurrentEncoding().

◆ m_nCurrentListIndex

int writerfilter::rtftok::RTFParserState::m_nCurrentListIndex = -1
private

Current listid, points to a listtable entry.

Definition at line 605 of file rtfdocumentimpl.hxx.

Referenced by getCurrentListIndex(), and setCurrentListIndex().

◆ m_nCurrentListOverrideIndex

int writerfilter::rtftok::RTFParserState::m_nCurrentListOverrideIndex = -1
private

Current ls, points to a listoverridetable entry.

Definition at line 607 of file rtfdocumentimpl.hxx.

Referenced by getCurrentListOverrideIndex(), and setCurrentListOverrideIndex().

◆ m_nCurrentStyleIndex

int writerfilter::rtftok::RTFParserState::m_nCurrentStyleIndex
private

Index of the current style.

Definition at line 601 of file rtfdocumentimpl.hxx.

Referenced by getCurrentStyleIndex(), and setCurrentStyleIndex().

◆ m_nDay

sal_uInt16 writerfilter::rtftok::RTFParserState::m_nDay
private

Definition at line 591 of file rtfdocumentimpl.hxx.

Referenced by getDay(), and setDay().

◆ m_nHour

sal_uInt16 writerfilter::rtftok::RTFParserState::m_nHour
private

Definition at line 592 of file rtfdocumentimpl.hxx.

Referenced by getHour(), and setHour().

◆ m_nInternalState

RTFInternalState writerfilter::rtftok::RTFParserState::m_nInternalState
private

Definition at line 535 of file rtfdocumentimpl.hxx.

Referenced by getInternalState(), and setInternalState().

◆ m_nListLevelNum

int writerfilter::rtftok::RTFParserState::m_nListLevelNum
private

Next list level index to use when parsing list table.

Definition at line 573 of file rtfdocumentimpl.hxx.

Referenced by getListLevelNum().

◆ m_nMinute

sal_uInt16 writerfilter::rtftok::RTFParserState::m_nMinute
private

Definition at line 593 of file rtfdocumentimpl.hxx.

Referenced by getMinute(), and setMinute().

◆ m_nMonth

sal_uInt16 writerfilter::rtftok::RTFParserState::m_nMonth
private

Definition at line 590 of file rtfdocumentimpl.hxx.

Referenced by getMonth(), and setMonth().

◆ m_nTableRowWidthAfter

int writerfilter::rtftok::RTFParserState::m_nTableRowWidthAfter
private

Width of invisible cell at the end of the row.

Definition at line 630 of file rtfdocumentimpl.hxx.

Referenced by getTableRowWidthAfter(), and setTableRowWidthAfter().

◆ m_nUc

int writerfilter::rtftok::RTFParserState::m_nUc
private

Current \uc value.

Definition at line 566 of file rtfdocumentimpl.hxx.

Referenced by getUc(), and setUc().

◆ m_nYear

sal_Int16 writerfilter::rtftok::RTFParserState::m_nYear
private

Definition at line 589 of file rtfdocumentimpl.hxx.

Referenced by getYear(), and setYear().

◆ m_pCurrentBuffer

RTFBuffer_t* writerfilter::rtftok::RTFParserState::m_pCurrentBuffer
private

Points to the active buffer, if there is one.

Definition at line 610 of file rtfdocumentimpl.hxx.

Referenced by getCurrentBuffer(), and setCurrentBuffer().

◆ m_pCurrentDestinationText

OUStringBuffer* writerfilter::rtftok::RTFParserState::m_pCurrentDestinationText
private

point to the buffer of the current destination

Definition at line 598 of file rtfdocumentimpl.hxx.

Referenced by appendDestinationText(), getCurrentDestinationText(), and setCurrentDestinationText().

◆ m_pDocumentImpl

RTFDocumentImpl* writerfilter::rtftok::RTFParserState::m_pDocumentImpl
private

Definition at line 534 of file rtfdocumentimpl.hxx.

Referenced by getDocumentImpl().


The documentation for this class was generated from the following files: