Home
last modified time | relevance | path

Searched refs:BiffDecoderBase (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/oox/inc/oox/xls/
H A Dbiffcodec.hxx42 class BiffDecoderBase : public ::comphelper::IDocPasswordVerifier class
45 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 BiffDecoderBase
124 class BiffDecoder_RCF : public BiffDecoderBase
/aoo4110/main/oox/source/xls/
H A Dbiffcodec.cxx46 BiffDecoderBase::BiffDecoderBase() : in BiffDecoderBase() function in oox::xls::BiffDecoderBase
51 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 19 milliseconds