Lines Matching defs:EmitImplData
52 struct EmitImplData struct
55 typedef std::map< unsigned int, std::pair< unsigned int, unsigned int > > XRefTable;
56 XRefTable m_aXRefTable;
58 const PDFContainer* m_pObjectContainer;
59 unsigned int m_nDecryptObject;
60 unsigned int m_nDecryptGeneration;
63 bool insertXref( unsigned int nObject, unsigned int nGeneration, unsigned int nOffset ) in insertXref()
81 EmitImplData( const PDFContainer* pTopContainer ) : in EmitImplData() argument
86 ~EmitImplData() {} in ~EmitImplData()
87 bool decrypt( const sal_uInt8* pInBuffer, sal_uInt32 nLen, sal_uInt8* pOutBuffer, in decrypt()
94 void setDecryptObject( unsigned int nObject, unsigned int nGeneration ) in setDecryptObject()