|
LibreOffice Module sc (master) 1
|
#include <xmlsubti.hxx>
Public Member Functions | |
| ScXMLTabProtectionData () | |
Public Attributes | |
| OUString | maPassword |
| ScPasswordHash | meHash1 |
| ScPasswordHash | meHash2 |
| bool | mbProtected |
| bool | mbSelectProtectedCells |
| bool | mbSelectUnprotectedCells |
| bool | mbInsertColumns |
| bool | mbInsertRows |
| bool | mbDeleteColumns |
| bool | mbDeleteRows |
Definition at line 33 of file xmlsubti.hxx.
| ScXMLTabProtectionData::ScXMLTabProtectionData | ( | ) |
Definition at line 43 of file xmlsubti.cxx.
| OUString ScXMLTabProtectionData::maPassword |
Definition at line 35 of file xmlsubti.hxx.
Referenced by ScMyTables::DeleteTable(), and ScXMLTableContext::ScXMLTableContext().
| bool ScXMLTabProtectionData::mbDeleteColumns |
Definition at line 43 of file xmlsubti.hxx.
Referenced by ScMyTables::DeleteTable(), and ScXMLTableProtectionContext::ScXMLTableProtectionContext().
| bool ScXMLTabProtectionData::mbDeleteRows |
Definition at line 44 of file xmlsubti.hxx.
Referenced by ScMyTables::DeleteTable(), and ScXMLTableProtectionContext::ScXMLTableProtectionContext().
| bool ScXMLTabProtectionData::mbInsertColumns |
Definition at line 41 of file xmlsubti.hxx.
Referenced by ScMyTables::DeleteTable(), and ScXMLTableProtectionContext::ScXMLTableProtectionContext().
| bool ScXMLTabProtectionData::mbInsertRows |
Definition at line 42 of file xmlsubti.hxx.
Referenced by ScMyTables::DeleteTable(), and ScXMLTableProtectionContext::ScXMLTableProtectionContext().
| bool ScXMLTabProtectionData::mbProtected |
Definition at line 38 of file xmlsubti.hxx.
Referenced by ScMyTables::DeleteTable(), and ScXMLTableContext::ScXMLTableContext().
| bool ScXMLTabProtectionData::mbSelectProtectedCells |
Definition at line 39 of file xmlsubti.hxx.
Referenced by ScMyTables::DeleteTable(), and ScXMLTableProtectionContext::ScXMLTableProtectionContext().
| bool ScXMLTabProtectionData::mbSelectUnprotectedCells |
Definition at line 40 of file xmlsubti.hxx.
Referenced by ScMyTables::DeleteTable(), and ScXMLTableProtectionContext::ScXMLTableProtectionContext().
| ScPasswordHash ScXMLTabProtectionData::meHash1 |
Definition at line 36 of file xmlsubti.hxx.
Referenced by ScMyTables::DeleteTable(), and ScXMLTableContext::ScXMLTableContext().
| ScPasswordHash ScXMLTabProtectionData::meHash2 |
Definition at line 37 of file xmlsubti.hxx.
Referenced by ScMyTables::DeleteTable(), and ScXMLTableContext::ScXMLTableContext().