Searched refs:BiffDecoder_XOR (Results 1 – 2 of 2) sorted by relevance
81 BiffDecoder_XOR::BiffDecoder_XOR( sal_uInt16 nKey, sal_uInt16 nHash ) : in BiffDecoder_XOR() function in oox::xls::BiffDecoder_XOR88 BiffDecoder_XOR::BiffDecoder_XOR( const BiffDecoder_XOR& rDecoder ) : in BiffDecoder_XOR() function in oox::xls::BiffDecoder_XOR99 BiffDecoder_XOR* BiffDecoder_XOR::implClone() in implClone()101 return new BiffDecoder_XOR( *this ); in implClone()104 Sequence< NamedValue > BiffDecoder_XOR::implVerifyPassword( const OUString& rPassword ) in implVerifyPassword()124 bool BiffDecoder_XOR::implVerifyEncryptionData( const Sequence< NamedValue >& rEncryptionData ) in implVerifyEncryptionData()140 void BiffDecoder_XOR::implDecode( sal_uInt8* pnDestData, const sal_uInt8* pnSrcData, sal_Int64 nStr… in implDecode()276 xDecoder.reset( new BiffDecoder_XOR( nBaseKey, nHash ) ); in lclReadFilePass_XOR()
90 class BiffDecoder_XOR : public BiffDecoderBase class93 explicit BiffDecoder_XOR( sal_uInt16 nKey, sal_uInt16 nHash );97 BiffDecoder_XOR( const BiffDecoder_XOR& rDecoder );100 virtual BiffDecoder_XOR* implClone();
Completed in 20 milliseconds