Home
last modified time | relevance | path

Searched refs:BinaryCodec_RCF (Results 1 – 3 of 3) sorted by relevance

/trunk/main/oox/source/core/
H A Dbinarycodec.cxx268 BinaryCodec_RCF::BinaryCodec_RCF() in BinaryCodec_RCF() function in oox::core::BinaryCodec_RCF
280 BinaryCodec_RCF::~BinaryCodec_RCF() in ~BinaryCodec_RCF()
288 bool BinaryCodec_RCF::initCodec( const uno::Sequence< beans::NamedValue >& aData ) in initCodec()
313 uno::Sequence< beans::NamedValue > BinaryCodec_RCF::getEncryptionData() in getEncryptionData()
322 void BinaryCodec_RCF::initKey( const sal_uInt16 pnPassData[ 16 ], const sal_uInt8 pnSalt[ 16 ] ) in initKey()
335 bool BinaryCodec_RCF::verifyKey( const sal_uInt8 pnVerifier[ 16 ], const sal_uInt8 pnVerifierHash[ … in verifyKey()
366 bool BinaryCodec_RCF::startBlock( sal_Int32 nCounter ) in startBlock()
397 bool BinaryCodec_RCF::decode( sal_uInt8* pnDestData, const sal_uInt8* pnSrcData, sal_Int32 nBytes ) in decode()
405 bool BinaryCodec_RCF::skip( sal_Int32 nBytes ) in skip()
/trunk/main/oox/inc/oox/core/
H A Dbinarycodec.hxx184 class BinaryCodec_RCF class
193 explicit BinaryCodec_RCF();
195 ~BinaryCodec_RCF();
/trunk/main/oox/inc/oox/xls/
H A Dbiffcodec.hxx151 ::oox::core::BinaryCodec_RCF maCodec; /// Cipher algorithm implementation.

Completed in 14 milliseconds