Home | History | Annotate | Download | only in fpdfdoc

Lines Matching refs:m_pField

31     : m_pField(pField),
33 m_pForm(m_pField->GetForm()) {}
104 if (ToArray(FPDF_GetFieldAttr(m_pField->GetDict(), "Opt")))
105 csOn = ByteString::Format("%d", m_pField->GetControlIndex(this));
119 ToArray(FPDF_GetFieldAttr(m_pField->GetDict(), "Opt"))) {
120 int iIndex = m_pField->GetControlIndex(this);
140 CPDF_Object* pDV = FPDF_GetFieldAttr(m_pField->GetDict(), "DV");
181 CPDF_Form form(m_pField->GetForm()->GetDocument(),
182 m_pField->GetForm()->GetFormDict()->GetDictFor("DR"), pStream);
251 CPDF_Object* pObj = FPDF_GetFieldAttr(m_pField->GetDict(), "A");
261 return m_pField->GetAdditionalAction();
271 CPDF_Object* pObj = FPDF_GetFieldAttr(m_pField->GetDict(), "DA");
274 return m_pField->GetForm()->GetDefaultAppearance();
291 m_pField->GetForm()->GetDocument()->LoadFont(pElement);
297 if (CPDF_Font* pFormFont = m_pField->GetForm()->GetFormFont(csFontNameTag))
308 m_pField->GetForm()->GetDocument()->LoadFont(pElement);
323 CPDF_Object* pObj = FPDF_GetFieldAttr(m_pField->GetDict(), "Q");
326 return m_pField->GetForm()->GetFormAlignment();