summaryrefslogtreecommitdiffstats
path: root/sc/inc/document.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-11-20 21:43:25 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-11-20 22:12:16 -0500
commit01e14bd403e749116844b6ab0b0a7afc66347e90 (patch)
tree25180d441c3a37b5fcbe22d0aca01f3545639bed /sc/inc/document.hxx
parentSome of our supported compilers still don't have 'override' it seems (diff)
downloadcore-01e14bd403e749116844b6ab0b0a7afc66347e90.tar.gz
core-01e14bd403e749116844b6ab0b0a7afc66347e90.zip
Adjust InsertRow() for group area listeners.
Change-Id: I813b45d015eb1ae8dc7bd1242152ef734b5fe08c
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r--sc/inc/document.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index ee43f2c97b1a..fcb92dc2e3fd 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -2178,6 +2178,11 @@ private:
bool ReservePatternCount( SCTAB nTab, SCCOL nCol, SCSIZE nReserve );
void SharePooledResources( ScDocument* pSrcDoc );
+
+ void EndListeningIntersectedGroups(
+ sc::EndListeningContext& rCxt, const ScRange& rRange, std::vector<ScAddress>* pGroupPos = NULL );
+
+ void SetNeedsListeningGroups( const std::vector<ScAddress>& rPosArray );
};
#endif