Home
last modified time | relevance | path

Searched refs:maSheetProt (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/oox/source/xls/
H A Dworksheetsettings.cxx145 maSheetProt.mnPasswordHash = CodecHelper::getPasswordHash( rAttribs, XML_password ); in importSheetProtection()
146 maSheetProt.mbSheet = rAttribs.getBool( XML_sheet, false ); in importSheetProtection()
147 maSheetProt.mbObjects = rAttribs.getBool( XML_objects, false ); in importSheetProtection()
148 maSheetProt.mbScenarios = rAttribs.getBool( XML_scenarios, false ); in importSheetProtection()
149 maSheetProt.mbFormatCells = rAttribs.getBool( XML_formatCells, true ); in importSheetProtection()
150 maSheetProt.mbFormatColumns = rAttribs.getBool( XML_formatColumns, true ); in importSheetProtection()
151 maSheetProt.mbFormatRows = rAttribs.getBool( XML_formatRows, true ); in importSheetProtection()
152 maSheetProt.mbInsertColumns = rAttribs.getBool( XML_insertColumns, true ); in importSheetProtection()
153 maSheetProt.mbInsertRows = rAttribs.getBool( XML_insertRows, true ); in importSheetProtection()
154 maSheetProt.mbInsertHyperlinks = rAttribs.getBool( XML_insertHyperlinks, true ); in importSheetProtection()
[all …]
/AOO42X/main/oox/inc/oox/xls/
H A Dworksheetsettings.hxx132 SheetProtectionModel maSheetProt; member in oox::xls::WorksheetSettings