Searched defs:SheetProtectionModel (Results 1 – 2 of 2) sorted by relevance
51 struct SheetProtectionModel struct53 sal_uInt16 mnPasswordHash; /// Hash value from sheet protection password.54 … mbSheet; /// True = sheet protection enabled, locked cells are protcted.55 bool mbObjects; /// True = objects locked.56 bool mbScenarios; /// True = scenarios locked.57 bool mbFormatCells; /// True = format cells locked.58 bool mbFormatColumns; /// True = format columns locked.59 bool mbFormatRows; /// True = format rows locked.60 bool mbInsertColumns; /// True = insert columns locked.61 bool mbInsertRows; /// True = insert rows locked.[all …]
91 SheetProtectionModel::SheetProtectionModel() : in SheetProtectionModel() function in oox::xls::SheetProtectionModel