|
LibreOffice Module sc (master) 1
|
Contains all cell protection attributes. More...
#include <xlstyle.hxx>
Public Member Functions | |
| XclCellProt () | |
| true = Formula is hidden. More... | |
Public Attributes | |
| bool | mbLocked |
| bool | mbHidden |
| true = Locked against editing. More... | |
Contains all cell protection attributes.
Definition at line 476 of file xlstyle.hxx.
|
explicit |
true = Formula is hidden.
Definition at line 1538 of file xlstyle.cxx.
| bool XclCellProt::mbHidden |
true = Locked against editing.
Definition at line 479 of file xlstyle.hxx.
Referenced by XclExpCellProt::FillFromItemSet(), XclImpCellProt::FillFromXF2(), XclImpCellProt::FillFromXF3(), XclImpCellProt::FillToItemSet(), XclExpCellProt::FillToXF3(), operator==(), and XclExpCellProt::SaveXml().
| bool XclCellProt::mbLocked |
Definition at line 478 of file xlstyle.hxx.
Referenced by XclExpCellProt::FillFromItemSet(), XclImpCellProt::FillFromXF2(), XclImpCellProt::FillFromXF3(), XclImpCellProt::FillToItemSet(), XclExpCellProt::FillToXF3(), operator==(), and XclExpCellProt::SaveXml().