LibreOffice Module sc (master) 1
|
Extended info about a built-in XF. More...
Public Member Functions | |
XclExpBuiltInInfo () | |
true = STYLE record created. More... | |
Public Attributes | |
sal_uInt8 | mnStyleId |
sal_uInt8 | mnLevel |
Built-in style identifier. More... | |
bool | mbPredefined |
Level for RowLevel/ColLevel styles. More... | |
bool | mbHasStyleRec |
true = XF still predefined. More... | |
Extended info about a built-in XF.
Definition at line 687 of file xestyle.hxx.
|
explicit |
bool XclExpXFBuffer::XclExpBuiltInInfo::mbHasStyleRec |
true = XF still predefined.
Definition at line 692 of file xestyle.hxx.
bool XclExpXFBuffer::XclExpBuiltInInfo::mbPredefined |
Level for RowLevel/ColLevel styles.
Definition at line 691 of file xestyle.hxx.
Referenced by XclExpXFBuffer::AppendBuiltInXF().
sal_uInt8 XclExpXFBuffer::XclExpBuiltInInfo::mnLevel |
Built-in style identifier.
Definition at line 690 of file xestyle.hxx.
Referenced by XclExpXFBuffer::AppendBuiltInXF().
sal_uInt8 XclExpXFBuffer::XclExpBuiltInInfo::mnStyleId |
Definition at line 689 of file xestyle.hxx.
Referenced by XclExpXFBuffer::AppendBuiltInXF().