|
LibreOffice Module sc (master) 1
|
#include <recursionhelper.hxx>
Public Member Functions | |
| ScFormulaRecursionEntry (ScFormulaCell *p, bool bR, const ScFormulaResult &rRes) | |
Public Attributes | |
| ScFormulaCell * | pCell |
| bool | bOldRunning |
| ScFormulaResult | aPreviousResult |
Definition at line 31 of file recursionhelper.hxx.
|
inline |
Definition at line 36 of file recursionhelper.hxx.
References p.
| ScFormulaResult ScFormulaRecursionEntry::aPreviousResult |
Definition at line 35 of file recursionhelper.hxx.
| bool ScFormulaRecursionEntry::bOldRunning |
Definition at line 34 of file recursionhelper.hxx.
| ScFormulaCell* ScFormulaRecursionEntry::pCell |
Definition at line 33 of file recursionhelper.hxx.
Referenced by ScFormulaCell::Interpret().