|
LibreOffice Module sc (master) 1
|
Contains all XML cell protection attributes, e.g. More...
#include <stylesbuffer.hxx>
Public Member Functions | |
| ProtectionModel () | |
| True = formula is hidden. More... | |
Public Attributes | |
| bool | mbLocked |
| bool | mbHidden |
| True = locked against editing. More... | |
Contains all XML cell protection attributes, e.g.
from a protection element.
Definition at line 337 of file stylesbuffer.hxx.
|
explicit |
True = formula is hidden.
Definition at line 1316 of file stylesbuffer.cxx.
| bool oox::xls::ProtectionModel::mbHidden |
True = locked against editing.
Definition at line 340 of file stylesbuffer.hxx.
Referenced by oox::xls::Protection::finalizeImport(), oox::xls::Protection::importProtection(), and oox::xls::Protection::setBiff12Data().
| bool oox::xls::ProtectionModel::mbLocked |
Definition at line 339 of file stylesbuffer.hxx.
Referenced by oox::xls::Protection::finalizeImport(), oox::xls::Protection::importProtection(), and oox::xls::Protection::setBiff12Data().