LibreOffice Module sc (master) 1
|
Public Member Functions | |
Sheet () | |
Sheet (const Sheet &r) | |
Public Attributes | |
bool | mbProtected |
sal_uInt16 | mnPasswordHash |
sal_uInt16 | mnOptions |
::std::vector< ScEnhancedProtection > | maEnhancedProtections |
Definition at line 312 of file xicontent.hxx.
XclImpSheetProtectBuffer::Sheet::Sheet | ( | ) |
Definition at line 1327 of file xicontent.cxx.
XclImpSheetProtectBuffer::Sheet::Sheet | ( | const Sheet & | r | ) |
Definition at line 1334 of file xicontent.cxx.
::std::vector< ScEnhancedProtection > XclImpSheetProtectBuffer::Sheet::maEnhancedProtections |
Definition at line 317 of file xicontent.hxx.
Referenced by XclImpSheetProtectBuffer::AppendEnhancedProtection().
bool XclImpSheetProtectBuffer::Sheet::mbProtected |
Definition at line 314 of file xicontent.hxx.
Referenced by XclImpSheetProtectBuffer::ReadProtect().
sal_uInt16 XclImpSheetProtectBuffer::Sheet::mnOptions |
Definition at line 316 of file xicontent.hxx.
Referenced by XclImpSheetProtectBuffer::ReadOptions().
sal_uInt16 XclImpSheetProtectBuffer::Sheet::mnPasswordHash |
Definition at line 315 of file xicontent.hxx.
Referenced by XclImpSheetProtectBuffer::ReadPasswordHash().