Home
last modified time | relevance | path

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

/trunk/main/oox/inc/oox/xls/
H A Dpivotcachebuffer.hxx179 struct PCFieldGroupModel struct
183 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 …sal_Int32 mnParentField; /// Index of cache field that contains item groups based o…
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 …bool mbRangeGroup; /// True = items are grouped by numeric ranges or date ran…
190 …bool mbDateGroup; /// True = items are grouped by date ranges or by item nam…
191 …bool mbAutoStart; /// True = start value for range groups is calculated from…
[all …]
/trunk/main/oox/source/xls/
H A Dpivotcachebuffer.cxx458 PCFieldGroupModel::PCFieldGroupModel() : in PCFieldGroupModel() function in oox::xls::PCFieldGroupModel

Completed in 30 milliseconds