Searched refs:BeforeFormImportData (Results 1 – 4 of 4) sorted by relevance
333 int BeforeFormImportData(const CPDF_InterForm* pForm) override;
1040 virtual int BeforeFormImportData(const CPDF_InterForm* pForm) { return 0; } in BeforeFormImportData() function
1217 int iRet = m_pFormNotify->BeforeFormImportData(this); in ImportFromFDF()
2694 int CPDFSDK_InterForm::BeforeFormImportData(const CPDF_InterForm* pForm) { function in CPDFSDK_InterForm