HomeSort by relevance Sort by last modified time
    Searched refs:FPDF_GetFieldAttr (Results 1 - 7 of 7) sorted by null

  /external/pdfium/core/src/fpdfdoc/
doc_formfield.cpp 35 CFX_ByteString type_name = FPDF_GetFieldAttr(m_pDict, "FT") ? FPDF_GetFieldAttr(m_pDict, "FT")->GetString() : CFX_ByteString();
36 FX_DWORD flags = FPDF_GetFieldAttr(m_pDict, "Ff")? FPDF_GetFieldAttr(m_pDict, "Ff")->GetInteger() : 0;
173 CPDF_Object* pDV = FPDF_GetFieldAttr(m_pDict, "DV");
178 CPDF_Object* pV = FPDF_GetFieldAttr(m_pDict, "V");
183 CPDF_Object* pRV = FPDF_GetFieldAttr(m_pDict, "RV");
256 CPDF_Object* pObj = FPDF_GetFieldAttr(m_pDict, "AA");
264 CPDF_Object* pObj = FPDF_GetFieldAttr(m_pDict, "TU");
272 CPDF_Object* pObj = FPDF_GetFieldAttr(m_pDict, "TM")
    [all...]
doc_ap.cpp 16 CFX_ByteString field_type = FPDF_GetFieldAttr(pAnnotDict, "FT")->GetString();
17 FX_DWORD flags = FPDF_GetFieldAttr(pAnnotDict, "Ff")? FPDF_GetFieldAttr(pAnnotDict, "Ff")->GetInteger() : 0;
257 if (CPDF_Object* pDAObj = FPDF_GetFieldAttr(pAnnotDict, "DA")) {
435 CFX_WideString swValue = FPDF_GetFieldAttr(pAnnotDict, "V")? FPDF_GetFieldAttr(pAnnotDict, "V")->GetUnicodeText() : CFX_WideString();
436 FX_INT32 nAlign = FPDF_GetFieldAttr(pAnnotDict, "Q")? FPDF_GetFieldAttr(pAnnotDict, "Q")->GetInteger() : 0;
437 FX_DWORD dwFlags = FPDF_GetFieldAttr(pAnnotDict, "Ff")? FPDF_GetFieldAttr(pAnnotDict, "Ff")->GetInteger() : 0
    [all...]
doc_formcontrol.cpp 88 CPDF_Object* pOpt = FPDF_GetFieldAttr(m_pField->m_pDict, "Opt");
104 CPDF_Object* pOpt = FPDF_GetFieldAttr(m_pField->m_pDict, "Opt");
126 CPDF_Object* pDV = FPDF_GetFieldAttr(m_pField->m_pDict, "DV");
257 CPDF_Object* pObj = FPDF_GetFieldAttr(m_pField->m_pDict, "A");
282 CPDF_Object* pObj = FPDF_GetFieldAttr(m_pField->m_pDict, "DA");
298 CPDF_Object* pObj = FPDF_GetFieldAttr(m_pWidgetDict, "DR");
314 pObj = FPDF_GetFieldAttr(pPageDict, "Resources");
335 CPDF_Object* pObj = FPDF_GetFieldAttr(m_pField->m_pDict, "Q");
doc_utils.cpp 713 CPDF_Object* FPDF_GetFieldAttr(CPDF_Dictionary* pFieldDict, const FX_CHAR* name, int nLevel)
729 return FPDF_GetFieldAttr(pParent, name, nLevel + 1);
doc_form.cpp     [all...]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_CBA_Fontmap.cpp 243 if ((pObj = FPDF_GetFieldAttr(m_pAnnotDict, "DA")))
250 pObj = FPDF_GetFieldAttr(pAcroFormDict, "DA");
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 1247 CPDF_Object* FPDF_GetFieldAttr(CPDF_Dictionary* pFieldDict, const FX_CHAR* name, int nLevel = 0);
    [all...]

Completed in 335 milliseconds