summaryrefslogtreecommitdiffstats
path: root/sc/inc/queryparam.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-11-16 01:10:39 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2011-11-18 14:13:19 -0500
commit24568e6292341ad5965c34825c8512bb3a61b334 (patch)
tree753bfa06c0bc01e68b4eea343a363bc5716e8b78 /sc/inc/queryparam.hxx
parentEnable the new autofilter popup once again. (diff)
downloadcore-24568e6292341ad5965c34825c8512bb3a61b334.tar.gz
core-24568e6292341ad5965c34825c8512bb3a61b334.zip
Handle query after the popup gets dismissed by clicking OK.
But it's not working right. :-(
Diffstat (limited to 'sc/inc/queryparam.hxx')
-rw-r--r--sc/inc/queryparam.hxx1
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);