Home
last modified time | relevance | path

Searched defs:SheetProtectionModel (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/oox/inc/oox/xls/
H A Dworksheetsettings.hxx51 struct SheetProtectionModel struct
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.
61 bool mbInsertRows; /// True = insert rows locked.
64 bool mbDeleteRows; /// True = delete rows locked.
66 bool mbSort; /// True = sorting locked.
67 bool mbAutoFilter; /// True = autofilters locked.
[all …]
/aoo4110/main/oox/source/xls/
H A Dworksheetsettings.cxx91 SheetProtectionModel::SheetProtectionModel() : in SheetProtectionModel() function in oox::xls::SheetProtectionModel

Completed in 13 milliseconds