From a66aeace78f366800ba5bc8be0d334ea823179ab Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 10 Sep 2013 11:16:22 -0400 Subject: Add ability to specify starting row when querying for last non-empty row. And it can only go upwards from there. Change-Id: I4c8037f687dfdd0b6c937463696d628e78e4a8bf --- sc/inc/column.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/inc/column.hxx') diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index ba79c23fb83c..6d09ad165894 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -184,6 +184,7 @@ public: bool HasVisibleDataAt(SCROW nRow) const; SCROW GetFirstDataPos() const; SCROW GetLastDataPos() const; + SCROW GetLastDataPos( SCROW nLastRow ) const; bool GetPrevDataPos(SCROW& rRow) const; bool GetNextDataPos(SCROW& rRow) const; void FindDataAreaPos(SCROW& rRow, bool bDown) const; // (without Broadcaster) -- cgit