Searched defs:ColumnModel (Results 1 – 2 of 2) sorted by relevance
82 struct ColumnModel struct84 ValueRange maRange; /// 1-based (!) range of the described columns.85 double mfWidth; /// Column width in number of characters.86 sal_Int32 mnXfId; /// Column default formatting.87 sal_Int32 mnLevel; /// Column outline level.88 bool mbShowPhonetic; /// True = cells in column show phonetic settings.89 bool mbHidden; /// True = column is hidden.90 bool mbCollapsed; /// True = column outline is collapsed.
112 ColumnModel::ColumnModel() : in ColumnModel() function in oox::xls::ColumnModel
Completed in 23 milliseconds