Searched refs:GetSubTotalFunc (Results 1 – 5 of 5) sorted by relevance
139 … sal_uInt16 GetSubTotalFunc(long nIndex) const { return pSubTotalFuncs[nIndex]; } in GetSubTotalFunc() function in ScDPSaveDimension
460 GeneralFunction nFunc = static_cast<GeneralFunction>(pDim->GetSubTotalFunc(nSubTotal)); in WriteSubTotals()
2149 eRet = (GeneralFunction)pDim->GetSubTotalFunc(0); // always use the first one in getFunction()2195 aRet[ nIdx ] = (GeneralFunction)pDim->GetSubTotalFunc( nIdx ); in getSubtotals()
1092 aSubtotals.push_back( rSaveDim.GetSubTotalFunc( nSubtIdx ) ); in SetPropertiesFromDim()
1676 if (pDim->GetSubTotalFunc(0) != sheet::GeneralFunction_AUTO) in DataPilotInput()
Completed in 81 milliseconds