Searched refs:XclExpBiff8Encrypter (Results 1 – 3 of 3) sorted by relevance
483 XclExpBiff8Encrypter::XclExpBiff8Encrypter( const XclExpRoot& rRoot ) : in XclExpBiff8Encrypter() function in XclExpBiff8Encrypter495 XclExpBiff8Encrypter::~XclExpBiff8Encrypter() in ~XclExpBiff8Encrypter()499 bool XclExpBiff8Encrypter::IsValid() const in IsValid()510 void XclExpBiff8Encrypter::GetSalt( sal_uInt8 pnSalt[16] ) const in GetSalt()516 void XclExpBiff8Encrypter::GetDocId( sal_uInt8 pnDocId[16] ) const in GetDocId()522 void XclExpBiff8Encrypter::Encrypt( SvStream& rStrm, sal_uInt8 nData ) in Encrypt()547 void XclExpBiff8Encrypter::Encrypt( SvStream& rStrm, float fValue ) in Encrypt()554 void XclExpBiff8Encrypter::Encrypt( SvStream& rStrm, double fValue ) in Encrypt()561 void XclExpBiff8Encrypter::Encrypt( SvStream& rStrm, sal_Int8 nData ) in Encrypt()566 void XclExpBiff8Encrypter::Encrypt( SvStream& rStrm, sal_Int16 nData ) in Encrypt()[all …]
52 class XclExpBiff8Encrypter;53 typedef ScfRef< XclExpBiff8Encrypter > XclExpEncrypterRef;215 class XclExpBiff8Encrypter class218 explicit XclExpBiff8Encrypter( const XclExpRoot& rRoot );219 ~XclExpBiff8Encrypter();
1274 XclExpEncrypterRef xEnc( new XclExpBiff8Encrypter(mrRoot) ); in WriteBody()
Completed in 21 milliseconds