diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-25 00:02:21 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-25 10:00:14 -0500 |
commit | 0dae7466fff1e742543ef7512b7dd22472c75624 (patch) | |
tree | c9f146abd01a7cabd81944fd794c133cdecadca3 /sc/inc/document.hxx | |
parent | 8c041824b67caa53d3f7f96803b7a69ced6614b5 (diff) |
Adjust ref undo to ensure group area listeners are used.
When undoing row deletion (and possibly other similar undo's). And
write test for it.
Change-Id: I04b4fd9932f4236f124dcd25967355c6055dec33
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; } |