LibreOffice Module sc (master) 1
|
Stores settings and formatting data about a sheet row. More...
#include <worksheethelper.hxx>
Public Member Functions | |
RowModel () | |
True = row has extra space below text. More... | |
bool | isMergeable (const RowModel &rModel) const |
Returns true, if this entry can be merged with the passed row range (row settings are equal). More... | |
Public Attributes | |
sal_Int32 | mnRow |
double | mfHeight |
1-based (!) index of the described row. More... | |
sal_Int32 | mnXfId |
Row height in points. More... | |
sal_Int32 | mnLevel |
Row default formatting (see mbIsFormatted). More... | |
bool | mbCustomHeight:1 |
Row outline level. More... | |
bool | mbCustomFormat:1 |
True = row has custom height. More... | |
bool | mbShowPhonetic:1 |
True = cells in row have explicit formatting. More... | |
bool | mbHidden:1 |
True = cells in row show phonetic settings. More... | |
bool | mbCollapsed:1 |
True = row is hidden. More... | |
bool | mbThickTop:1 |
True = row outline is collapsed. More... | |
bool | mbThickBottom:1 |
True = row has extra space above text. More... | |
Stores settings and formatting data about a sheet row.
Definition at line 85 of file worksheethelper.hxx.
|
explicit |
True = row has extra space below text.
Definition at line 137 of file worksheethelper.cxx.
References mnLevel.
bool oox::xls::RowModel::isMergeable | ( | const RowModel & | rModel | ) | const |
Returns true, if this entry can be merged with the passed row range (row settings are equal).
Definition at line 152 of file worksheethelper.cxx.
References mbCollapsed, mbCustomHeight, mbHidden, mfHeight, and mnLevel.
bool oox::xls::RowModel::mbCollapsed |
True = row is hidden.
Definition at line 95 of file worksheethelper.hxx.
Referenced by oox::xls::WorksheetGlobals::convertRows(), oox::xls::SheetDataContext::importRow(), isMergeable(), and oox::xls::WorksheetGlobals::WorksheetGlobals().
bool oox::xls::RowModel::mbCustomFormat |
True = row has custom height.
Definition at line 92 of file worksheethelper.hxx.
Referenced by oox::xls::SheetDataContext::importRow(), oox::xls::WorksheetGlobals::setRowModel(), and oox::xls::WorksheetGlobals::WorksheetGlobals().
bool oox::xls::RowModel::mbCustomHeight |
Row outline level.
Definition at line 91 of file worksheethelper.hxx.
Referenced by oox::xls::WorksheetGlobals::convertRows(), oox::xls::SheetDataContext::importRow(), isMergeable(), oox::xls::WorksheetGlobals::setDefaultRowSettings(), and oox::xls::WorksheetGlobals::WorksheetGlobals().
bool oox::xls::RowModel::mbHidden |
True = cells in row show phonetic settings.
Definition at line 94 of file worksheethelper.hxx.
Referenced by oox::xls::WorksheetGlobals::convertRows(), oox::xls::SheetDataContext::importRow(), isMergeable(), oox::xls::WorksheetGlobals::setDefaultRowSettings(), and oox::xls::WorksheetGlobals::WorksheetGlobals().
bool oox::xls::RowModel::mbShowPhonetic |
True = cells in row have explicit formatting.
Definition at line 93 of file worksheethelper.hxx.
Referenced by oox::xls::SheetDataContext::importRow(), and oox::xls::WorksheetGlobals::WorksheetGlobals().
bool oox::xls::RowModel::mbThickBottom |
True = row has extra space above text.
Definition at line 97 of file worksheethelper.hxx.
Referenced by oox::xls::SheetDataContext::importRow(), and oox::xls::WorksheetGlobals::setDefaultRowSettings().
bool oox::xls::RowModel::mbThickTop |
True = row outline is collapsed.
Definition at line 96 of file worksheethelper.hxx.
Referenced by oox::xls::SheetDataContext::importRow(), and oox::xls::WorksheetGlobals::setDefaultRowSettings().
double oox::xls::RowModel::mfHeight |
1-based (!) index of the described row.
Definition at line 88 of file worksheethelper.hxx.
Referenced by oox::xls::WorksheetGlobals::convertRows(), oox::xls::WorksheetGlobals::finalizeWorksheetImport(), oox::xls::SheetDataContext::importRow(), isMergeable(), oox::xls::WorksheetGlobals::setDefaultRowSettings(), and oox::xls::WorksheetGlobals::WorksheetGlobals().
sal_Int32 oox::xls::RowModel::mnLevel |
Row default formatting (see mbIsFormatted).
Definition at line 90 of file worksheethelper.hxx.
Referenced by oox::xls::WorksheetGlobals::convertRows(), oox::xls::SheetDataContext::importRow(), isMergeable(), and oox::xls::WorksheetGlobals::WorksheetGlobals().
sal_Int32 oox::xls::RowModel::mnRow |
Definition at line 87 of file worksheethelper.hxx.
Referenced by oox::xls::SheetDataContext::importRow(), and oox::xls::WorksheetGlobals::setRowModel().
sal_Int32 oox::xls::RowModel::mnXfId |
Row height in points.
Definition at line 89 of file worksheethelper.hxx.
Referenced by oox::xls::SheetDataContext::importRow(), oox::xls::WorksheetGlobals::setRowModel(), and oox::xls::WorksheetGlobals::WorksheetGlobals().