diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2009-09-15 17:23:28 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2009-09-15 17:23:28 -0400 |
commit | 62ca9beff50e3e40e524656088d8bb4978612ca6 (patch) | |
tree | faaf0cd94205d9e9f9fe44afa5cc904062dc78a5 /sc/inc/dociter.hxx | |
parent | 6b38ae9c3bbca8be9d41df4e4deee464af5ba89b (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.hxx | 5 |
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; |