LibreOffice Module sc (master) 1
Classes | Macros | Variables
tabprotection.cxx File Reference
#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>
Include dependency graph for tabprotection.cxx:

Go to the source code of this file.

Classes

class  ScTableProtectionImpl
 

Macros

#define DEBUG_TAB_PROTECTION   0
 

Variables

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"
 

Macro Definition Documentation

◆ DEBUG_TAB_PROTECTION

#define DEBUG_TAB_PROTECTION   0

Definition at line 30 of file tabprotection.cxx.

Variable Documentation

◆ 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

Definition at line 34 of file tabprotection.cxx.

Referenced by ScPassHashHelper::getHashTypeFromURI().

◆ URI_XLS_LEGACY

constexpr OUStringLiteral URI_XLS_LEGACY = u"http://docs.oasis-open.org/office/ns/table/legacy-hash-excel"
constexpr