LibreOffice Module sc (master) 1
|
#include <orcusinterface.hxx>
Public Member Functions | |
ScOrcusImportCellProtection (std::vector< ScOrcusProtection > &rProtections) | |
void | reset () |
void | set_hidden (bool b) override |
void | set_locked (bool b) override |
void | set_print_content (bool b) override |
void | set_formula_hidden (bool b) override |
std::size_t | commit () override |
Private Attributes | |
ScOrcusProtection | maCurrentProtection |
std::vector< ScOrcusProtection > & | mrProtections |
Definition at line 544 of file orcusinterface.hxx.
ScOrcusImportCellProtection::ScOrcusImportCellProtection | ( | std::vector< ScOrcusProtection > & | rProtections | ) |
Definition at line 1953 of file interface.cxx.
|
override |
Definition at line 1983 of file interface.cxx.
References maCurrentProtection, mrProtections, and SAL_INFO.
void ScOrcusImportCellProtection::reset | ( | ) |
Definition at line 1958 of file interface.cxx.
References maCurrentProtection.
Referenced by ScOrcusStyles::start_cell_protection().
|
override |
Definition at line 1978 of file interface.cxx.
References maCurrentProtection, and ScOrcusProtection::mbFormulaHidden.
|
override |
Definition at line 1963 of file interface.cxx.
References maCurrentProtection, and ScOrcusProtection::mbHidden.
|
override |
Definition at line 1968 of file interface.cxx.
References maCurrentProtection, and ScOrcusProtection::mbLocked.
|
override |
Definition at line 1973 of file interface.cxx.
References maCurrentProtection, and ScOrcusProtection::mbPrintContent.
|
private |
Definition at line 546 of file orcusinterface.hxx.
Referenced by commit(), reset(), set_formula_hidden(), set_hidden(), set_locked(), and set_print_content().
|
private |
Definition at line 547 of file orcusinterface.hxx.
Referenced by commit().