summaryrefslogtreecommitdiffstats
path: root/sc/inc/queryentry.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-11-14 17:15:31 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2011-11-14 17:15:31 -0500
commit4740d607c09025aa2a645e7578514a580dec15e5 (patch)
tree9d0c05864143f430a0d5fd584cb68ff0d7fc254d /sc/inc/queryentry.hxx
parentNo more pSpecial treatment of empty / non-empty queries. (diff)
downloadcore-4740d607c09025aa2a645e7578514a580dec15e5.tar.gz
core-4740d607c09025aa2a645e7578514a580dec15e5.zip
Adopt lcl_PrepareQuery to multi-item queries.
Diffstat (limited to 'sc/inc/queryentry.hxx')
-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 353871098e5c..19adf3f640f0 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;
+ QueryItemsType& GetQueryItems();
const QueryItemsType& GetQueryItems() const;
SC_DLLPUBLIC void SetQueryByEmpty();
SC_DLLPUBLIC bool IsQueryByEmpty() const;