LibreOffice Module sc (master) 1
|
#include <orcusinterface.hxx>
Public Member Functions | |
void | applyToItemSet (SfxItemSet &rSet) const |
Public Attributes | |
std::optional< bool > | mbLocked |
std::optional< bool > | mbHidden |
std::optional< bool > | mbPrintContent |
std::optional< bool > | mbFormulaHidden |
Definition at line 404 of file orcusinterface.hxx.
void ScOrcusProtection::applyToItemSet | ( | SfxItemSet & | rSet | ) | const |
Definition at line 1506 of file interface.cxx.
References mbFormulaHidden, mbHidden, mbLocked, mbPrintContent, SfxItemSet::Put(), and rSet.
std::optional<bool> ScOrcusProtection::mbFormulaHidden |
Definition at line 409 of file orcusinterface.hxx.
Referenced by applyToItemSet(), and ScOrcusImportCellProtection::set_formula_hidden().
std::optional<bool> ScOrcusProtection::mbHidden |
Definition at line 407 of file orcusinterface.hxx.
Referenced by applyToItemSet(), and ScOrcusImportCellProtection::set_hidden().
std::optional<bool> ScOrcusProtection::mbLocked |
Definition at line 406 of file orcusinterface.hxx.
Referenced by applyToItemSet(), and ScOrcusImportCellProtection::set_locked().
std::optional<bool> ScOrcusProtection::mbPrintContent |
Definition at line 408 of file orcusinterface.hxx.
Referenced by applyToItemSet(), and ScOrcusImportCellProtection::set_print_content().