LibreOffice Module comphelper (master) 1
Classes | Namespaces | Variables
storagehelper.hxx File Reference
#include <com/sun/star/uno/Sequence.h>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/embed/ElementModes.hpp>
#include <comphelper/comphelperdllapi.h>
#include <memory>
#include <string_view>
Include dependency graph for storagehelper.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  comphelper::LifecycleProxy
 
class  comphelper::OStorageHelper
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::beans
 
namespace  com::sun::star::embed
 
namespace  com::sun::star::io
 
namespace  com::sun::star::lang
 
namespace  com::sun::star::uno
 
namespace  comphelper
 

Variables

constexpr OUStringLiteral PACKAGE_STORAGE_FORMAT_STRING = u"PackageFormat"
 
constexpr OUStringLiteral ZIP_STORAGE_FORMAT_STRING = u"ZipFormat"
 
constexpr OUStringLiteral OFOPXML_STORAGE_FORMAT_STRING = u"OFOPXMLFormat"
 
constexpr OUStringLiteral PACKAGE_ENCRYPTIONDATA_SHA256UTF8 = u"PackageSHA256UTF8EncryptionKey"
 
constexpr OUStringLiteral PACKAGE_ENCRYPTIONDATA_SHA1UTF8 = u"PackageSHA1UTF8EncryptionKey"
 
constexpr OUStringLiteral PACKAGE_ENCRYPTIONDATA_SHA1MS1252 = u"PackageSHA1MS1252EncryptionKey"
 
constexpr OUStringLiteral PACKAGE_ENCRYPTIONDATA_SHA1CORRECT = u"PackageSHA1CorrectEncryptionKey"
 

Variable Documentation

◆ OFOPXML_STORAGE_FORMAT_STRING

constexpr OUStringLiteral OFOPXML_STORAGE_FORMAT_STRING = u"OFOPXMLFormat"
inlineconstexpr

Definition at line 31 of file storagehelper.hxx.

◆ PACKAGE_ENCRYPTIONDATA_SHA1CORRECT

constexpr OUStringLiteral PACKAGE_ENCRYPTIONDATA_SHA1CORRECT = u"PackageSHA1CorrectEncryptionKey"
inlineconstexpr

◆ PACKAGE_ENCRYPTIONDATA_SHA1MS1252

constexpr OUStringLiteral PACKAGE_ENCRYPTIONDATA_SHA1MS1252 = u"PackageSHA1MS1252EncryptionKey"
inlineconstexpr

◆ PACKAGE_ENCRYPTIONDATA_SHA1UTF8

constexpr OUStringLiteral PACKAGE_ENCRYPTIONDATA_SHA1UTF8 = u"PackageSHA1UTF8EncryptionKey"
inlineconstexpr

◆ PACKAGE_ENCRYPTIONDATA_SHA256UTF8

constexpr OUStringLiteral PACKAGE_ENCRYPTIONDATA_SHA256UTF8 = u"PackageSHA256UTF8EncryptionKey"
inlineconstexpr

◆ PACKAGE_STORAGE_FORMAT_STRING

constexpr OUStringLiteral PACKAGE_STORAGE_FORMAT_STRING = u"PackageFormat"
inlineconstexpr

Definition at line 29 of file storagehelper.hxx.

◆ ZIP_STORAGE_FORMAT_STRING

constexpr OUStringLiteral ZIP_STORAGE_FORMAT_STRING = u"ZipFormat"
inlineconstexpr

Definition at line 30 of file storagehelper.hxx.