Searched defs:PTFieldModel (Results 1 – 2 of 2) sorted by relevance
58 struct PTFieldModel struct60 …l_Int32 mnAxis; /// Axis this field is assigned to (none, row, column, page).61 sal_Int32 mnNumFmtId; /// Number format for field items.62 … mnAutoShowItems; /// Number of items (or percent/sum) to be shown in auto show filter.63 … sal_Int32 mnAutoShowRankBy; /// Index of the data field auto show filter is based on.64 sal_Int32 mnSortType; /// Autosorting type.65 sal_Int32 mnSortRefField; /// Reference field for autosorting.66 sal_Int32 mnSortRefItem; /// Item in reference field for autosorting.67 bool mbDataField; /// True = field appears in data area.68 bool mbDefaultSubtotal; /// True = show default subtotals.[all …]
239 PTFieldModel::PTFieldModel() : in PTFieldModel() function in oox::xls::PTFieldModel