Searched refs:CPDF_FormNotify (Results 1 – 3 of 3) sorted by relevance
38 class CPDF_FormNotify; variable951 CPDF_FormNotify* GetFormNotify() const in GetFormNotify()956 void SetFormNotify(const CPDF_FormNotify* pNotify);1009 CPDF_FormNotify* m_pFormNotify;1508 class CPDF_FormNotify 1512 virtual ~CPDF_FormNotify() {} in ~CPDF_FormNotify()
170 class CPDFSDK_InterForm : public CPDF_FormNotify
1594 void CPDF_InterForm::SetFormNotify(const CPDF_FormNotify* pNotify) in SetFormNotify()1596 m_pFormNotify = (CPDF_FormNotify*)pNotify; in SetFormNotify()