Searched refs:mbSumSubtotal (Results 1 – 2 of 2) sorted by relevance
249 mbSumSubtotal( false ), in PTFieldModel()340 maModel.mbSumSubtotal = rAttribs.getBool( XML_sumSubtotal, false ); in importPivotField()390 maModel.mbSumSubtotal = getFlag( nFlags1, BIFF12_PTFIELD_SUM ); in importPTField()450 maModel.mbSumSubtotal = getFlag( nSubtotals, BIFF_PTFIELD_SUM ); in importPTField()769 if( maModel.mbSumSubtotal ) aSubtotals.push_back( GeneralFunction_SUM ); in convertRowColPageField()
69 bool mbSumSubtotal; /// True = show sum subtotals. member