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

Represents an RTF Math Control Word. More...

#include <rtfcontrolwords.hxx>

Public Member Functions

 RTFMathSymbol (RTFKeyword eKeyword, int nToken=0, Destination eDestination=Destination::NORMAL)
 
int GetToken () const
 
Destination GetDestination () const
 
bool operator< (const RTFMathSymbol &rOther) const
 

Private Attributes

RTFKeyword m_eKeyword
 
int m_nToken
 This is the OOXML token equivalent. More...
 
Destination m_eDestination
 

Detailed Description

Represents an RTF Math Control Word.

Definition at line 2022 of file rtfcontrolwords.hxx.

Constructor & Destructor Documentation

◆ RTFMathSymbol()

writerfilter::rtftok::RTFMathSymbol::RTFMathSymbol ( RTFKeyword  eKeyword,
int  nToken = 0,
Destination  eDestination = Destination::NORMAL 
)
inline

Definition at line 2029 of file rtfcontrolwords.hxx.

References nToken.

Member Function Documentation

◆ GetDestination()

Destination writerfilter::rtftok::RTFMathSymbol::GetDestination ( ) const
inline

◆ GetToken()

int writerfilter::rtftok::RTFMathSymbol::GetToken ( ) const
inline

◆ operator<()

bool writerfilter::rtftok::RTFMathSymbol::operator< ( const RTFMathSymbol rOther) const

Definition at line 1893 of file rtfcontrolwords.cxx.

References m_eKeyword.

Member Data Documentation

◆ m_eDestination

Destination writerfilter::rtftok::RTFMathSymbol::m_eDestination
private

Definition at line 2026 of file rtfcontrolwords.hxx.

Referenced by GetDestination().

◆ m_eKeyword

RTFKeyword writerfilter::rtftok::RTFMathSymbol::m_eKeyword
private

Definition at line 2024 of file rtfcontrolwords.hxx.

Referenced by operator<().

◆ m_nToken

int writerfilter::rtftok::RTFMathSymbol::m_nToken
private

This is the OOXML token equivalent.

Definition at line 2025 of file rtfcontrolwords.hxx.

Referenced by GetToken().


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