LibreOffice Module sc (master) 1
Classes | Typedefs
recursionhelper.hxx File Reference
#include "formularesult.hxx"
#include <list>
#include <vector>
#include <stack>
#include <o3tl/sorted_vector.hxx>
Include dependency graph for recursionhelper.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ScFormulaRecursionEntry
 
class  ScRecursionHelper
 
class  ScFormulaGroupCycleCheckGuard
 A class to wrap ScRecursionHelper::PushFormulaGroup(), ScRecursionHelper::PopFormulaGroup() and make these calls exception safe. More...
 
class  ScFormulaGroupDependencyComputeGuard
 
class  ScCheckIndependentFGGuard
 

Typedefs

typedef ::std::list< ScFormulaRecursionEntryScFormulaRecursionList
 

Typedef Documentation

◆ ScFormulaRecursionList

Definition at line 43 of file recursionhelper.hxx.