#include <com/sun/star/io/XActiveDataControl.hpp>
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/io/XActiveDataSink.hpp>
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/container/XNamed.hpp>
#include <com/sun/star/container/XChild.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/lang/XUnoTunnel.hpp>
#include <com/sun/star/util/XChangesBatch.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <comphelper/oslfile2streamwrap.hxx>
#include <comphelper/storagehelper.hxx>
#include <osl/file.hxx>
#include <unotools/pathoptions.hxx>
#include <unotools/streamwrap.hxx>
#include <unotools/tempfile.hxx>
#include <svl/urihelper.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <tools/stream.hxx>
#include <tools/urlobj.hxx>
#include <rtl/uri.hxx>
#include "xmlfiltercommon.hxx"
#include "xmlfilterjar.hxx"
#include "typedetectionexport.hxx"
#include "typedetectionimport.hxx"
Go to the source code of this file.
◆ addFile_()
static void addFile_ |
( |
Reference< XInterface > const & |
xRootFolder, |
|
|
Reference< XSingleServiceFactory > const & |
xFactory, |
|
|
Reference< XInputStream > const & |
xInput, |
|
|
const OUString & |
aName |
|
) |
| |
|
static |
◆ addFolder()
◆ encodeZipUri()
static OUString encodeZipUri |
( |
const OUString & |
rURI | ) |
|
|
static |
◆ sVndSunStarPackage()
constexpr OUStringLiteral sVndSunStarPackage |
( |
u"vnd.sun.star.Package:" |
| ) |
|
|
constexpr |