LibreOffice Module sc (master) 1
|
#include "formularesult.hxx"
#include <list>
#include <vector>
#include <stack>
#include <o3tl/sorted_vector.hxx>
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< ScFormulaRecursionEntry > | ScFormulaRecursionList |
typedef ::std::list< ScFormulaRecursionEntry > ScFormulaRecursionList |
Definition at line 43 of file recursionhelper.hxx.