Home | History | Annotate | Download | only in formfiller

Lines Matching refs:m_pAnnotDict

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);
233 FX_BOOL bWidget = (m_pAnnotDict->GetString("Subtype") == "Widget");
243 if ((pObj = FPDF_GetFieldAttr(m_pAnnotDict, "DA")))
264 if (CPDF_Dictionary * pDRDict = m_pAnnotDict->GetDict("DR"))
269 if (CPDF_Dictionary* pAPDict = m_pAnnotDict->GetDict("AP"))