summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFaisal M. Al-Otaibi <fmalotaibi@kacst.edu.sa>2014-04-08 09:42:20 +0300
committerFaisal M. Al-Otaibi <fmalotaibi@kacst.edu.sa>2014-04-08 10:58:15 +0300
commitd2771b63b94a8aae3c25c83e9dae9f83242f46c1 (patch)
tree976ff93c1bf86829f0a2aa9b42b48f08a7df25f1 /include
parentloplugin:saloverride (diff)
downloadcore-d2771b63b94a8aae3c25c83e9dae9f83242f46c1.tar.gz
core-d2771b63b94a8aae3c25c83e9dae9f83242f46c1.zip
fdo#77123: Add option ignore kashida to the search
This patch will add new checkbox to ignore kashida in the search and replace dialog. Change-Id: I9e7179242751103b8418d922ade5b9145170ad15
Diffstat (limited to 'include')
-rw-r--r--include/svx/srchdlg.hxx1
-rw-r--r--include/unotools/searchopt.hxx2
2 files changed, 3 insertions, 0 deletions
diff --git a/include/svx/srchdlg.hxx b/include/svx/srchdlg.hxx
index 56cd87b224ee..da4ec001e9a3 100644
--- a/include/svx/srchdlg.hxx
+++ b/include/svx/srchdlg.hxx
@@ -178,6 +178,7 @@ private:
PushButton* m_pCloseBtn;
CheckBox* m_pIgnoreDiacritics;
+ CheckBox* m_pIgnoreKashida;
CheckBox* m_pSelectionBtn;
CheckBox* m_pBackwardsBtn;
CheckBox* m_pRegExpBtn;
diff --git a/include/unotools/searchopt.hxx b/include/unotools/searchopt.hxx
index 40e04dd50bea..d9b3cf3c1f7e 100644
--- a/include/unotools/searchopt.hxx
+++ b/include/unotools/searchopt.hxx
@@ -80,6 +80,7 @@ public:
bool IsIgnoreProlongedSoundMark() const;
bool IsIgnoreMiddleDot() const;
bool IsIgnoreDiacritics_CTL() const;
+ bool IsIgnoreKashida_CTL() const;
void SetMatchFullHalfWidthForms( bool bVal );
void SetMatchHiraganaKatakana( bool bVal );
@@ -100,6 +101,7 @@ public:
void SetIgnoreProlongedSoundMark( bool bVal );
void SetIgnoreMiddleDot( bool bVal );
void SetIgnoreDiacritics_CTL( bool bVal );
+ void SetIgnoreKashida_CTL( bool bVal );
};
#endif