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

  /external/pdfium/fpdfsdk/src/formfiller/
FFL_CBA_Fontmap.cpp 13 m_pAnnotDict(NULL),
22 m_pAnnotDict = pAnnot->GetPDFAnnot()->m_pAnnotDict;
29 m_pAnnotDict(pAnnotDict),
94 ASSERT(m_pAnnotDict != NULL);
96 if (m_pAnnotDict->GetString("Subtype") == "Widget")
170 ASSERT(m_pAnnotDict != NULL);
173 CPDF_Dictionary* pAPDict = m_pAnnotDict->GetDict("AP");
178 m_pAnnotDict->SetAt("AP", pAPDict);
228 ASSERT(m_pAnnotDict != NULL)
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 83 CPDF_Dictionary* pAnnotDict = pAnnot->m_pAnnotDict;
141 m_pAnnotDict = pDict;
149 if (m_pAnnotDict->GetObjNum() == 0) {
150 m_pList->m_pDocument->AddIndirectObject(m_pAnnotDict);
152 return CPDF_Reference::Create(m_pList->m_pDocument, m_pAnnotDict->GetObjNum());
167 return m_pAnnotDict ? m_pAnnotDict->GetConstString(FX_BSTRC("Subtype")) : CFX_ByteStringC();
171 if (m_pAnnotDict == NULL) {
174 rect = m_pAnnotDict->GetRect("Rect");
219 CPDF_Stream* pStream = FPDFDOC_GetAnnotAP(m_pAnnotDict, mode)
    [all...]
  /external/pdfium/fpdfsdk/include/formfiller/
FFL_CBA_Fontmap.h 43 CPDF_Dictionary* m_pAnnotDict;
  /external/pdfium/fpdfsdk/src/
fpdf_ext.cpp 67 CPDF_Dictionary* pAnnotDict = pPDFAnnot->m_pAnnotDict;
92 CPDF_Dictionary* pAnnotDict = pPDFAnnot->m_pAnnotDict;
fpdfeditpage.cpp 295 pRectArray = pAnnot->m_pAnnotDict->GetArray("Rect");
301 pAnnot->m_pAnnotDict->SetAt("Rect",pRectArray);
fsdk_annothandler.cpp 95 ASSERT(pPDFAnnot->m_pAnnotDict != NULL);
98 pPDFAnnot->m_pAnnotDict->SetAtString("M", curTime.ToPDFDateTimeString());
99 pPDFAnnot->m_pAnnotDict->SetAtNumber("F", (int)0);
405 if (CPDF_FormControl* pCtrl = CPDFSDK_Widget::GetFormControl(pInterForm->GetInterForm(), pAnnot->m_pAnnotDict))
fsdk_baseform.cpp 43 ASSERT(m_pAnnot->m_pAnnotDict != NULL);
45 CPDF_Dictionary* pAP = m_pAnnot->m_pAnnotDict->GetDict("AP");
99 CPDF_FormControl* pFormControl = pPDFInterForm->GetControlByDict(m_pAnnot->m_pAnnotDict);
    [all...]
fsdk_mgr.cpp 754 CPDF_Dictionary* pAnnotDic = pAnnot->m_pAnnotDict;
834 if(pDict==pAnnot->GetPDFAnnot()->m_pAnnotDict)
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 575 CPDF_Dictionary* m_pAnnotDict;
581 return m_pAnnotDict->GetInteger("F");
    [all...]

Completed in 107 milliseconds