LibreOffice Module sc (master) 1
|
Container for the Excel EnhancedProtection feature. More...
#include <tabprotection.hxx>
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_uInt8 > | maSecurityDescriptor |
OUString | maSecurityDescriptorXML |
ScOoxPasswordHash | maPasswordHash |
Container for the Excel EnhancedProtection feature.
Definition at line 135 of file tabprotection.hxx.
|
inline |
Definition at line 145 of file tabprotection.hxx.
|
inline |
Definition at line 152 of file tabprotection.hxx.
References ScOoxPasswordHash::hasPassword(), maPasswordHash, and mnPasswordVerifier.
|
inline |
Definition at line 147 of file tabprotection.hxx.
References maSecurityDescriptor, and maSecurityDescriptorXML.
ScOoxPasswordHash ScEnhancedProtection::maPasswordHash |
Definition at line 143 of file tabprotection.hxx.
Referenced by hasPassword(), and oox::xls::WorksheetSettings::importProtectedRange().
ScRangeListRef ScEnhancedProtection::maRangeList |
Definition at line 137 of file tabprotection.hxx.
Referenced by ImportExcel8::Feat(), oox::xls::WorksheetSettings::importProtectedRange(), and XclExpSheetEnhancedProtection::WriteBody().
::std::vector< sal_uInt8 > ScEnhancedProtection::maSecurityDescriptor |
Definition at line 141 of file tabprotection.hxx.
Referenced by ImportExcel8::Feat(), hasSecurityDescriptor(), and XclExpSheetEnhancedProtection::WriteBody().
OUString ScEnhancedProtection::maSecurityDescriptorXML |
Definition at line 142 of file tabprotection.hxx.
Referenced by hasSecurityDescriptor(), and oox::xls::WorksheetSettings::importProtectedRange().
OUString ScEnhancedProtection::maTitle |
Definition at line 140 of file tabprotection.hxx.
Referenced by ImportExcel8::Feat(), oox::xls::WorksheetSettings::importProtectedRange(), and XclExpSheetEnhancedProtection::WriteBody().
sal_uInt32 ScEnhancedProtection::mnAreserved |
Definition at line 138 of file tabprotection.hxx.
Referenced by ImportExcel8::Feat(), and XclExpSheetEnhancedProtection::WriteBody().
sal_uInt32 ScEnhancedProtection::mnPasswordVerifier |
Definition at line 139 of file tabprotection.hxx.
Referenced by ImportExcel8::Feat(), hasPassword(), oox::xls::WorksheetSettings::importProtectedRange(), and XclExpSheetEnhancedProtection::WriteBody().