Searched defs:RowModel (Results 1 – 2 of 2) sorted by relevance
101 struct RowModel struct103 sal_Int32 mnRow; /// 1-based (!) index of the described row.104 ValueRangeSet maColSpans; /// 0-based (!) column ranges of used cells.105 double mfHeight; /// Row height in points.106 sal_Int32 mnXfId; /// Row default formatting (see mbIsFormatted).107 sal_Int32 mnLevel; /// Row outline level.108 bool mbCustomHeight; /// True = row has custom height.111 bool mbHidden; /// True = row is hidden.112 bool mbCollapsed; /// True = row outline is collapsed.113 bool mbThickTop; /// True = row has extra space above text.[all …]
137 RowModel::RowModel() : in RowModel() function in oox::xls::RowModel
Completed in 21 milliseconds