Searched refs:m_TableWidth (Results 1 – 2 of 2) sorted by relevance
115 m_TableWidth = 0; in CRF_Table()121 FX_FLOAT m_TableWidth; variable
560 pTable->m_TableWidth = GetElmWidth(pElement); in ProcessElement()591 if(cellWidth == 0 || pCell->m_MaxWidth > pTable->m_TableWidth) { in ProcessElement()595 … pCell->m_MaxWidth = pElement->GetNumberAttr(LayoutWidth) * reflowWidth / pTable->m_TableWidth; in ProcessElement()