LibreOffice Module sc (master) 1
|
#include <comphelper/docpasswordhelper.hxx>
#include <com/sun/star/beans/NamedValue.hpp>
#include <filter/msfilter/mscodec.hxx>
#include <tools/stream.hxx>
#include <memory>
#include "xlstream.hxx"
#include "xlconst.hxx"
Go to the source code of this file.
Classes | |
class | XclImpDecrypter |
Base class for BIFF stream decryption. More... | |
class | XclImpBiff5Decrypter |
Decrypts BIFF5 stream contents. More... | |
class | XclImpBiff8Decrypter |
Decrypts BIFF8 stream contents using the given document identifier. More... | |
class | XclImpBiff8StdDecrypter |
class | XclImpBiff8CryptoAPIDecrypter |
class | XclImpStreamPos |
This class represents an Excel stream position. More... | |
class | XclImpStream |
This class is used to import record oriented streams. More... | |
Typedefs | |
typedef std::shared_ptr< XclImpDecrypter > | XclImpDecrypterRef |
typedef std::shared_ptr< XclImpDecrypter > XclImpDecrypterRef |
Definition at line 41 of file xistream.hxx.