Searched refs:pFormulaTree (Results 1 – 3 of 3) sorted by relevance
225 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 …]
142 pFormulaTree( NULL ), in ScDocument()
278 ScFormulaCell* pFormulaTree; // Berechnungsbaum Start member in ScDocument1708 const ScFormulaCell* GetFormulaTree() const { return pFormulaTree; } in GetFormulaTree()