From 268d5a7e3c5b31ad22bce7ff36a68c5d13fe7a40 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Tue, 14 Oct 2014 23:47:40 +0200 Subject: speed up range list generation from multi marks, fdo#75486 related Change-Id: Id2114652948d12c92b0e7be7afa304bfffc8fbe0 --- sc/inc/markarr.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/inc/markarr.hxx') diff --git a/sc/inc/markarr.hxx b/sc/inc/markarr.hxx index 5b15d4236529..2988fe4b74cb 100644 --- a/sc/inc/markarr.hxx +++ b/sc/inc/markarr.hxx @@ -47,6 +47,7 @@ public: void SetMarkArea( SCROW nStartRow, SCROW nEndRow, bool bMarked ); bool IsAllMarked( SCROW nStartRow, SCROW nEndRow ) const; bool HasOneMark( SCROW& rStartRow, SCROW& rEndRow ) const; + bool HasEqualRowsMarked( const ScMarkArray& rOther ) const; bool HasMarks() const { return ( nCount > 1 || ( nCount == 1 && pData[0].bMarked ) ); } -- cgit