Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Ddptabres.cxx2324 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()
[all …]