Lines Matching refs:setOption

1170     pProtect->setOption(ScDocProtection::STRUCTURE, mbDocProtect);  in Apply()
1171 pProtect->setOption(ScDocProtection::WINDOWS, mbWinProtect); in Apply()
1277 pProtect->setOption( ScTableProtection::OBJECTS, (nOptions & 0x0001) ); in Apply()
1278 pProtect->setOption( ScTableProtection::SCENARIOS, (nOptions & 0x0002) ); in Apply()
1279 pProtect->setOption( ScTableProtection::FORMAT_CELLS, (nOptions & 0x0004) ); in Apply()
1280 pProtect->setOption( ScTableProtection::FORMAT_COLUMNS, (nOptions & 0x0008) ); in Apply()
1281 pProtect->setOption( ScTableProtection::FORMAT_ROWS, (nOptions & 0x0010) ); in Apply()
1282 pProtect->setOption( ScTableProtection::INSERT_COLUMNS, (nOptions & 0x0020) ); in Apply()
1283 pProtect->setOption( ScTableProtection::INSERT_ROWS, (nOptions & 0x0040) ); in Apply()
1284 pProtect->setOption( ScTableProtection::INSERT_HYPERLINKS, (nOptions & 0x0080) ); in Apply()
1285 pProtect->setOption( ScTableProtection::DELETE_COLUMNS, (nOptions & 0x0100) ); in Apply()
1286 pProtect->setOption( ScTableProtection::DELETE_ROWS, (nOptions & 0x0200) ); in Apply()
1287 pProtect->setOption( ScTableProtection::SELECT_LOCKED_CELLS, (nOptions & 0x0400) ); in Apply()
1288 pProtect->setOption( ScTableProtection::SORT, (nOptions & 0x0800) ); in Apply()
1289 pProtect->setOption( ScTableProtection::AUTOFILTER, (nOptions & 0x1000) ); in Apply()
1290 pProtect->setOption( ScTableProtection::PIVOT_TABLES, (nOptions & 0x2000) ); in Apply()
1291 pProtect->setOption( ScTableProtection::SELECT_UNLOCKED_CELLS, (nOptions & 0x4000) ); in Apply()