#include <tabprotection.hxx>
#include <svl/PasswordHelper.hxx>
#include <comphelper/docpasswordhelper.hxx>
#include <comphelper/hash.hxx>
#include <comphelper/sequence.hxx>
#include <osl/diagnose.h>
#include <document.hxx>
#include <vector>
Go to the source code of this file.
|
| constexpr OUStringLiteral | URI_SHA1 = u"http://www.w3.org/2000/09/xmldsig#sha1" |
| |
| constexpr OUStringLiteral | URI_SHA256_ODF12 = u"http://www.w3.org/2000/09/xmldsig#sha256" |
| |
| constexpr OUStringLiteral | URI_SHA256_W3C = u"http://www.w3.org/2001/04/xmlenc#sha256" |
| |
| constexpr OUStringLiteral | URI_XLS_LEGACY = u"http://docs.oasis-open.org/office/ns/table/legacy-hash-excel" |
| |
◆ DEBUG_TAB_PROTECTION
| #define DEBUG_TAB_PROTECTION 0 |
◆ URI_SHA1
| constexpr OUStringLiteral URI_SHA1 = u"http://www.w3.org/2000/09/xmldsig#sha1" |
|
constexpr |
◆ URI_SHA256_ODF12
| constexpr OUStringLiteral URI_SHA256_ODF12 = u"http://www.w3.org/2000/09/xmldsig#sha256" |
|
constexpr |
◆ URI_SHA256_W3C
| constexpr OUStringLiteral URI_SHA256_W3C = u"http://www.w3.org/2001/04/xmlenc#sha256" |
|
constexpr |
◆ URI_XLS_LEGACY
| constexpr OUStringLiteral URI_XLS_LEGACY = u"http://docs.oasis-open.org/office/ns/table/legacy-hash-excel" |
|
constexpr |