Searched defs:PCFieldGroupModel (Results 1 – 2 of 2) sorted by relevance
179 struct PCFieldGroupModel struct183 double mfStartValue; /// Manual or calculated start value for range grouping.184 double mfEndValue; /// Manual or calculated end value for range grouping.185 double mfInterval; /// Interval for numeric range grouping.186 … mnParentField; /// Index of cache field that contains item groups based on this field.187 sal_Int32 mnBaseField; /// Index of cache field this grouped field is based on.188 sal_Int32 mnGroupBy; /// Type of numeric or date range grouping.189 …l mbRangeGroup; /// True = items are grouped by numeric ranges or date ranges.190 …ol mbDateGroup; /// True = items are grouped by date ranges or by item names.191 … mbAutoStart; /// True = start value for range groups is calculated from source data.[all …]
458 PCFieldGroupModel::PCFieldGroupModel() : in PCFieldGroupModel() function in oox::xls::PCFieldGroupModel