Home
last modified time | relevance | path

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

/AOO42X/main/oox/source/xls/
H A Dpivottablebuffer.cxx251 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()
/AOO42X/main/oox/inc/oox/xls/
H A Dpivottablebuffer.hxx71 bool mbAverageSubtotal; /// True = show average subtotals. member