LibreOffice Module package (master) 1
Classes | Namespaces | Enumerations | Functions
ZipPackage.hxx File Reference
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/container/XHierarchicalNameAccess.hpp>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
#include <com/sun/star/util/XChangesBatch.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/xml/crypto/CipherID.hpp>
#include <comphelper/refcountedmutex.hxx>
#include <rtl/ref.hxx>
#include "HashMaps.hxx"
#include "ZipFile.hxx"
#include <vector>
#include <optional>
Include dependency graph for ZipPackage.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ZipPackage
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::container
 
namespace  com::sun::star::io
 
namespace  com::sun::star::lang
 
namespace  com::sun::star::uno
 
namespace  com::sun::star::task
 

Enumerations

enum  InitialisationMode {
  e_IMode_None ,
  e_IMode_URL ,
  e_IMode_XInputStream ,
  e_IMode_XStream
}
 

Functions

SAL_DLLPUBLIC_EXPORT bool TestImportZip (SvStream &rStream)
 

Enumeration Type Documentation

◆ InitialisationMode

Enumerator
e_IMode_None 
e_IMode_URL 
e_IMode_XInputStream 
e_IMode_XStream 

Definition at line 52 of file ZipPackage.hxx.

Function Documentation

◆ TestImportZip()

SAL_DLLPUBLIC_EXPORT bool TestImportZip ( SvStream rStream)

Definition at line 1826 of file ZipPackage.cxx.

References Any, comphelper::getProcessComponentContext(), and xStream.