Public Member Functions | |
virtual bool | tokenKeyword (IE_Imp_RTF *ie, RTF_KEYWORD_ID kwID, UT_sint32 param, bool paramUsed) |
virtual bool | tokenOpenBrace (IE_Imp_RTF *ie) |
virtual bool | tokenCloseBrace (IE_Imp_RTF *ie) |
virtual bool | tokenData (IE_Imp_RTF *ie, UT_UTF8String &data) |
virtual bool | finalizeParse (void) |
bool IE_Imp_TextParaPropParser::finalizeParse | ( | void | ) | [virtual] |
Reimplemented from IE_Imp_RTFGroupParser.
bool IE_Imp_TextParaPropParser::tokenCloseBrace | ( | IE_Imp_RTF * | ie | ) | [virtual] |
Reimplemented from IE_Imp_RTFGroupParser.
References IE_Imp_RTF::PopRTFState(), and UT_DEBUGMSG.
bool IE_Imp_TextParaPropParser::tokenData | ( | IE_Imp_RTF * | ie, | |
UT_UTF8String & | data | |||
) | [virtual] |
Reimplemented from IE_Imp_RTFGroupParser.
References IE_Imp_RTF::ParseChar(), UT_DEBUGMSG, and UT_UTF8String::utf8_str().
bool IE_Imp_TextParaPropParser::tokenKeyword | ( | IE_Imp_RTF * | ie, | |
RTF_KEYWORD_ID | kwID, | |||
UT_sint32 | param, | |||
bool | paramUsed | |||
) | [virtual] |
Reimplemented from IE_Imp_RTFGroupParser.
References IE_Imp_RTF::TranslateKeywordID(), and xxx_UT_DEBUGMSG.
bool IE_Imp_TextParaPropParser::tokenOpenBrace | ( | IE_Imp_RTF * | ie | ) | [virtual] |
Reimplemented from IE_Imp_RTFGroupParser.
References IE_Imp_RTF::PushRTFState(), and UT_DEBUGMSG.