summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-11-24 21:22:20 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-11-24 21:24:36 +0100
commit288be67406110dc5e0f957d79fcf775076ee513c (patch)
tree10f942b909e4c861f03bfe07899901f6fa123676 /sc/inc/document.hxx
parent718de51eb9f567fa433ac216114f5e6f16236209 (diff)
checking every cell on a sheet is expensive, related fdo#71934
This is only the first of two places that does this. Change-Id: I57fe1eb07630ecd86b112e88b7ad32c16e9f793a
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r--sc/inc/document.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 49fd5713618d..b9e3dc3b6d38 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -909,6 +909,7 @@ public:
SCROW GetNotePosition( SCTAB nTab, SCCOL nCol, size_t nIndex ) const;
SC_DLLPUBLIC void GetAllNoteEntries( std::vector<sc::NoteEntry>& rNotes ) const;
+ bool ContainsNotesInRange( const ScRangeList& rRange ) const;
SC_DLLPUBLIC void SetDrawPageSize(SCTAB nTab);