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

/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_fdf.cpp8 CFDF_Document::CFDF_Document() : CPDF_IndirectObjects(NULL) function in class:CFDF_Document
14 CFDF_Document::~CFDF_Document()
20 CFDF_Document* CFDF_Document::CreateNewDoc()
22 CFDF_Document* pDoc = FX_NEW CFDF_Document;
29 CFDF_Document* CFDF_Document
[all...]
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_parser.h23 class CFDF_Document;
793 class CFDF_Document : public CPDF_IndirectObjects class in inherits:CPDF_IndirectObjects
797 static CFDF_Document* CreateNewDoc();
799 static CFDF_Document* ParseFile(FX_LPCSTR file_path);
801 static CFDF_Document* ParseFile(FX_LPCWSTR file_path);
803 static CFDF_Document* ParseFile(IFX_FileRead *pFile, FX_BOOL bOwnFile = FALSE);
805 static CFDF_Document* ParseMemory(FX_LPCBYTE pData, FX_DWORD size);
807 ~CFDF_Document();
825 CFDF_Document();
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h981 CFDF_Document* ExportToFDF(FX_WSTR pdf_path, FX_BOOL bSimpleFileSpec = FALSE) const;
983 CFDF_Document* ExportToFDF(FX_WSTR pdf_path, CFX_PtrArray& fields, FX_BOOL bIncludeOrExclude = TRUE, FX_BOOL bSimpleFileSpec = FALSE) const;
985 FX_BOOL ImportFromFDF(const CFDF_Document* pFDFDoc, FX_BOOL bNotify = FALSE);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_form.cpp1411 CFDF_Document* CPDF_InterForm::ExportToFDF(FX_WSTR pdf_path, FX_BOOL bSimpleFileSpec) const
1422 CFDF_Document* CPDF_InterForm::ExportToFDF(FX_WSTR pdf_path, CFX_PtrArray& fields, FX_BOOL bIncludeOrExclude, FX_BOOL bSimpleFileSpec) const
1424 CFDF_Document* pDoc = CFDF_Document::CreateNewDoc();
1586 FX_BOOL CPDF_InterForm::ImportFromFDF(const CFDF_Document* pFDF, FX_BOOL bNotify)
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp2300 if (CFDF_Document *pFDFDocument = CFDF_Document::ParseMemory((const unsigned char *)sBuffer.GetBuffer(sBuffer.GetLength()), sBuffer.GetLength()))
2339 CFDF_Document* pFDF = CFDF_Document::ParseMemory(pBuf, nBufSize);
2388 CFDF_Document* pFDF = m_pInterForm->ExportToFDF(m_pDocument->GetPath(),(CFX_PtrArray&)fields, bIncludeOrExclude);
2400 CFDF_Document* pFDF = m_pInterForm->ExportToFDF(m_pDocument->GetPath(),(CFX_PtrArray&)fields, bIncludeOrExclude);
2425 CFDF_Document* pFDFDoc = m_pInterForm->ExportToFDF(wsPDFFilePath);
2460 CFDF_Document* pFDF = m_pInterForm->ExportToFDF(m_pDocument->GetPath());
2475 CFDF_Document* pFDF = m_pInterForm->ExportToFDF(m_pDocument->GetPath());

Completed in 544 milliseconds