Home
last modified time | relevance | path

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

/AOO42X/main/oox/source/xls/
H A Dpivottablebuffer.cxx258 mbVarSubtotal( false ), in PTFieldModel()
349 maModel.mbVarSubtotal = rAttribs.getBool( XML_varSubtotal, false ); in importPivotField()
399 maModel.mbVarSubtotal = getFlag( nFlags1, BIFF12_PTFIELD_VAR ); in importPTField()
459 maModel.mbVarSubtotal = getFlag( nSubtotals, BIFF_PTFIELD_VAR ); in importPTField()
778 if( maModel.mbVarSubtotal ) aSubtotals.push_back( GeneralFunction_VAR ); in convertRowColPageField()
/AOO42X/main/oox/inc/oox/xls/
H A Dpivottablebuffer.hxx78 bool mbVarSubtotal; /// True = show variance subtotals. member