summaryrefslogtreecommitdiffstats
path: root/sc/inc/queryparam.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-11-04 01:03:27 -0400
committerKohei Yoshida <kohei.yoshida@suse.com>2011-11-04 22:40:27 -0400
commit9dd9e4baccc4009be524f6ab3070e7458138d82d (patch)
tree42a0867b0d2339e0f0f9e205101880ef55fd13c4 /sc/inc/queryparam.hxx
parentSupport rtl::OUString reference here as well. (diff)
downloadcore-9dd9e4baccc4009be524f6ab3070e7458138d82d.tar.gz
core-9dd9e4baccc4009be524f6ab3070e7458138d82d.zip
Remove direct access to the query string (pStr).
I'm about half-way through.
Diffstat (limited to 'sc/inc/queryparam.hxx')
-rw-r--r--sc/inc/queryparam.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/queryparam.hxx b/sc/inc/queryparam.hxx
index 105a80180588..dd09aa36cffc 100644
--- a/sc/inc/queryparam.hxx
+++ b/sc/inc/queryparam.hxx
@@ -70,6 +70,9 @@ struct ScQueryEntry
// creates pSearchParam and pSearchText if necessary, always RegExp!
utl::TextSearch* GetSearchTextPtr( bool bCaseSens ) const;
+ bool MatchByString(const rtl::OUString& rStr) const;
+ SC_DLLPUBLIC void SetQueryString(const rtl::OUString& rStr);
+ SC_DLLPUBLIC rtl::OUString GetQueryString() const;
void Clear();
ScQueryEntry& operator=( const ScQueryEntry& r );
bool operator==( const ScQueryEntry& r ) const;