summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-12-17 00:05:22 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-12-18 10:13:26 -0500
commit5945b187a5b5a01783b2a7e934dc5c4b9ace41ed (patch)
treeb7f90d0df13c28093c6cc00483b4f601f114414c /sc/inc
parent1d6e5dbaff0fadd8ffbb689e318be466eef9d451 (diff)
Try to consolidate all broadcast calls into one place. Still WIP.
Change-Id: I7b75307de3ae91726facb67ea8d3fb6999e1f9c7
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/document.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 47ff391a3e6c..c560d20f235a 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -1815,6 +1815,10 @@ public:
Preferred.
*/
void Broadcast( const ScHint& rHint );
+
+ void BroadcastCells( const ScRange& rRange, sal_uLong nHint );
+ void BroadcastCells( const ScRangeList& rRanges, sal_uLong nHint );
+
/// only area, no cell broadcast
void AreaBroadcast( const ScHint& rHint );
/// only areas in range, no cell broadcasts