summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-11-14 16:00:30 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2011-11-14 17:05:59 -0500
commitf6d50b0ebb08ccdeae2d62ad070145a28ce732f8 (patch)
treea9c2bde9c226b9bcc4149c6f5dc3d54db8d24f5b /sc/inc
parent625025f6c24a96fa899ad1d9b493dfd73f2755c9 (diff)
Make multi-item query possible.
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/queryentry.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/queryentry.hxx b/sc/inc/queryentry.hxx
index 6419141432e2..6305480de5d0 100644
--- a/sc/inc/queryentry.hxx
+++ b/sc/inc/queryentry.hxx
@@ -71,6 +71,7 @@ struct ScQueryEntry
// creates pSearchParam and pSearchText if necessary, always RegExp!
utl::TextSearch* GetSearchTextPtr( bool bCaseSens ) const;
+ const QueryItemsType& GetQueryItems() const;
SC_DLLPUBLIC void SetQueryByEmpty();
SC_DLLPUBLIC bool IsQueryByEmpty() const;
SC_DLLPUBLIC void SetQueryByNonEmpty();