Home | History | Annotate | Download | only in src

Lines Matching refs:pWidget

369 		CPDFSDK_Widget* pWidget = (CPDFSDK_Widget*)pAnnot;

370 if (!pWidget->IsVisible()) return FALSE;
372 int nFieldFlags = pWidget->GetFieldFlags();
374 if (pWidget->GetFieldType() == FIELDTYPE_PUSHBUTTON)
378 CPDF_Page* pPage = pWidget->GetPDFPage();
404 CPDFSDK_Widget* pWidget = NULL;
407 pWidget = new CPDFSDK_Widget(pAnnot, pPage, pInterForm);
408 pInterForm->AddMap(pCtrl, pWidget);
411 pWidget->ResetAppearance(NULL,FALSE);
414 return pWidget;
424 CPDFSDK_Widget* pWidget = (CPDFSDK_Widget*)pAnnot;
425 CPDFSDK_InterForm* pInterForm = pWidget->GetInterForm();
428 CPDF_FormControl* pCtrol = pWidget->GetFormControl();
432 delete pWidget;
670 CPDFSDK_Widget* pWidget = (CPDFSDK_Widget*)pAnnot;
672 if (!pWidget->IsAppearanceValid())
673 pWidget->ResetAppearance(NULL, FALSE);
675 int nFieldType = pWidget->GetFieldType();
680 CFX_WideString sValue = pWidget->OnFormat(0, bFormated);
684 pWidget->ResetAppearance(sValue, FALSE);