Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxlpivot.cxx541 void XclPTFieldInfo::GetSubtotals( XclPTSubtotalVec& rSubtotals ) const in GetSubtotals()
543 rSubtotals.clear(); in GetSubtotals()
544 rSubtotals.reserve( 16 ); in GetSubtotals()
547 if( mnSubtotals & EXC_SXVD_SUBT_DEFAULT ) rSubtotals.push_back( GeneralFunction_AUTO ); in GetSubtotals()
548 if( mnSubtotals & EXC_SXVD_SUBT_SUM ) rSubtotals.push_back( GeneralFunction_SUM ); in GetSubtotals()
551 if( mnSubtotals & EXC_SXVD_SUBT_MAX ) rSubtotals.push_back( GeneralFunction_MAX ); in GetSubtotals()
552 if( mnSubtotals & EXC_SXVD_SUBT_MIN ) rSubtotals.push_back( GeneralFunction_MIN ); in GetSubtotals()
557 if( mnSubtotals & EXC_SXVD_SUBT_VAR ) rSubtotals.push_back( GeneralFunction_VAR ); in GetSubtotals()
558 if( mnSubtotals & EXC_SXVD_SUBT_VARP ) rSubtotals.push_back( GeneralFunction_VARP ); in GetSubtotals()
561 void XclPTFieldInfo::SetSubtotals( const XclPTSubtotalVec& rSubtotals ) in SetSubtotals() argument
[all …]
/trunk/main/sc/source/filter/inc/
H A Dxlpivot.hxx654 void GetSubtotals( XclPTSubtotalVec& rSubtotals ) const;
656 void SetSubtotals( const XclPTSubtotalVec& rSubtotals );
/trunk/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx2202 void ScDataPilotFieldObj::setSubtotals( const Sequence< GeneralFunction >& rSubtotals ) in setSubtotals() argument
2210 sal_Int32 nCount = rSubtotals.getLength(); in setSubtotals()
2214 if( rSubtotals[ 0 ] == GeneralFunction_NONE ) in setSubtotals()
2218 sal_uInt16 nFunc = sal::static_int_cast<sal_uInt16>( rSubtotals[ 0 ] ); in setSubtotals()
2228 GeneralFunction eFunc = rSubtotals[ nIdx ]; in setSubtotals()

Completed in 63 milliseconds