Home | History | Annotate | Download | only in src

Lines Matching refs:pInterForm

22 	CPDF_InterForm * pInterForm = NULL;

23 pInterForm = new CPDF_InterForm(pPage->m_pDocument,FALSE);
24 if (!pInterForm)
26 CPDF_FormControl* pFormCtrl = pInterForm->GetControlAtPoint(pPage, (FX_FLOAT)page_x, (FX_FLOAT)page_y);
29 delete pInterForm;
35 delete pInterForm;
40 delete pInterForm;
292 if(CPDFSDK_InterForm* pInterForm = pSDKDoc->GetInterForm())
294 pInterForm->SetHighlightColor(color, fieldType);
308 if(CPDFSDK_InterForm* pInterForm = pSDKDoc->GetInterForm())
309 pInterForm->SetHighlightAlpha(alpha);
320 if(CPDFSDK_InterForm* pInterForm = pSDKDoc->GetInterForm())
321 pInterForm->RemoveAllHighLight();