Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Ddocumen7.cxx225 pFormulaTree = pCell; // kein Ende, kein Anfang.. in PutInFormulaTree()
238 if ( pPrev || pFormulaTree == pCell ) in RemoveFromFormulaTree()
244 pFormulaTree = pNext; // ist erste Zelle in RemoveFromFormulaTree()
260 else if ( !pFormulaTree && nFormulaCodeInTree ) in RemoveFromFormulaTree()
270 return pCell->GetPrevious() || pFormulaTree == pCell; in IsInFormulaTree()
293 ScFormulaCell* pCell = pFormulaTree; in CalcFormulaTree()
320 pCell = pFormulaTree; in CalcFormulaTree()
335 if ( pCell->GetPrevious() || pCell == pFormulaTree ) in CalcFormulaTree()
342 if ( pFormulaTree ) in CalcFormulaTree()
344 if ( pFormulaTree->GetDirty() && !bOnlyForced ) in CalcFormulaTree()
[all …]
H A Ddocumen2.cxx142 pFormulaTree( NULL ), in ScDocument()
/trunk/main/sc/inc/
H A Ddocument.hxx278 ScFormulaCell* pFormulaTree; // Berechnungsbaum Start member in ScDocument
1708 const ScFormulaCell* GetFormulaTree() const { return pFormulaTree; } in GetFormulaTree()