Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dbiffcodec.cxx81 BiffDecoder_XOR::BiffDecoder_XOR( sal_uInt16 nKey, sal_uInt16 nHash ) : in BiffDecoder_XOR() function in oox::xls::BiffDecoder_XOR
88 BiffDecoder_XOR::BiffDecoder_XOR( const BiffDecoder_XOR& rDecoder ) : in BiffDecoder_XOR() function in oox::xls::BiffDecoder_XOR
99 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()
/trunk/main/oox/inc/oox/xls/
H A Dbiffcodec.hxx90 class BiffDecoder_XOR : public BiffDecoderBase class
93 explicit BiffDecoder_XOR( sal_uInt16 nKey, sal_uInt16 nHash );
97 BiffDecoder_XOR( const BiffDecoder_XOR& rDecoder );
100 virtual BiffDecoder_XOR* implClone();

Completed in 15 milliseconds