LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
ScEnhancedProtection Struct Reference

Container for the Excel EnhancedProtection feature. More...

#include <tabprotection.hxx>

Collaboration diagram for ScEnhancedProtection:
[legend]

Public Member Functions

 ScEnhancedProtection ()
 
bool hasSecurityDescriptor () const
 
bool hasPassword () const
 

Public Attributes

ScRangeListRef maRangeList
 
sal_uInt32 mnAreserved
 
sal_uInt32 mnPasswordVerifier
 
OUString maTitle
 
::std::vector< sal_uInt8maSecurityDescriptor
 
OUString maSecurityDescriptorXML
 
ScOoxPasswordHash maPasswordHash
 

Detailed Description

Container for the Excel EnhancedProtection feature.

Definition at line 135 of file tabprotection.hxx.

Constructor & Destructor Documentation

◆ ScEnhancedProtection()

ScEnhancedProtection::ScEnhancedProtection ( )
inline

Definition at line 145 of file tabprotection.hxx.

Member Function Documentation

◆ hasPassword()

bool ScEnhancedProtection::hasPassword ( ) const
inline

◆ hasSecurityDescriptor()

bool ScEnhancedProtection::hasSecurityDescriptor ( ) const
inline

Definition at line 147 of file tabprotection.hxx.

References maSecurityDescriptor, and maSecurityDescriptorXML.

Member Data Documentation

◆ maPasswordHash

ScOoxPasswordHash ScEnhancedProtection::maPasswordHash

◆ maRangeList

ScRangeListRef ScEnhancedProtection::maRangeList

◆ maSecurityDescriptor

::std::vector< sal_uInt8 > ScEnhancedProtection::maSecurityDescriptor

◆ maSecurityDescriptorXML

OUString ScEnhancedProtection::maSecurityDescriptorXML

◆ maTitle

OUString ScEnhancedProtection::maTitle

◆ mnAreserved

sal_uInt32 ScEnhancedProtection::mnAreserved

◆ mnPasswordVerifier

sal_uInt32 ScEnhancedProtection::mnPasswordVerifier

The documentation for this struct was generated from the following file: