Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dcell.cxx1309 ScFormulaCell* pIterCell = this; // scope for debug convenience in Interpret() local
1324 pIterCell = (*aIter).pCell; in Interpret()
1325 pIterCell->bIsIterCell = sal_True; in Interpret()
1336 pIterCell = (*aIter).pCell; in Interpret()
1337 if (pIterCell->nSeenInIteration == nIteration) in Interpret()
1339 if (!pIterCell->bDirty || aIter == aOldStart) in Interpret()
1341 pIterCell->aResult = (*aIter).aPreviousResult; in Interpret()
1343 --pIterCell->nSeenInIteration; in Interpret()
1345 pIterCell->bDirty = sal_True; in Interpret()
1361 pIterCell = (*aIter).pCell; in Interpret()
[all …]