Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dbiffcodec.cxx167 BiffDecoder_RCF::BiffDecoder_RCF( sal_uInt8 pnSalt[ 16 ], sal_uInt8 pnVerifier[ 16 ], sal_uInt8 pnV… in BiffDecoder_RCF() function in oox::xls::BiffDecoder_RCF
174 BiffDecoder_RCF::BiffDecoder_RCF( const BiffDecoder_RCF& rDecoder ) : in BiffDecoder_RCF() function in oox::xls::BiffDecoder_RCF
185 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()
/trunk/main/oox/inc/oox/xls/
H A Dbiffcodec.hxx124 class BiffDecoder_RCF : public BiffDecoderBase class
127 explicit BiffDecoder_RCF(
134 BiffDecoder_RCF( const BiffDecoder_RCF& rDecoder );
137 virtual BiffDecoder_RCF* implClone();

Completed in 13 milliseconds