Home | History | Annotate | Download | only in fpdf_parser

Lines Matching defs:CFDF_Document

8 CFDF_Document::CFDF_Document() : CPDF_IndirectObjects(NULL)
14 CFDF_Document::~CFDF_Document()
20 CFDF_Document* CFDF_Document::CreateNewDoc()
22 CFDF_Document* pDoc = new CFDF_Document;
29 CFDF_Document* CFDF_Document::ParseFile(IFX_FileRead *pFile, FX_BOOL bOwnFile)
34 CFDF_Document* pDoc = new CFDF_Document;
42 CFDF_Document* CFDF_Document::ParseMemory(FX_LPCBYTE pData, FX_DWORD size)
44 return CFDF_Document::ParseFile(FX_CreateMemoryStream((FX_LPBYTE)pData, size), TRUE);
46 void CFDF_Document::ParseStream(IFX_FileRead *pFile, FX_BOOL bOwnFile)
88 FX_BOOL CFDF_Document::WriteBuf(CFX_ByteTextBuf& buf) const
104 CFX_WideString CFDF_Document::GetWin32Path() const