Searched defs:pFDF (Results 1 – 3 of 3) sorted by relevance
367 rfbFileDownloadFailedMsg *pFDF = NULL; in CreateFileDownloadErrMsg() local555 rfbFileUploadCancelMsg *pFDF = NULL; in CreateFileUploadErrMsg() local
2324 CFDF_Document* pFDF = CFDF_Document::ParseMemory(pBuf, nBufSize); in FDFToURLEncodedData() local2368 …CFDF_Document* pFDF = m_pInterForm->ExportToFDF(m_pDocument->GetPath(),(CFX_PtrArray&)fields, bInc… in ExportFieldsToFDFTextBuf() local2427 CFDF_Document* pFDF = m_pInterForm->ExportToFDF(m_pDocument->GetPath()); in ExportFormToFDFTextBuf() local
1562 FX_BOOL CPDF_InterForm::ImportFromFDF(const CFDF_Document* pFDF, FX_BOOL bNotify) in ImportFromFDF()