Home
last modified time | relevance | path

Searched refs:CFDF_Document (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_fdf.cpp8 CFDF_Document::CFDF_Document() : CPDF_IndirectObjects(NULL) in CFDF_Document() function in CFDF_Document
14 CFDF_Document::~CFDF_Document() in ~CFDF_Document()
20 CFDF_Document* CFDF_Document::CreateNewDoc() in CreateNewDoc()
22 CFDF_Document* pDoc = new CFDF_Document; in CreateNewDoc()
29 CFDF_Document* CFDF_Document::ParseFile(IFX_FileRead *pFile, FX_BOOL bOwnFile) in ParseFile()
34 CFDF_Document* pDoc = new CFDF_Document; in ParseFile()
42 CFDF_Document* CFDF_Document::ParseMemory(FX_LPCBYTE pData, FX_DWORD size) in ParseMemory()
44 return CFDF_Document::ParseFile(FX_CreateMemoryStream((FX_LPBYTE)pData, size), TRUE); in ParseMemory()
46 void CFDF_Document::ParseStream(IFX_FileRead *pFile, FX_BOOL bOwnFile) in ParseStream()
88 FX_BOOL CFDF_Document::WriteBuf(CFX_ByteTextBuf& buf) const in WriteBuf()
[all …]
/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h20 class CFDF_Document; variable
772 class CFDF_Document : public CPDF_IndirectObjects
775 static CFDF_Document* CreateNewDoc();
776 static CFDF_Document* ParseFile(IFX_FileRead *pFile, FX_BOOL bOwnFile = FALSE);
777 static CFDF_Document* ParseMemory(FX_LPCBYTE pData, FX_DWORD size);
779 ~CFDF_Document();
791 CFDF_Document();
/external/pdfium/core/src/fpdfdoc/
Ddoc_form.cpp1387 CFDF_Document* CPDF_InterForm::ExportToFDF(FX_WSTR pdf_path, FX_BOOL bSimpleFileSpec) const in ExportToFDF()
1398 CFDF_Document* CPDF_InterForm::ExportToFDF(FX_WSTR pdf_path, CFX_PtrArray& fields, FX_BOOL bInclude… in ExportToFDF()
1400 CFDF_Document* pDoc = CFDF_Document::CreateNewDoc(); in ExportToFDF()
1562 FX_BOOL CPDF_InterForm::ImportFromFDF(const CFDF_Document* pFDF, FX_BOOL bNotify) in ImportFromFDF()
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp2285 …if (CFDF_Document *pFDFDocument = CFDF_Document::ParseMemory((const unsigned char *)sBuffer.GetBuf… in DoFDFBuffer()
2324 CFDF_Document* pFDF = CFDF_Document::ParseMemory(pBuf, nBufSize); in FDFToURLEncodedData()
2368CFDF_Document* pFDF = m_pInterForm->ExportToFDF(m_pDocument->GetPath(),(CFX_PtrArray&)fields, bInc… in ExportFieldsToFDFTextBuf()
2393 CFDF_Document* pFDFDoc = m_pInterForm->ExportToFDF(wsPDFFilePath); in SubmitForm()
2427 CFDF_Document* pFDF = m_pInterForm->ExportToFDF(m_pDocument->GetPath()); in ExportFormToFDFTextBuf()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h936 CFDF_Document* ExportToFDF(FX_WSTR pdf_path, FX_BOOL bSimpleFileSpec = FALSE) const;
938CFDF_Document* ExportToFDF(FX_WSTR pdf_path, CFX_PtrArray& fields, FX_BOOL bIncludeOrExclude = T…
940 FX_BOOL ImportFromFDF(const CFDF_Document* pFDFDoc, FX_BOOL bNotify = FALSE);