LibreOffice Module sc (master)
1
|
Provides static functions to import stream decryption settings. More...
#include <xicontent.hxx>
Public Member Functions | |
XclImpDecryptHelper (const XclImpDecryptHelper &)=delete | |
delete copy constructor More... | |
const XclImpDecryptHelper & | operator= (const XclImpDecryptHelper &)=delete |
delete copy-assignment operator More... | |
XclImpDecryptHelper ()=delete | |
We don't want anybody to instantiate this class, since it is just a collection of static methods. More... | |
Static Public Member Functions | |
static const ErrCode & | ReadFilepass (XclImpStream &rStrm) |
Reads the FILEPASS record, queries a password and sets decryption algorithm. More... | |
Provides static functions to import stream decryption settings.
Definition at line 255 of file xicontent.hxx.
|
delete |
delete copy constructor
|
delete |
We don't want anybody to instantiate this class, since it is just a collection of static methods.
|
delete |
delete copy-assignment operator
|
static |
Reads the FILEPASS record, queries a password and sets decryption algorithm.
Definition at line 1240 of file xicontent.cxx.
References DBG_ERROR_BIFF, XclImpStream::DisableDecryption(), EXC_BIFF2, EXC_BIFF3, EXC_BIFF4, EXC_BIFF5, EXC_BIFF8, EXC_ENCR_ERROR_UNSUPP_CRYPT, XclRoot::GetBiff(), XclImpStream::GetRoot(), XclRoot::RequestEncryptionData(), and XclImpStream::SetDecrypter().
Referenced by ImportExcel8::Read(), and ImportExcel::Read().