Home
last modified time | relevance | path

Searched refs:getDeflatedStream (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/pdfimport/inc/
H A Dpdfparse.hxx279 …bool getDeflatedStream( std::unique_ptr<char[]>& rpStream, unsigned int* pBytes, const PDFContaine…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/pdfimport/inc/
H A Dpdfparse.hxx278 …bool getDeflatedStream( std::unique_ptr<char[]>& rpStream, unsigned int* pBytes, const PDFContaine…
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx658 bool PDFObject::getDeflatedStream( std::unique_ptr<char[]>& rpStream, unsigned int* pBytes, const P… in getDeflatedStream() function in PDFObject
789 …if( getDeflatedStream( pStream, &nBytes, pParsedFile, rWriteContext ) && nBytes && rWriteContext.m… in writeStream()
824 … bool bDeflate = getDeflatedStream( pStream, &nBytes, pEData->m_pObjectContainer, rWriteContext ); in emit()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx660 bool PDFObject::getDeflatedStream( std::unique_ptr<char[]>& rpStream, unsigned int* pBytes, const P… in getDeflatedStream() function in PDFObject
790 …if( getDeflatedStream( pStream, &nBytes, pParsedFile, rWriteContext ) && nBytes && rWriteContext.m… in writeStream()
825 … bool bDeflate = getDeflatedStream( pStream, &nBytes, pEData->m_pObjectContainer, rWriteContext ); in emit()