#include <ie_imp_RTF.h>
Public Member Functions | |
RTFProps_CharProps (void) | |
~RTFProps_CharProps (void) | |
Public Attributes | |
bool | m_deleted |
bool | m_bold |
bool | m_italic |
bool | m_underline |
bool | m_overline |
bool | m_strikeout |
bool | m_topline |
bool | m_botline |
bool | m_superscript |
double | m_superscript_pos |
bool | m_subscript |
double | m_subscript_pos |
double | m_fontSize |
UT_uint32 | m_fontNumber |
bool | m_hasColour |
UT_uint32 | m_colourNumber |
bool | m_hasBgColour |
UT_uint32 | m_bgcolourNumber |
UT_sint32 | m_styleNumber |
UT_uint32 | m_listTag |
const char * | m_szLang |
UT_BidiCharType | m_dir |
UT_BidiCharType | m_dirOverride |
bool | m_Hidden |
PP_RevisionType | m_eRevision |
UT_uint32 | m_iCurrentRevisionId |
RTFProps_CharProps::RTFProps_CharProps | ( | void | ) |
References m_bgcolourNumber, m_bold, m_botline, m_colourNumber, m_deleted, m_dir, m_dirOverride, m_eRevision, m_fontNumber, m_fontSize, m_hasBgColour, m_hasColour, m_Hidden, m_iCurrentRevisionId, m_italic, m_listTag, m_overline, m_strikeout, m_styleNumber, m_subscript, m_subscript_pos, m_superscript, m_superscript_pos, m_szLang, m_topline, and m_underline.
RTFProps_CharProps::~RTFProps_CharProps | ( | void | ) |
Referenced by IE_Imp_RTF::buildCharacterProps(), IE_Imp_RTF::HandleBackgroundColour(), and RTFProps_CharProps().
Referenced by IE_Imp_RTF::buildCharacterProps(), IE_Imp_RTF::HandleBold(), and RTFProps_CharProps().
Referenced by IE_Imp_RTF::buildCharacterProps(), IE_Imp_RTF::HandleBotline(), and RTFProps_CharProps().
Referenced by IE_Imp_RTF::buildCharacterProps(), IE_Imp_RTF::HandleColour(), and RTFProps_CharProps().
Referenced by IE_Imp_RTF::HandleDeleted(), IE_Imp_RTF::ParseChar(), and RTFProps_CharProps().
Referenced by IE_Imp_RTF::buildCharacterProps(), IE_Imp_RTF::HandleFontSize(), and RTFProps_CharProps().
Referenced by IE_Imp_RTF::buildCharacterProps(), IE_Imp_RTF::HandleBackgroundColour(), and RTFProps_CharProps().
Referenced by IE_Imp_RTF::buildCharacterProps(), IE_Imp_RTF::HandleColour(), and RTFProps_CharProps().
Referenced by IE_Imp_RTF::buildCharacterProps(), IE_Imp_RTF::HandleHidden(), and RTFProps_CharProps().
Referenced by IE_Imp_RTF::buildCharacterProps(), IE_Imp_RTF::HandleItalic(), and RTFProps_CharProps().
Referenced by IE_Imp_RTF::buildCharacterProps(), IE_Imp_RTF::HandleListTag(), and RTFProps_CharProps().
Referenced by IE_Imp_RTF::buildCharacterProps(), IE_Imp_RTF::HandleOverline(), and RTFProps_CharProps().
Referenced by IE_Imp_RTF::buildCharacterProps(), IE_Imp_RTF::HandleStrikeout(), and RTFProps_CharProps().
Referenced by IE_Imp_RTF::HandleSubscriptPosition(), and RTFProps_CharProps().
Referenced by IE_Imp_RTF::HandleSuperscriptPosition(), and RTFProps_CharProps().
const char* RTFProps_CharProps::m_szLang |
Referenced by IE_Imp_RTF::buildCharacterProps(), RTFProps_CharProps(), and IE_Imp_RTF::TranslateKeywordID().
Referenced by IE_Imp_RTF::buildCharacterProps(), IE_Imp_RTF::HandleTopline(), and RTFProps_CharProps().
Referenced by IE_Imp_RTF::buildCharacterProps(), IE_Imp_RTF::HandleUnderline(), and RTFProps_CharProps().