diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-16 01:10:39 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-18 14:13:19 -0500 |
commit | 24568e6292341ad5965c34825c8512bb3a61b334 (patch) | |
tree | 753bfa06c0bc01e68b4eea343a363bc5716e8b78 /sc/inc | |
parent | b42937e81c257d7eabe922bad05db31824534af8 (diff) |
Handle query after the popup gets dismissed by clicking OK.
But it's not working right. :-(
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/queryparam.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/queryparam.hxx b/sc/inc/queryparam.hxx index 49fa2bceaabd..c95655e922b6 100644 --- a/sc/inc/queryparam.hxx +++ b/sc/inc/queryparam.hxx @@ -53,6 +53,7 @@ struct ScQueryParamBase SC_DLLPUBLIC SCSIZE GetEntryCount() const; SC_DLLPUBLIC const ScQueryEntry& GetEntry(SCSIZE n) const; SC_DLLPUBLIC ScQueryEntry& GetEntry(SCSIZE n); + ScQueryEntry& AppendEntry(); void Resize(size_t nNew); SC_DLLPUBLIC void DeleteQuery(size_t nPos); void FillInExcelSyntax(const rtl::OUString& aCellStr, SCSIZE nIndex); |