Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Ddocumen7.cxx236 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()
/trunk/main/sc/inc/
H A Dcell.hxx439 ScFormulaCell* GetPrevious() const { return pPrevious; } in GetPrevious() function in ScFormulaCell

Completed in 13 milliseconds