diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-06-27 01:45:46 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-06-27 21:58:41 +0200 |
commit | 3d6b2fb2cdfbe6c06af8138b443f44f1140e8af6 (patch) | |
tree | 516dba0b336e0410b9b520d19d762958c0ea259f /sc/inc/rangeutl.hxx | |
parent | 87fa01674b1418c060b20a7f5af1d0d6eebe99cd (diff) |
add way to handle update refs for addresses, related tdf#107289
Change-Id: I97d1724d7aa1652619edda1cbe6a4ae4db277563
Reviewed-on: https://gerrit.libreoffice.org/39316
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/inc/rangeutl.hxx')
-rw-r--r-- | sc/inc/rangeutl.hxx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sc/inc/rangeutl.hxx b/sc/inc/rangeutl.hxx index 92ceaa99d84d..47cace7db2ad 100644 --- a/sc/inc/rangeutl.hxx +++ b/sc/inc/rangeutl.hxx @@ -269,6 +269,14 @@ public: bool WasDBName() const { return !bFirstPass; } }; +struct SC_DLLPUBLIC ScRangeUpdater +{ + ScRangeUpdater() = delete; + + static void UpdateInsertTab(ScAddress& rAddr, const sc::RefUpdateInsertTabContext& rCxt); + static void UpdateDeleteTab(ScAddress& rAddr, const sc::RefUpdateDeleteTabContext& rCxt); +}; + #endif // INCLUDED_SC_INC_RANGEUTL_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |