summaryrefslogtreecommitdiffstats
path: root/sc/inc/document.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2014-12-09 12:44:44 +0100
committerEike Rathke <erack@redhat.com>2014-12-09 13:19:26 +0100
commit65a44185a66450aa5bc0c7bc6cdd1c2f0efdd672 (patch)
tree136836c67f157785010044ddbdb771cb52b904c3 /sc/inc/document.hxx
parentrhbz#1036877: Join Java AsynchronousFinalizer thread well before exit (diff)
downloadcore-65a44185a66450aa5bc0c7bc6cdd1c2f0efdd672.tar.gz
core-65a44185a66450aa5bc0c7bc6cdd1c2f0efdd672.zip
activate BROADCAST_BROADCASTERS to speedup SetDirty with range
No need to iterate through all cell positions and attempt a broadcast if no one is listening. Instead, broadcast only the cell broadcasters and use AreaBroadcast for the area listeners. Change-Id: I1e666e8ff19ac0715f73d73f54da2e4c8d523173
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r--sc/inc/document.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index c1355081aedb..52a252e75519 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -1869,7 +1869,7 @@ public:
*/
void Broadcast( const ScHint& rHint );
- void BroadcastCells( const ScRange& rRange, sal_uLong nHint );
+ void BroadcastCells( const ScRange& rRange, sal_uLong nHint, bool bBroadcastSingleBroadcasters = true );
void BroadcastRefMoved( const sc::RefMovedHint& rHint );
/// only area, no cell broadcast