diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-11-28 00:29:59 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-11-28 00:31:45 +0100 |
commit | 2c5ea08b67b3446fcf7005e741920764d74366a5 (patch) | |
tree | c90aaa3efa6982e12128e953c8a069911af1006d /sc/inc/column.hxx | |
parent | f0701470858f57a855ba57c0c2283e52953db327 (diff) |
iterating through all cells is not a good idea, fdo#71934
Change-Id: I370f641f0fffed8835a32c577c2f2e841ba419aa
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index c08236b220d0..ba16644492d4 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -506,6 +506,7 @@ public: size_t GetNoteCount() const; SCROW GetNotePosition( size_t nIndex ) const; void GetAllNoteEntries( std::vector<sc::NoteEntry>& rNotes ) const; + void GetNotesInRange( SCROW nStartRow, SCROW nEndRow, std::vector<sc::NoteEntry>& rNotes ) const; SCROW GetCellNotesMaxRow() const; SCROW GetCellNotesMinRow() const; |