summaryrefslogtreecommitdiff
path: root/unotools/inc/unotools/textsearch.hxx
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-02-01 19:29:36 +0000
committerjp <jp@openoffice.org>2001-02-01 19:29:36 +0000
commit195e8e46a99e8bab63068306b95e27ab1e64890e (patch)
tree8cd439cd73dd1c582f5224febaa89145b002d522 /unotools/inc/unotools/textsearch.hxx
parentb1e28276a62cc9ba05b7c102eaf8fd303c2bd576 (diff)
SearchOptions: add new member for the transliteration flags
Diffstat (limited to 'unotools/inc/unotools/textsearch.hxx')
-rw-r--r--unotools/inc/unotools/textsearch.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/unotools/inc/unotools/textsearch.hxx b/unotools/inc/unotools/textsearch.hxx
index 1b17e2238f21..a8876d366c9d 100644
--- a/unotools/inc/unotools/textsearch.hxx
+++ b/unotools/inc/unotools/textsearch.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: textsearch.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: fs $ $Date: 2000-11-17 09:07:52 $
+ * last change: $Author: jp $ $Date: 2001-02-01 20:29:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -115,6 +115,9 @@ private:
int nLEV_ShorterY;
int nLEV_LongerZ;
+ // asian flags - used for the transliteration
+ long nTransliterationFlags;
+
public:
SearchParam( const String &rText,
SearchType eSrchType = SearchParam::SRCH_NORMAL,
@@ -149,6 +152,9 @@ public:
void SetLEVOther( int nValue ) { nLEV_OtherX = nValue; }
void SetLEVShorter( int nValue ) { nLEV_ShorterY = nValue; }
void SetLEVLonger( int nValue ) { nLEV_LongerZ = nValue; }
+
+ long GetTransliterationFlags() const { return nTransliterationFlags; }
+ void SetTransliterationFlags( long nValue ) { nTransliterationFlags = nValue; }
};
// Klasse zum Suchen eines Strings in einem String.