Lines Matching refs:pColResRoot

134 	pColResRoot( NULL ),  in ScDPSource()
155 delete pColResRoot; in ~ScDPSource()
406 long nColCount = pColResRoot->GetSize(pResData->GetColStartMeasure()); in getResults()
422 pRowResRoot->FillDataResults( pColResRoot, aSeq, nSeqRow, pResData->GetRowStartMeasure() ); in getResults()
488 pColResRoot->FillVisibilityData(aResVisData); in getDrillDownData()
567 DELETEZ(pColResRoot); in disposeData()
920 pColResRoot = new ScDPResultMember( pResData, /*NULL, NULL, NULL, */bColumnGrand ); in CreateRes_Impl()
926 pColResRoot->InitFrom( aInfo.aColDims, aInfo.aColLevels, 0, aInitState ); in CreateRes_Impl()
927 pColResRoot->SetHasElements(); in CreateRes_Impl()
977 aInfo.pColRoot = pColResRoot; in CreateRes_Impl()
981 pColResRoot->CheckShowEmpty(); in CreateRes_Impl()
988 pRowResRoot->UpdateDataResults( pColResRoot, pResData->GetRowStartMeasure() ); in CreateRes_Impl()
993 pRowResRoot->DoAutoShow( pColResRoot ); in CreateRes_Impl()
997 pColResRoot->ResetResults( sal_True ); in CreateRes_Impl()
1002 pRowResRoot->UpdateDataResults( pColResRoot, pResData->GetRowStartMeasure() ); in CreateRes_Impl()
1007 pRowResRoot->SortMembers( pColResRoot ); in CreateRes_Impl()
1016 ScDPRunningTotalState aRunning( pColResRoot, pRowResRoot ); in CreateRes_Impl()
1018 …pRowResRoot->UpdateRunningTotals( pColResRoot, pResData->GetRowStartMeasure(), aRunning, aTotals ); in CreateRes_Impl()
1108 long nColDimSize = pColResRoot->GetSize(pResData->GetColStartMeasure()); in FillMemberResults()
1116 pColResRoot->FillMemberResults( pColResults, nPos, pResData->GetColStartMeasure(), in FillMemberResults()