Home
last modified time | relevance | path

Searched refs:GetSubTotalFunc (Results 1 – 5 of 5) sorted by relevance

/AOO42X/main/sc/inc/ !
H A Ddpsave.hxx139 … sal_uInt16 GetSubTotalFunc(long nIndex) const { return pSubTotalFuncs[nIndex]; } in GetSubTotalFunc() function in ScDPSaveDimension
/AOO42X/main/sc/source/filter/xml/ !
H A DXMLExportDataPilot.cxx460 GeneralFunction nFunc = static_cast<GeneralFunction>(pDim->GetSubTotalFunc(nSubTotal)); in WriteSubTotals()
/AOO42X/main/sc/source/ui/unoobj/ !
H A Ddapiuno.cxx2149 eRet = (GeneralFunction)pDim->GetSubTotalFunc(0); // always use the first one in getFunction()
2195 aRet[ nIdx ] = (GeneralFunction)pDim->GetSubTotalFunc( nIdx ); in getSubtotals()
/AOO42X/main/sc/source/filter/excel/ !
H A Dxepivot.cxx1092 aSubtotals.push_back( rSaveDim.GetSubTotalFunc( nSubtIdx ) ); in SetPropertiesFromDim()
/AOO42X/main/sc/source/ui/view/ !
H A Ddbfunc3.cxx1670 if (pDim->GetSubTotalFunc(0) != sheet::GeneralFunction_AUTO) in DataPilotInput()