LibreOffice Module sc (master)
1
|
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 402 of file orcusinterface.hxx.
void ScOrcusStyles::protection::applyToItemSet | ( | SfxItemSet & | rSet | ) | const |
Definition at line 1382 of file interface.cxx.
References SfxItemSet::Put().
std::optional<bool> ScOrcusStyles::protection::mbFormulaHidden |
Definition at line 407 of file orcusinterface.hxx.
Referenced by ScOrcusStyles::set_cell_formula_hidden().
std::optional<bool> ScOrcusStyles::protection::mbHidden |
Definition at line 405 of file orcusinterface.hxx.
Referenced by ScOrcusStyles::set_cell_hidden().
std::optional<bool> ScOrcusStyles::protection::mbLocked |
Definition at line 404 of file orcusinterface.hxx.
Referenced by ScOrcusStyles::set_cell_locked().
std::optional<bool> ScOrcusStyles::protection::mbPrintContent |
Definition at line 406 of file orcusinterface.hxx.
Referenced by ScOrcusStyles::set_cell_print_content().