LibreOffice Module ucb (master) 1
Macros | Functions
pkgcontent.cxx File Reference
#include <sal/config.h>
#include <string_view>
#include <osl/diagnose.h>
#include <rtl/ustring.hxx>
#include <com/sun/star/beans/IllegalTypeException.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/beans/PropertyExistException.hpp>
#include <com/sun/star/beans/PropertyState.hpp>
#include <com/sun/star/container/XEnumerationAccess.hpp>
#include <com/sun/star/container/XHierarchicalNameAccess.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/container/XNamed.hpp>
#include <com/sun/star/io/BufferSizeExceededException.hpp>
#include <com/sun/star/io/NotConnectedException.hpp>
#include <com/sun/star/io/XActiveDataSink.hpp>
#include <com/sun/star/io/XOutputStream.hpp>
#include <com/sun/star/lang/IllegalAccessException.hpp>
#include <com/sun/star/ucb/ContentInfoAttribute.hpp>
#include <com/sun/star/ucb/IllegalIdentifierException.hpp>
#include <com/sun/star/ucb/InsertCommandArgument.hpp>
#include <com/sun/star/ucb/InteractiveBadTransferURLException.hpp>
#include <com/sun/star/ucb/MissingInputStreamException.hpp>
#include <com/sun/star/ucb/NameClash.hpp>
#include <com/sun/star/ucb/NameClashException.hpp>
#include <com/sun/star/ucb/OpenCommandArgument2.hpp>
#include <com/sun/star/ucb/OpenMode.hpp>
#include <com/sun/star/ucb/TransferInfo.hpp>
#include <com/sun/star/ucb/UnsupportedCommandException.hpp>
#include <com/sun/star/ucb/UnsupportedDataSinkException.hpp>
#include <com/sun/star/ucb/UnsupportedNameClashException.hpp>
#include <com/sun/star/ucb/UnsupportedOpenModeException.hpp>
#include <com/sun/star/ucb/XCommandInfo.hpp>
#include <com/sun/star/ucb/XPersistentPropertySet.hpp>
#include <com/sun/star/util/XChangesBatch.hpp>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <comphelper/propertysequence.hxx>
#include <cppuhelper/queryinterface.hxx>
#include <ucbhelper/contentidentifier.hxx>
#include <ucbhelper/propertyvalueset.hxx>
#include <ucbhelper/cancelcommandexecution.hxx>
#include <ucbhelper/macros.hxx>
#include <utility>
#include "pkgcontent.hxx"
#include "pkgprovider.hxx"
#include "pkgresultset.hxx"
#include "../inc/urihelper.hxx"
Include dependency graph for pkgcontent.cxx:

Go to the source code of this file.

Macros

#define NONE_MODIFIED   sal_uInt32( 0x00 )
 
#define MEDIATYPE_MODIFIED   sal_uInt32( 0x01 )
 
#define COMPRESSED_MODIFIED   sal_uInt32( 0x02 )
 
#define ENCRYPTED_MODIFIED   sal_uInt32( 0x04 )
 
#define ENCRYPTIONKEY_MODIFIED   sal_uInt32( 0x08 )
 

Functions

 XTYPEPROVIDER_COMMON_IMPL (Content)
 

Macro Definition Documentation

◆ COMPRESSED_MODIFIED

#define COMPRESSED_MODIFIED   sal_uInt32( 0x02 )

Definition at line 83 of file pkgcontent.cxx.

◆ ENCRYPTED_MODIFIED

#define ENCRYPTED_MODIFIED   sal_uInt32( 0x04 )

Definition at line 84 of file pkgcontent.cxx.

◆ ENCRYPTIONKEY_MODIFIED

#define ENCRYPTIONKEY_MODIFIED   sal_uInt32( 0x08 )

Definition at line 85 of file pkgcontent.cxx.

◆ MEDIATYPE_MODIFIED

#define MEDIATYPE_MODIFIED   sal_uInt32( 0x01 )

Definition at line 82 of file pkgcontent.cxx.

◆ NONE_MODIFIED

#define NONE_MODIFIED   sal_uInt32( 0x00 )

Definition at line 81 of file pkgcontent.cxx.

Function Documentation

◆ XTYPEPROVIDER_COMMON_IMPL()

XTYPEPROVIDER_COMMON_IMPL ( Content  )