Home
last modified time | relevance | path

Searched defs:EmitImplData (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx43 struct EmitImplData struct
46 typedef std::map< unsigned int, std::pair< unsigned int, unsigned int > > XRefTable;
47 XRefTable m_aXRefTable;
49 const PDFContainer* m_pObjectContainer;
50 unsigned int m_nDecryptObject;
51 unsigned int m_nDecryptGeneration;
54 bool insertXref( unsigned int nObject, unsigned int nGeneration, unsigned int nOffset ) in insertXref()
72 explicit EmitImplData( const PDFContainer* pTopContainer ) : in EmitImplData() argument
77 void decrypt( const sal_uInt8* pInBuffer, sal_uInt32 nLen, sal_uInt8* pOutBuffer, in decrypt()
84 void setDecryptObject( unsigned int nObject, unsigned int nGeneration ) in setDecryptObject()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx43 struct EmitImplData struct
46 typedef std::map< unsigned int, std::pair< unsigned int, unsigned int > > XRefTable;
47 XRefTable m_aXRefTable;
49 const PDFContainer* m_pObjectContainer;
50 unsigned int m_nDecryptObject;
51 unsigned int m_nDecryptGeneration;
54 bool insertXref( unsigned int nObject, unsigned int nGeneration, unsigned int nOffset ) in insertXref()
72 explicit EmitImplData( const PDFContainer* pTopContainer ) : in EmitImplData() function
77 void decrypt( const sal_uInt8* pInBuffer, sal_uInt32 nLen, sal_uInt8* pOutBuffer, in decrypt()
84 void setDecryptObject( unsigned int nObject, unsigned int nGeneration ) in setDecryptObject()