LibreOffice Module comphelper (master)
1
|
#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>
Go to the source code of this file.
Classes | |
class | comphelper::LifecycleProxy |
class | comphelper::OStorageHelper |
Namespaces | |
com::sun::star | |
com::sun::star::beans | |
com::sun::star::embed | |
com::sun::star::io | |
com::sun::star::lang | |
com::sun::star::uno | |
comphelper | |
Macros | |
#define | PACKAGE_STORAGE_FORMAT_STRING "PackageFormat" |
#define | ZIP_STORAGE_FORMAT_STRING "ZipFormat" |
#define | OFOPXML_STORAGE_FORMAT_STRING "OFOPXMLFormat" |
#define | PACKAGE_ENCRYPTIONDATA_SHA256UTF8 "PackageSHA256UTF8EncryptionKey" |
#define | PACKAGE_ENCRYPTIONDATA_SHA1UTF8 "PackageSHA1UTF8EncryptionKey" |
#define | PACKAGE_ENCRYPTIONDATA_SHA1MS1252 "PackageSHA1MS1252EncryptionKey" |
#define | PACKAGE_ENCRYPTIONDATA_SHA1CORRECT "PackageSHA1CorrectEncryptionKey" |
#define OFOPXML_STORAGE_FORMAT_STRING "OFOPXMLFormat" |
Definition at line 31 of file storagehelper.hxx.
#define PACKAGE_ENCRYPTIONDATA_SHA1CORRECT "PackageSHA1CorrectEncryptionKey" |
Definition at line 36 of file storagehelper.hxx.
Referenced by comphelper::OStorageHelper::CreatePackageEncryptionData().
#define PACKAGE_ENCRYPTIONDATA_SHA1MS1252 "PackageSHA1MS1252EncryptionKey" |
Definition at line 35 of file storagehelper.hxx.
Referenced by comphelper::OStorageHelper::CreatePackageEncryptionData().
#define PACKAGE_ENCRYPTIONDATA_SHA1UTF8 "PackageSHA1UTF8EncryptionKey" |
Definition at line 34 of file storagehelper.hxx.
Referenced by comphelper::OStorageHelper::CreatePackageEncryptionData().
#define PACKAGE_ENCRYPTIONDATA_SHA256UTF8 "PackageSHA256UTF8EncryptionKey" |
Definition at line 33 of file storagehelper.hxx.
Referenced by comphelper::OStorageHelper::CreateGpgPackageEncryptionData(), comphelper::OStorageHelper::CreatePackageEncryptionData(), comphelper::DocPasswordHelper::decryptGpgSession(), and comphelper::DocPasswordHelper::requestAndVerifyDocPassword().
#define PACKAGE_STORAGE_FORMAT_STRING "PackageFormat" |
Definition at line 29 of file storagehelper.hxx.
#define ZIP_STORAGE_FORMAT_STRING "ZipFormat" |
Definition at line 30 of file storagehelper.hxx.