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()
772 if( maModel.mbMaxSubtotal ) aSubtotals.push_back( GeneralFunction_MAX ); in convertRowColPageField()
773 if( maModel.mbMinSubtotal ) aSubtotals.push_back( GeneralFunction_MIN ); in convertRowColPageField()
776 if( maModel.mbStdDevSubtotal ) aSubtotals.push_back( GeneralFunction_STDEV ); in convertRowColPageField()
777 if( maModel.mbStdDevPSubtotal ) aSubtotals.push_back( GeneralFunction_STDEVP ); in convertRowColPageField()
778 if( maModel.mbVarSubtotal ) aSubtotals.push_back( GeneralFunction_VAR ); in convertRowColPageField()
779 if( maModel.mbVarPSubtotal ) aSubtotals.push_back( GeneralFunction_VARP ); in convertRowColPageField()
781 if( aSubtotals.empty() && maModel.mbDefaultSubtotal ) 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()

Completed in 60 milliseconds