Searched refs:pSelectDim (Results 1 – 1 of 1) sorted by relevance
2324 const ScDPResultDimension* pSelectDim = NULL; in UpdateRunningTotals() local2334 pSelectDim = rRunning.GetRowResRoot()->GetChildDimension(); in UpdateRunningTotals()2335 while ( pSelectDim && pSelectDim->GetName() != aRefFieldName ) in UpdateRunningTotals()2338 if ( nIndex >= 0 && nIndex < pSelectDim->GetMemberCount() ) in UpdateRunningTotals()2339 … pSelectDim = pSelectDim->GetMember(nIndex)->GetChildDimension(); in UpdateRunningTotals()2341 pSelectDim = NULL; in UpdateRunningTotals()2345 if ( pSelectDim && pRowIndexes[nRowPos] < 0 ) in UpdateRunningTotals()2346 pSelectDim = NULL; in UpdateRunningTotals()2351 pSelectDim = rRunning.GetColResRoot()->GetChildDimension(); in UpdateRunningTotals()2352 while ( pSelectDim && pSelectDim->GetName() != aRefFieldName ) in UpdateRunningTotals()[all …]