Searched refs:bRichTextEdit (Results 1 – 1 of 1) sorted by relevance
3059 FX_BOOL bRichTextEdit = FALSE; in CXFA_FieldNode_IsRichTextEdit() local3064 return bRichTextEdit; in CXFA_FieldNode_IsRichTextEdit()3068 return bRichTextEdit; in CXFA_FieldNode_IsRichTextEdit()3074 bRichTextEdit = wsContentType.Equal(FX_WSTRC(L"text/html")); in CXFA_FieldNode_IsRichTextEdit()3075 if (bRichTextEdit) { in CXFA_FieldNode_IsRichTextEdit()3094 return bRichTextEdit; in CXFA_FieldNode_IsRichTextEdit()3103 FX_BOOL bRichTextEdit = CXFA_FieldNode_IsRichTextEdit(m_pNode, pXMLNode); in GetValue()3104 if (bRichTextEdit) { in GetValue()