Home
last modified time | relevance | path

Searched refs:mbProductSubtotal (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/oox/source/xls/
H A Dpivottablebuffer.cxx254 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()
/AOO42X/main/oox/inc/oox/xls/
H A Dpivottablebuffer.hxx74 bool mbProductSubtotal; /// True = show product subtotals. member