Searched refs:GetPrevious (Results 1 – 2 of 2) sorted by relevance
236 ScFormulaCell* pPrev = pCell->GetPrevious(); in RemoveFromFormulaTree()270 return pCell->GetPrevious() || pFormulaTree == pCell; in IsInFormulaTree()335 if ( pCell->GetPrevious() || pCell == pFormulaTree ) in CalcFormulaTree()352 if ( pLastNoGood && (pLastNoGood->GetPrevious() || in CalcFormulaTree()361 pLastNoGood = pCell->GetPrevious(); in CalcFormulaTree()
439 ScFormulaCell* GetPrevious() const { return pPrevious; } in GetPrevious() function in ScFormulaCell
Completed in 18 milliseconds