Searched refs:GetForm (Results 1 – 4 of 4) sorted by relevance
27 CPDF_Form* GetForm() const { return m_pAnnotForm.get(); } in GetForm() function
415 CPDF_Form* pForm = pAnnot->GetForm(); in FPDFAnnot_UpdateObject()461 CPDF_Form* pForm = pAnnot->GetForm(); in FPDFAnnot_AppendObject()491 return pAnnot->GetForm()->GetPageObjectCount(); in FPDFAnnot_GetObjectCount()510 pAnnot->GetForm()->GetPageObjectByIndex(index)); in FPDFAnnot_GetObject()530 if (!pAnnot->GetForm()->ErasePageObjectAtIndex(index)) in FPDFAnnot_RemoveObject()533 UpdateContentStream(pAnnot->GetForm(), pStream); in FPDFAnnot_RemoveObject()
140 CPDF_InteractiveForm* GetForm() const { return m_pForm.Get(); } in GetForm() function
34 m_pForm(m_pField->GetForm()) {} in CPDF_FormControl()