Home
last modified time | relevance | path

Searched defs:RowModel (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/inc/oox/xls/
H A Dworksheethelper.hxx101 struct RowModel struct
103 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 …]
/trunk/main/oox/source/xls/
H A Dworksheethelper.cxx137 RowModel::RowModel() : in RowModel() function in oox::xls::RowModel

Completed in 18 milliseconds