Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxestream.cxx483 XclExpBiff8Encrypter::XclExpBiff8Encrypter( const XclExpRoot& rRoot ) : in XclExpBiff8Encrypter() function in XclExpBiff8Encrypter
495 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 …]
/trunk/main/sc/source/filter/inc/
H A Dxestream.hxx52 class XclExpBiff8Encrypter;
53 typedef ScfRef< XclExpBiff8Encrypter > XclExpEncrypterRef;
215 class XclExpBiff8Encrypter class
218 explicit XclExpBiff8Encrypter( const XclExpRoot& rRoot );
219 ~XclExpBiff8Encrypter();
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx1274 XclExpEncrypterRef xEnc( new XclExpBiff8Encrypter(mrRoot) ); in WriteBody()

Completed in 25 milliseconds