Searched refs:mbAverageSubtotal (Results 1 – 2 of 2) sorted by relevance
251 mbAverageSubtotal( false ), in PTFieldModel()342 maModel.mbAverageSubtotal = rAttribs.getBool( XML_avgSubtotal, false ); in importPivotField()392 maModel.mbAverageSubtotal = getFlag( nFlags1, BIFF12_PTFIELD_AVERAGE ); in importPTField()452 maModel.mbAverageSubtotal = getFlag( nSubtotals, BIFF_PTFIELD_AVERAGE ); in importPTField()771 if( maModel.mbAverageSubtotal ) aSubtotals.push_back( GeneralFunction_AVERAGE ); in convertRowColPageField()
71 bool mbAverageSubtotal; /// True = show average subtotals. member