diff options
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r-- | sc/inc/document.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 554ee3a9afc1..31fde4db04c5 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -1916,6 +1916,8 @@ public: void SetHardRecalcState( bool bVal ) { bHardRecalcState = bVal; } void StartAllListeners(); void StartNeededListeners(); + void StartAllListeners( const ScRange& rRange ); + void EndAllListeners( const ScRange& rRange ); const ScFormulaCell* GetFormulaTree() const { return pFormulaTree; } bool HasForcedFormulas() const { return bHasForcedFormulas; } void SetForcedFormulas( bool bVal ) { bHasForcedFormulas = bVal; } |