Searched refs:mbProductSubtotal (Results 1 – 2 of 2) sorted by relevance
254 mbProductSubtotal( false ), in PTFieldModel()345 maModel.mbProductSubtotal = rAttribs.getBool( XML_productSubtotal, false ); in importPivotField()395 maModel.mbProductSubtotal = getFlag( nFlags1, BIFF12_PTFIELD_PRODUCT ); in importPTField()455 maModel.mbProductSubtotal = getFlag( nSubtotals, BIFF_PTFIELD_PRODUCT ); in importPTField()774 if( maModel.mbProductSubtotal ) aSubtotals.push_back( GeneralFunction_PRODUCT ); in convertRowColPageField()
74 bool mbProductSubtotal; /// True = show product subtotals. member