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.109 bool mbCustomFormat; /// True = cells in row have explicit formatting.110 bool mbShowPhonetic; /// True = cells in row show phonetic settings.111 bool mbHidden; /// True = row is hidden.[all …]
137 RowModel::RowModel() : in RowModel() function in oox::xls::RowModel