implement RTF_COLS
This commit is contained in:
parent
98d0937a16
commit
53cf30bde8
1 changed files with 7 additions and 0 deletions
|
@ -1410,6 +1410,13 @@ int RTFDocumentImpl::dispatchValue(RTFKeyword nKeyword, int nParam)
|
|||
NS_ooxml::LN_CT_TrPrBase_trHeight, NS_ooxml::LN_CT_Height_val, pValue);
|
||||
}
|
||||
break;
|
||||
case RTF_COLS:
|
||||
{
|
||||
RTFValue::Pointer_t pValue(new RTFValue(nParam));
|
||||
lcl_putNestedAttribute(m_aStates.top().aSectionSprms,
|
||||
NS_ooxml::LN_EG_SectPrContents_cols, NS_ooxml::LN_CT_Columns_num, pValue);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
OSL_TRACE("%s: TODO handle value '%s'", OSL_THIS_FUNC, m_pCurrentKeyword->getStr());
|
||||
bParsed = false;
|
||||
|
|
Loading…
Reference in a new issue