Searched refs:m_bRichText (Results 1 – 4 of 4) sorted by relevance
805 m_bRichText(FALSE), in CPDF_VariableText()816 if (m_bRichText) { in Initialize()852 if (m_bRichText) { in InsertWord()884 if (m_bRichText) { in InsertSection()976 if (m_bRichText) { in SetText()1341 return m_bRichText && WordInfo.pWordProps in GetWordFontSize()1349 return m_bRichText && WordInfo.pWordProps ? WordInfo.pWordProps->nFontIndex in GetWordFontIndex()1374 return m_bRichText && SecInfo.pWordProps in GetLineAscent()1380 return m_bRichText && SecInfo.pWordProps in GetLineDescent()1412 return m_bRichText && SecInfo.pSecProps ? SecInfo.pSecProps->fLineLeading in GetLineLeading()[all …]
380 void SetRichText(FX_BOOL bRichText) override { m_bRichText = bRichText; } in SetRichText()386 FX_BOOL IsRichText() const override { return m_bRichText; } in IsRichText()528 FX_BOOL m_bRichText; variable
677 m_bRichText(FALSE), in CXFA_TextLayout()716 CXFA_Node* pNode = m_pTextProvider->GetTextNode(m_bRichText); in GetTextDataNode()717 if (pNode && m_bRichText) { in GetTextDataNode()724 if (m_bRichText) { in GetXMLContainerNode()899 if (m_bRichText) { in GetText()1125 if (m_bRichText) { in Layout()1327 if (m_bRichText) { in Loader()1611 if (dwStatus == FX_RTFBREAK_ParagraphBreak && m_bRichText) { in AppendChar()
395 FX_BOOL m_bRichText; variable