summaryrefslogtreecommitdiff
path: root/sc/inc/dociter.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2009-09-15 17:23:28 -0400
committerKohei Yoshida <kyoshida@novell.com>2009-09-15 17:23:28 -0400
commit62ca9beff50e3e40e524656088d8bb4978612ca6 (patch)
treefaaf0cd94205d9e9f9fe44afa5cc904062dc78a5 /sc/inc/dociter.hxx
parent6b38ae9c3bbca8be9d41df4e4deee464af5ba89b (diff)
#i102750# supported external db range for DSUM for by-value query entries.
Diffstat (limited to 'sc/inc/dociter.hxx')
-rw-r--r--sc/inc/dociter.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx
index 33ecb84e4fcf..b52228081b83 100644
--- a/sc/inc/dociter.hxx
+++ b/sc/inc/dociter.hxx
@@ -179,7 +179,12 @@ private:
virtual bool getNext(double &rValue, USHORT &rErr);
private:
+ bool isValidQuery(SCROW mnRow, const ScMatrix& rMat) const;
+
const ScDBQueryParamMatrix* mpParam;
+ SCROW mnCurRow;
+ SCROW mnRows;
+ SCCOL mnCols;
};
::std::auto_ptr<ScDBQueryParamBase> mpParam;