LibreOffice Module sc (master) 1
|
Contains all possible default row settings. More...
#include <xetable.hxx>
Public Member Functions | |
XclExpDefaultRowData () | |
Default height for unspecified rows. More... | |
XclExpDefaultRowData (const XclExpRow &rRow) | |
bool | IsHidden () const |
Returns true, if rows are hidden by default. More... | |
bool | IsUnsynced () const |
Returns true, if the rows have a manually set height by default. More... | |
Public Attributes | |
sal_uInt16 | mnFlags |
sal_uInt16 | mnHeight |
Default flags for unspecified rows. More... | |
Contains all possible default row settings.
Definition at line 787 of file xetable.hxx.
|
explicit |
Default height for unspecified rows.
Definition at line 1829 of file xetable.cxx.
References mnHeight.
|
explicit |
Definition at line 1835 of file xetable.cxx.
References EXC_DEFROW_HIDDEN, EXC_DEFROW_UNSYNCED, XclExpRow::IsHidden(), XclExpRow::IsUnsynced(), mnFlags, mnHeight, and set_flag().
|
inline |
Returns true, if rows are hidden by default.
Definition at line 796 of file xetable.hxx.
References EXC_DEFROW_HIDDEN, get_flag(), and mnFlags.
Referenced by XclExpRow::DisableIfDefault(), XclExpRowBuffer::Finalize(), and XclExpCellTable::SaveXml().
|
inline |
Returns true, if the rows have a manually set height by default.
Definition at line 798 of file xetable.hxx.
References EXC_DEFROW_UNSYNCED, get_flag(), and mnFlags.
Referenced by XclExpRow::DisableIfDefault().
sal_uInt16 XclExpDefaultRowData::mnFlags |
Definition at line 789 of file xetable.hxx.
Referenced by IsHidden(), IsUnsynced(), operator<(), XclExpDefrowheight::WriteBody(), and XclExpDefaultRowData().
sal_uInt16 XclExpDefaultRowData::mnHeight |
Default flags for unspecified rows.
Definition at line 790 of file xetable.hxx.
Referenced by XclExpRow::DisableIfDefault(), XclExpRowBuffer::Finalize(), operator<(), XclExpCellTable::SaveXml(), and XclExpDefrowheight::WriteBody().