Home
last modified time | relevance | path

Searched refs:pFDF (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp2339 CFDF_Document* pFDF = CFDF_Document::ParseMemory(pBuf, nBufSize); in FDFToURLEncodedData() local
2340 if (pFDF) in FDFToURLEncodedData()
2342 CPDF_Dictionary* pMainDict = pFDF->GetRoot()->GetDict("FDF"); in FDFToURLEncodedData()
2388 …CFDF_Document* pFDF = m_pInterForm->ExportToFDF(m_pDocument->GetPath(),(CFX_PtrArray&)fields, bInc… in ExportFieldsToFDFFile() local
2389 if (!pFDF) return FALSE; in ExportFieldsToFDFFile()
2390 FX_BOOL bRet = pFDF->WriteFile(sFDFFileName.UTF8Encode()); // = FALSE;// in ExportFieldsToFDFFile()
2391 delete pFDF; in ExportFieldsToFDFFile()
2400 …CFDF_Document* pFDF = m_pInterForm->ExportToFDF(m_pDocument->GetPath(),(CFX_PtrArray&)fields, bInc… in ExportFieldsToFDFTextBuf() local
2401 if (!pFDF) return FALSE; in ExportFieldsToFDFTextBuf()
2402 FX_BOOL bRet = pFDF->WriteBuf(textBuf); // = FALSE;// in ExportFieldsToFDFTextBuf()
[all …]
/external/pdfium/core/src/fpdfdoc/
Ddoc_form.cpp1586 FX_BOOL CPDF_InterForm::ImportFromFDF(const CFDF_Document* pFDF, FX_BOOL bNotify) in ImportFromFDF() argument
1588 if (pFDF == NULL) { in ImportFromFDF()
1591 CPDF_Dictionary* pMainDict = pFDF->GetRoot()->GetDict("FDF"); in ImportFromFDF()