Home
last modified time | relevance | path

Searched refs:aSubtotals (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/oox/source/xls/
H A Dpivottablebuffer.cxx762 ::std::vector< GeneralFunction > aSubtotals; in convertRowColPageField()
769 if( maModel.mbSumSubtotal ) aSubtotals.push_back( GeneralFunction_SUM ); in convertRowColPageField()
770 if( maModel.mbCountASubtotal ) aSubtotals.push_back( GeneralFunction_COUNT ); in convertRowColPageField()
771 if( maModel.mbAverageSubtotal ) aSubtotals.push_back( GeneralFunction_AVERAGE ); in convertRowColPageField()
772 if( maModel.mbMaxSubtotal ) aSubtotals.push_back( GeneralFunction_MAX ); in convertRowColPageField()
773 if( maModel.mbMinSubtotal ) aSubtotals.push_back( GeneralFunction_MIN ); in convertRowColPageField()
774 if( maModel.mbProductSubtotal ) aSubtotals.push_back( GeneralFunction_PRODUCT ); in convertRowColPageField()
775 if( maModel.mbCountSubtotal ) aSubtotals.push_back( GeneralFunction_COUNTNUMS ); in convertRowColPageField()
776 if( maModel.mbStdDevSubtotal ) aSubtotals.push_back( GeneralFunction_STDEV ); in convertRowColPageField()
777 if( maModel.mbStdDevPSubtotal ) aSubtotals.push_back( GeneralFunction_STDEVP ); in convertRowColPageField()
[all …]
/AOO41X/main/sc/source/filter/excel/
H A Dxepivot.cxx1089 XclPTSubtotalVec aSubtotals; in SetPropertiesFromDim() local
1090 aSubtotals.reserve( static_cast< size_t >( rSaveDim.GetSubTotalsCount() ) ); in SetPropertiesFromDim()
1092 aSubtotals.push_back( rSaveDim.GetSubTotalFunc( nSubtIdx ) ); in SetPropertiesFromDim()
1093 maFieldInfo.SetSubtotals( aSubtotals ); in SetPropertiesFromDim()
/AOO41X/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx1918 Sequence< GeneralFunction > aSubtotals; in setPropertyValue() local
1919 if( aValue >>= aSubtotals ) in setPropertyValue()
1920 setSubtotals( aSubtotals ); in setPropertyValue()