Home
last modified time | relevance | path

Searched refs:IsRichText (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp1250 FX_BOOL bRich = m_pVT->IsRichText(); in GetText()
1292 FX_BOOL bRich = m_pVT->IsRichText(); in GetRangeText()
1388 FX_BOOL CFX_Edit::IsRichText() const in IsRichText() function in CFX_Edit
1390 return m_pVT->IsRichText(); in IsRichText()
1498 if (m_pVT->IsValid() && m_pVT->IsRichText()) in SetRichTextProps()
1577 if (m_pVT->IsValid() && m_pVT->IsRichText()) in SetSecProps()
1780 if (m_pVT->IsValid() && m_pVT->IsRichText()) in SetWordProps()
2635 if (m_bNotify && m_pVT->IsRichText() && m_pNotify) in SetCaretChange()
3212 if (m_pVT->IsRichText()) in Clear()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h366 virtual FX_BOOL IsRichText() const = 0;
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h211 virtual FX_BOOL IsRichText() const = 0;
Dfxet_edit.h600 FX_BOOL IsRichText() const;
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h468 FX_BOOL IsRichText() const in IsRichText() function