LibreOffice Module package (master) 1
Classes | Macros
ZipPackageStream.hxx File Reference
#include <com/sun/star/io/XActiveDataSink.hpp>
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/packages/XDataSinkEncrSupport.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include "ZipPackageEntry.hxx"
#include <rtl/ref.hxx>
#include <cppuhelper/implbase.hxx>
#include "EncryptionData.hxx"
Include dependency graph for ZipPackageStream.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ZipPackageStream
 

Macros

#define PACKAGE_STREAM_NOTSET   0
 
#define PACKAGE_STREAM_PACKAGEMEMBER   1
 
#define PACKAGE_STREAM_DETECT   2
 
#define PACKAGE_STREAM_DATA   3
 
#define PACKAGE_STREAM_RAW   4
 

Macro Definition Documentation

◆ PACKAGE_STREAM_DATA

#define PACKAGE_STREAM_DATA   3

Definition at line 35 of file ZipPackageStream.hxx.

◆ PACKAGE_STREAM_DETECT

#define PACKAGE_STREAM_DETECT   2

Definition at line 34 of file ZipPackageStream.hxx.

◆ PACKAGE_STREAM_NOTSET

#define PACKAGE_STREAM_NOTSET   0

Definition at line 32 of file ZipPackageStream.hxx.

◆ PACKAGE_STREAM_PACKAGEMEMBER

#define PACKAGE_STREAM_PACKAGEMEMBER   1

Definition at line 33 of file ZipPackageStream.hxx.

◆ PACKAGE_STREAM_RAW

#define PACKAGE_STREAM_RAW   4

Definition at line 36 of file ZipPackageStream.hxx.