Searched defs:pFDF (Results 1 – 3 of 3) sorted by relevance
518 rfbFileDownloadFailedMsg *pFDF = NULL; in CreateFileDownloadErrMsg() local706 rfbFileUploadCancelMsg *pFDF = NULL; in CreateFileUploadErrMsg() local
2451 CFDF_Document* pFDF = CFDF_Document::ParseMemory(pBuf, nBufSize); local2496 std::unique_ptr<CFDF_Document> pFDF(m_pInterForm->ExportToFDF( local2567 CFDF_Document* pFDF = m_pInterForm->ExportToFDF(m_pDocument->GetPath()); local
1202 FX_BOOL CPDF_InterForm::ImportFromFDF(const CFDF_Document* pFDF, in ImportFromFDF()