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

Represents an RTF Control Word. More...

#include <rtfcontrolwords.hxx>

Public Member Functions

 RTFSymbol (const char *sKeyword, RTFControlType nControlType, RTFKeyword nIndex, int nDefValue)
 
const char * GetKeyword () const
 
RTFControlType GetControlType () const
 
RTFKeyword GetIndex () const
 
int GetDefValue () const
 

Private Attributes

const char * m_sKeyword
 
RTFControlType m_eControlType
 
RTFKeyword m_nIndex
 
int m_nDefValue
 Most of the control words default to 0. More...
 

Detailed Description

Represents an RTF Control Word.

Definition at line 1992 of file rtfcontrolwords.hxx.

Constructor & Destructor Documentation

◆ RTFSymbol()

writerfilter::rtftok::RTFSymbol::RTFSymbol ( const char *  sKeyword,
RTFControlType  nControlType,
RTFKeyword  nIndex,
int  nDefValue 
)
inline

Definition at line 2001 of file rtfcontrolwords.hxx.

References nIndex.

Member Function Documentation

◆ GetControlType()

RTFControlType writerfilter::rtftok::RTFSymbol::GetControlType ( ) const
inline

Definition at line 2011 of file rtfcontrolwords.hxx.

References m_eControlType.

Referenced by writerfilter::rtftok::RTFTokenizer::dispatchKeyword().

◆ GetDefValue()

int writerfilter::rtftok::RTFSymbol::GetDefValue ( ) const
inline

Definition at line 2015 of file rtfcontrolwords.hxx.

References m_nDefValue.

Referenced by writerfilter::rtftok::RTFTokenizer::dispatchKeyword().

◆ GetIndex()

RTFKeyword writerfilter::rtftok::RTFSymbol::GetIndex ( ) const
inline

Definition at line 2013 of file rtfcontrolwords.hxx.

References m_nIndex.

Referenced by writerfilter::rtftok::RTFTokenizer::dispatchKeyword().

◆ GetKeyword()

const char * writerfilter::rtftok::RTFSymbol::GetKeyword ( ) const
inline

Definition at line 2009 of file rtfcontrolwords.hxx.

References m_sKeyword.

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

Member Data Documentation

◆ m_eControlType

RTFControlType writerfilter::rtftok::RTFSymbol::m_eControlType
private

Definition at line 1995 of file rtfcontrolwords.hxx.

Referenced by GetControlType().

◆ m_nDefValue

int writerfilter::rtftok::RTFSymbol::m_nDefValue
private

Most of the control words default to 0.

Definition at line 1998 of file rtfcontrolwords.hxx.

Referenced by GetDefValue().

◆ m_nIndex

RTFKeyword writerfilter::rtftok::RTFSymbol::m_nIndex
private

Definition at line 1996 of file rtfcontrolwords.hxx.

Referenced by GetIndex().

◆ m_sKeyword

const char* writerfilter::rtftok::RTFSymbol::m_sKeyword
private

Definition at line 1994 of file rtfcontrolwords.hxx.

Referenced by GetKeyword().


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