Searched refs:BeforeFormReset (Results 1 – 4 of 4) sorted by relevance
26 virtual int BeforeFormReset(CPDF_InterForm* pForm) = 0;
904 if (bNotify && m_pFormNotify && m_pFormNotify->BeforeFormReset(this) < 0) in ResetForm()922 if (bNotify && m_pFormNotify && m_pFormNotify->BeforeFormReset(this) < 0) in ResetForm()
113 int BeforeFormReset(CPDF_InterForm* pForm) override;
691 int CPDFSDK_InterForm::BeforeFormReset(CPDF_InterForm* pForm) { in BeforeFormReset() function in CPDFSDK_InterForm