summaryrefslogtreecommitdiff
path: root/include/unotools
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-02-25 15:39:26 +0100
committerEike Rathke <erack@redhat.com>2016-02-25 15:40:08 +0100
commita097e183237e4eb66814df01b9505984e2c5c63b (patch)
tree5c81182fbdcff3108349a02d1fcc3215b68df6bc /include/unotools
parentd69eb22d4ec3d1d44d80e462e2ae746bd5a9a8cf (diff)
prepare SearchOptions config with IsUseWildcard
Change-Id: Ifba836f259358d7480502e1701f902c2702b4263
Diffstat (limited to 'include/unotools')
-rw-r--r--include/unotools/searchopt.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/unotools/searchopt.hxx b/include/unotools/searchopt.hxx
index 5accfba2a2db..fe8509b0cb42 100644
--- a/include/unotools/searchopt.hxx
+++ b/include/unotools/searchopt.hxx
@@ -45,6 +45,7 @@ public:
bool IsWholeWordsOnly() const;
bool IsBackwards() const;
bool IsUseRegularExpression() const;
+ bool IsUseWildcard() const;
bool IsSimilaritySearch() const;
bool IsUseAsianOptions() const;
bool IsMatchCase() const; // also Japanese search option
@@ -54,6 +55,7 @@ public:
void SetWholeWordsOnly( bool bVal );
void SetBackwards( bool bVal );
void SetUseRegularExpression( bool bVal );
+ void SetUseWildcard( bool bVal );
void SetSearchForStyles( bool bVal );
void SetSimilaritySearch( bool bVal );
void SetUseAsianOptions( bool bVal );