Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp1233 FX_BOOL bRich = m_pVT->IsRichText(); in GetText()
1275 FX_BOOL bRich = m_pVT->IsRichText(); in GetRangeText()
1371 FX_BOOL CFX_Edit::IsRichText() const in IsRichText() function in CFX_Edit
1373 return m_pVT->IsRichText(); in IsRichText()
1481 if (m_pVT->IsValid() && m_pVT->IsRichText()) in SetRichTextProps()
1560 if (m_pVT->IsValid() && m_pVT->IsRichText()) in SetSecProps()
1763 if (m_pVT->IsValid() && m_pVT->IsRichText()) in SetWordProps()
2618 if (m_bNotify && m_pVT->IsRichText() && m_pNotify) in SetCaretChange()
3195 if (m_pVT->IsRichText()) in Clear()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h370 virtual FX_BOOL IsRichText() const = 0;
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h232 virtual FX_BOOL IsRichText() const = 0;
Dfxet_edit.h596 FX_BOOL IsRichText() const;
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h465 FX_BOOL IsRichText() const in IsRichText() function