Searched refs:aSubtotals (Results 1 – 3 of 3) sorted by relevance
762 ::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 …]
1089 XclPTSubtotalVec aSubtotals; in SetPropertiesFromDim() local1090 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()
1918 Sequence< GeneralFunction > aSubtotals; in setPropertyValue() local1919 if( aValue >>= aSubtotals ) in setPropertyValue()1920 setSubtotals( aSubtotals ); in setPropertyValue()