Searched refs:BiffDecoderBase (Results 1 – 2 of 2) sorted by relevance
42 class BiffDecoderBase : public ::comphelper::IDocPasswordVerifier class45 explicit BiffDecoderBase();46 virtual ~BiffDecoderBase();49 inline BiffDecoderBase* clone() { return implClone(); } in clone()67 virtual BiffDecoderBase* implClone() = 0;85 typedef ::boost::shared_ptr< BiffDecoderBase > BiffDecoderRef;90 class BiffDecoder_XOR : public BiffDecoderBase124 class BiffDecoder_RCF : public BiffDecoderBase
46 BiffDecoderBase::BiffDecoderBase() : in BiffDecoderBase() function in oox::xls::BiffDecoderBase51 BiffDecoderBase::~BiffDecoderBase() in ~BiffDecoderBase()55 ::comphelper::DocPasswordVerifierResult BiffDecoderBase::verifyPassword( const OUString& rPassword,… in verifyPassword()62 ::comphelper::DocPasswordVerifierResult BiffDecoderBase::verifyEncryptionData( const Sequence< Name… in verifyEncryptionData()68 void BiffDecoderBase::decode( sal_uInt8* pnDestData, const sal_uInt8* pnSrcData, sal_Int64 nStreamP… in decode()89 BiffDecoderBase(), // must be called to prevent compiler warning in BiffDecoder_XOR()175 BiffDecoderBase(), // must be called to prevent compiler warning in BiffDecoder_RCF()
Completed in 17 milliseconds