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")->GetString();
36 FX_DWORD flags = FPDF_GetFieldAttr(m_pDict, "Ff")->GetInteger();
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");
280 CPDF_Object* pObj = FPDF_GetFieldAttr(m_pDict, "Ff");
288 CPDF_Object* pObj = FPDF_GetFieldAttr(m_pDict, "DS");
    [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");
283 CPDF_Object* pObj = FPDF_GetFieldAttr(m_pField->m_pDict, "DA");
299 CPDF_Object* pObj = FPDF_GetFieldAttr(m_pWidgetDict, "DR");
315 pObj = FPDF_GetFieldAttr(pPageDict, "Resources");
336 CPDF_Object* pObj = FPDF_GetFieldAttr(m_pField->m_pDict, "Q");
doc_ap.cpp 16 CFX_ByteString field_type = FPDF_GetFieldAttr(pAnnotDict, "FT")->GetString();
17 FX_DWORD flags = FPDF_GetFieldAttr(pAnnotDict, "Ff")->GetInteger();
256 CFX_ByteString DA = FPDF_GetFieldAttr(pAnnotDict, "DA")->GetString();
433 CFX_WideString swValue = FPDF_GetFieldAttr(pAnnotDict, "V")->GetUnicodeText();
434 FX_INT32 nAlign = FPDF_GetFieldAttr(pAnnotDict, "Q")->GetInteger();
435 FX_DWORD dwFlags = FPDF_GetFieldAttr(pAnnotDict, "Ff")->GetInteger();
436 FX_DWORD dwMaxLen = FPDF_GetFieldAttr(pAnnotDict, "MaxLen")->GetInteger();
485 CFX_WideString swValue = FPDF_GetFieldAttr(pAnnotDict, "V")->GetUnicodeText();
539 CPDF_Array * pOpts = FPDF_GetFieldAttr(pAnnotDict, "Opt")->GetArray();
540 CPDF_Array * pSels = FPDF_GetFieldAttr(pAnnotDict, "I")->GetArray();
    [all...]
doc_utils.cpp 732 CPDF_Object* FPDF_GetFieldAttr(CPDF_Dictionary* pFieldDict, const FX_CHAR* name, int nLevel)
748 return FPDF_GetFieldAttr(pParent, name, nLevel + 1);
doc_form.cpp     [all...]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_CBA_Fontmap.cpp 243 sDA = FPDF_GetFieldAttr(m_pAnnotDict, "DA")->GetString();
249 sDA = FPDF_GetFieldAttr(pAcroFormDict, "DA")->GetString();
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 1292 CPDF_Object* FPDF_GetFieldAttr(CPDF_Dictionary* pFieldDict, const FX_CHAR* name, int nLevel = 0);
    [all...]

Completed in 63 milliseconds