Searched refs:m_pInterForm (Results 1 – 4 of 4) sorted by relevance
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()[all …]
328 m_pInterForm(NULL),m_pEnv(pEnv),m_pOccontent(NULL),m_bChangeMask(FALSE) in CPDFSDK_Document()343 if(m_pInterForm) in ~CPDFSDK_Document()345 m_pInterForm->Destroy(); in ~CPDFSDK_Document()346 m_pInterForm = NULL; in ~CPDFSDK_Document()482 if(!m_pInterForm) in GetInterForm()483 m_pInterForm = new CPDFSDK_InterForm(this); in GetInterForm()484 return m_pInterForm; in GetInterForm()
120 CPDFSDK_InterForm* GetInterForm() const {return m_pInterForm;} in GetInterForm()162 CPDFSDK_InterForm* m_pInterForm;240 CPDF_InterForm* m_pInterForm; variable
411 CPDFSDK_InterForm* m_pInterForm; variable