Searched refs:BiffDecoder_RCF (Results 1 – 2 of 2) sorted by relevance
167 BiffDecoder_RCF::BiffDecoder_RCF( sal_uInt8 pnSalt[ 16 ], sal_uInt8 pnVerifier[ 16 ], sal_uInt8 pnV… in BiffDecoder_RCF() function in oox::xls::BiffDecoder_RCF174 BiffDecoder_RCF::BiffDecoder_RCF( const BiffDecoder_RCF& rDecoder ) : in BiffDecoder_RCF() function in oox::xls::BiffDecoder_RCF185 BiffDecoder_RCF* BiffDecoder_RCF::implClone() in implClone()187 return new BiffDecoder_RCF( *this ); in implClone()190 Sequence< NamedValue > BiffDecoder_RCF::implVerifyPassword( const OUString& rPassword ) in implVerifyPassword()214 bool BiffDecoder_RCF::implVerifyEncryptionData( const Sequence< NamedValue >& rEncryptionData ) in implVerifyEncryptionData()230 void BiffDecoder_RCF::implDecode( sal_uInt8* pnDestData, const sal_uInt8* pnSrcData, sal_Int64 nStr… in implDecode()293 xDecoder.reset( new BiffDecoder_RCF( pnSalt, pnVerifier, pnVerifierHash ) ); in lclReadFilePass_RCF()
124 class BiffDecoder_RCF : public BiffDecoderBase class127 explicit BiffDecoder_RCF(134 BiffDecoder_RCF( const BiffDecoder_RCF& rDecoder );137 virtual BiffDecoder_RCF* implClone();
Completed in 7 milliseconds