Lines Matching refs:pSelectDim

2324                             const ScDPResultDimension* pSelectDim = NULL;  in UpdateRunningTotals()  local
2334 pSelectDim = rRunning.GetRowResRoot()->GetChildDimension(); in UpdateRunningTotals()
2335 while ( pSelectDim && pSelectDim->GetName() != aRefFieldName ) in UpdateRunningTotals()
2338 if ( nIndex >= 0 && nIndex < pSelectDim->GetMemberCount() ) in UpdateRunningTotals()
2339pSelectDim = 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()
2355 if ( nIndex >= 0 && nIndex < pSelectDim->GetMemberCount() ) in UpdateRunningTotals()
2356pSelectDim = pSelectDim->GetMember(nIndex)->GetChildDimension(); in UpdateRunningTotals()
2358 pSelectDim = NULL; in UpdateRunningTotals()
2362 if ( pSelectDim && pColIndexes[nColPos] < 0 ) in UpdateRunningTotals()
2363 pSelectDim = NULL; in UpdateRunningTotals()
2367 if ( pSelectDim && bRunningTotal ) in UpdateRunningTotals()
2375 if ( nMyIndex >= 0 && nMyIndex < pSelectDim->GetMemberCount() ) in UpdateRunningTotals()
2377 … const ScDPResultMember* pMyRefMember = pSelectDim->GetMember(nMyIndex); in UpdateRunningTotals()
2380 pSelectDim = NULL; // don't calculate in UpdateRunningTotals()
2404 pSelectDim = NULL; in UpdateRunningTotals()
2420 if ( pSelectDim ) in UpdateRunningTotals()
2429 … pSelectMember = pSelectDim->GetRowReferenceMember( NULL, NULL, in UpdateRunningTotals()
2463 if ( pSelectDim ) in UpdateRunningTotals()
2486 … pSelectMember = pSelectDim->GetRowReferenceMember( pRefPos, pRefName, in UpdateRunningTotals()