Lines Matching refs:m_pInterForm
28 m_pInterForm(pInterForm), in CPDFSDK_Widget()
32 ASSERT(m_pInterForm != NULL); in CPDFSDK_Widget()
96 CPDF_InterForm* pPDFInterForm = m_pInterForm->GetInterForm(); in GetFieldFlags()
115 ASSERT(m_pInterForm != NULL); in GetFormField()
125 ASSERT(m_pInterForm != NULL); in GetFormControl()
127 CPDF_InterForm* pPDFInterForm = m_pInterForm->GetInterForm(); in GetFormControl()
398 ASSERT(m_pInterForm != NULL); in OnFormat()
400 return m_pInterForm->OnFormat(pFormField, nCommitKey, bFormated); in OnFormat()
409 ASSERT(m_pInterForm != NULL); in ResetFieldAppearance()
411 m_pInterForm->ResetFieldAppearance(pFormField, NULL, bValueChanged); in ResetFieldAppearance()
446 ASSERT(m_pInterForm != NULL); in UpdateField()
447 m_pInterForm->UpdateField(pFormField); in UpdateField()
452 ASSERT(m_pInterForm != NULL); in DrawShadow()
455 if (m_pInterForm->IsNeedHighLight(nFieldType)) in DrawShadow()
461 FX_COLORREF color = m_pInterForm->GetHighlightColor(nFieldType); in DrawShadow()
462 FX_BYTE alpha = m_pInterForm->GetHighlightAlpha(); in DrawShadow()
465 ASSERT(m_pInterForm->GetDocument()); in DrawShadow()
466 CPDFDoc_Environment* pEnv = m_pInterForm->GetDocument()->GetEnv(); in DrawShadow()
645 ASSERT(this->m_pInterForm != NULL); in ResetAppearance_PushButton()
646 CPDFSDK_Document* pDoc = m_pInterForm->GetDocument(); in ResetAppearance_PushButton()
1048 ASSERT(this->m_pInterForm != NULL); in ResetAppearance_ComboBox()
1049 CPDFSDK_Document* pDoc = m_pInterForm->GetDocument(); in ResetAppearance_ComboBox()
1126 ASSERT(this->m_pInterForm != NULL); in ResetAppearance_ListBox()
1127 CPDFSDK_Document* pDoc = m_pInterForm->GetDocument(); in ResetAppearance_ListBox()
1218 ASSERT(this->m_pInterForm != NULL); in ResetAppearance_TextField()
1219 CPDFSDK_Document* pDoc = m_pInterForm->GetDocument(); in ResetAppearance_TextField()
1686 m_pInterForm(NULL), in CPDFSDK_InterForm()
1691 m_pInterForm = new CPDF_InterForm(m_pDocument->GetDocument(), FALSE); in CPDFSDK_InterForm()
1692 ASSERT(m_pInterForm != NULL); in CPDFSDK_InterForm()
1693 m_pInterForm->SetFormNotify(this); in CPDFSDK_InterForm()
1702 ASSERT(m_pInterForm != NULL); in ~CPDFSDK_InterForm()
1703 delete m_pInterForm; in ~CPDFSDK_InterForm()
1704 m_pInterForm = NULL; in ~CPDFSDK_InterForm()
1716 return m_pInterForm; in GetInterForm()
1742 if(!pControl || !m_pInterForm) return NULL; in GetWidget()
1783 ASSERT(m_pInterForm != NULL); in GetWidgets()
1785 for (int i=0,sz=m_pInterForm->CountFields(sFieldName); i<sz; i++) in GetWidgets()
1787 CPDF_FormField* pFormField = m_pInterForm->GetField(i, sFieldName); in GetWidgets()
1940 int nSize = m_pInterForm->CountFieldsInCalculationOrder(); in OnCalculate()
1943 if(CPDF_FormField* pField = m_pInterForm->GetFieldInCalculationOrder(i)) in OnCalculate()
2063 ASSERT(m_pInterForm != NULL); in ResetFieldAppearance()
2212 ASSERT(m_pInterForm != NULL); in DoAction_SubmitForm()
2231 if (m_pInterForm->CheckRequiredFields(&fields, bIncludeOrExclude)) in DoAction_SubmitForm()
2239 if ( m_pInterForm->CheckRequiredFields()) in DoAction_SubmitForm()
2249 if ( m_pInterForm->CheckRequiredFields()) in DoAction_SubmitForm()
2366 ASSERT(m_pInterForm != NULL); in ExportFieldsToFDFTextBuf()
2368 …CFDF_Document* pFDF = m_pInterForm->ExportToFDF(m_pDocument->GetPath(),(CFX_PtrArray&)fields, bInc… in ExportFieldsToFDFTextBuf()
2392 if(NULL == m_pInterForm) return FALSE; in SubmitForm()
2393 CFDF_Document* pFDFDoc = m_pInterForm->ExportToFDF(wsPDFFilePath); in SubmitForm()
2424 ASSERT(m_pInterForm != NULL); in ExportFormToFDFTextBuf()
2427 CFDF_Document* pFDF = m_pInterForm->ExportToFDF(m_pDocument->GetPath()); in ExportFormToFDFTextBuf()
2451 return m_pInterForm->ResetForm(fields, !(dwFlags & 0x01), TRUE); in DoAction_ResetForm()
2454 return m_pInterForm->ResetForm(TRUE); in DoAction_ResetForm()
2464 ASSERT(m_pInterForm != NULL); in GetFieldFromObjects()
2476 CPDF_FormField* pField = m_pInterForm->GetField(0, csName); in GetFieldFromObjects()
2482 if (m_pInterForm->IsValidFormField(pObject)) in GetFieldFromObjects()