summaryrefslogtreecommitdiff
path: root/sc/inc/table.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r--sc/inc/table.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx
index 04ebaa94d7d1..56af84199250 100644
--- a/sc/inc/table.hxx
+++ b/sc/inc/table.hxx
@@ -1109,6 +1109,12 @@ private:
ScColumn* FetchColumn( SCCOL nCol );
const ScColumn* FetchColumn( SCCOL nCol ) const;
+ void EndListeningIntersectedGroups(
+ sc::EndListeningContext& rCxt, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
+ std::vector<ScAddress>* pGroupPos = NULL );
+
+ void SetNeedsListeningGroup( SCCOL nCol, SCROW nRow );
+
/**
* Use this to iterate through non-empty visible cells in a single column.
*/