Kaydet (Commit) 46d7c921 authored tarafından Pavel Kysilka's avatar Pavel Kysilka Kaydeden (comit) Miklos Vajna

implement RTF_HIGHLIGHT

Change-Id: I9d695f9b544250017bea69167e3133c4e9ee37a4
üst 1136fa4f
......@@ -2392,6 +2392,12 @@ int RTFDocumentImpl::dispatchValue(RTFKeyword nKeyword, int nParam)
m_aStates.top().aCharacterSprms.set(0x6877, pValue);
}
break;
case RTF_HIGHLIGHT:
{
RTFValue::Pointer_t pValue(new RTFValue(nParam));
m_aStates.top().aCharacterSprms.set(NS_sprm::LN_CHighlight, pValue);
}
break;
case RTF_UP:
case RTF_DN:
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment