Searched refs:getDeflatedStream (Results 1 – 2 of 2) sorted by relevance
/trunk/main/sdext/source/pdfimport/pdfparse/ |
H A D | pdfentries.cxx | 670 bool PDFObject::getDeflatedStream( char** ppStream, unsigned int* pBytes, const PDFContainer* pObje… in getDeflatedStream() function in PDFObject 794 …if( getDeflatedStream( &pStream, &nBytes, pParsedFile, rWriteContext ) && nBytes && rWriteContext.… in writeStream() 832 … bool bDeflate = getDeflatedStream( &pStream, &nBytes, pEData->m_pObjectContainer, rWriteContext ); in emit()
|
/trunk/main/sdext/source/pdfimport/inc/ |
H A D | pdfparse.hxx | 284 …bool getDeflatedStream( char** ppStream, unsigned int* pBytes, const PDFContainer* pObjectContaine…
|
Completed in 26 milliseconds