summaryrefslogtreecommitdiff
path: root/cui/source/options/optjsearch.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optjsearch.hxx')
-rw-r--r--cui/source/options/optjsearch.hxx52
1 files changed, 26 insertions, 26 deletions
diff --git a/cui/source/options/optjsearch.hxx b/cui/source/options/optjsearch.hxx
index 5ec12621cd40..3b2a51b158e9 100644
--- a/cui/source/options/optjsearch.hxx
+++ b/cui/source/options/optjsearch.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -41,32 +41,32 @@ class SfxItemSet;
class SvxJSearchOptionsPage : public SfxTabPage
{
private:
- FixedLine aTreatAsEqual;
- CheckBox aMatchCase;
- CheckBox aMatchFullHalfWidth;
- CheckBox aMatchHiraganaKatakana;
- CheckBox aMatchContractions;
- CheckBox aMatchMinusDashChoon;
- CheckBox aMatchRepeatCharMarks;
- CheckBox aMatchVariantFormKanji;
- CheckBox aMatchOldKanaForms;
- CheckBox aMatchDiziDuzu;
- CheckBox aMatchBavaHafa;
- CheckBox aMatchTsithichiDhizi;
- CheckBox aMatchHyuiyuByuvyu;
- CheckBox aMatchSesheZeje;
- CheckBox aMatchIaiya;
- CheckBox aMatchKiku;
+ FixedLine aTreatAsEqual;
+ CheckBox aMatchCase;
+ CheckBox aMatchFullHalfWidth;
+ CheckBox aMatchHiraganaKatakana;
+ CheckBox aMatchContractions;
+ CheckBox aMatchMinusDashChoon;
+ CheckBox aMatchRepeatCharMarks;
+ CheckBox aMatchVariantFormKanji;
+ CheckBox aMatchOldKanaForms;
+ CheckBox aMatchDiziDuzu;
+ CheckBox aMatchBavaHafa;
+ CheckBox aMatchTsithichiDhizi;
+ CheckBox aMatchHyuiyuByuvyu;
+ CheckBox aMatchSesheZeje;
+ CheckBox aMatchIaiya;
+ CheckBox aMatchKiku;
CheckBox aMatchProlongedSoundMark;
FixedLine aIgnore;
- CheckBox aIgnorePunctuation;
- CheckBox aIgnoreWhitespace;
+ CheckBox aIgnorePunctuation;
+ CheckBox aIgnoreWhitespace;
CheckBox aIgnoreMiddleDot;
- INT32 nTransliterationFlags;
- BOOL bSaveOptions;
+ INT32 nTransliterationFlags;
+ BOOL bSaveOptions;
- INT32 GetTransliterationFlags_Impl();
+ INT32 GetTransliterationFlags_Impl();
protected:
SvxJSearchOptionsPage( Window* pParent, const SfxItemSet& rSet );
@@ -79,11 +79,11 @@ public:
virtual void Reset( const SfxItemSet& rSet );
virtual BOOL FillItemSet( SfxItemSet& rSet );
- BOOL IsSaveOptions() const { return bSaveOptions; }
- void EnableSaveOptions( BOOL bVal ) { bSaveOptions = bVal; }
+ BOOL IsSaveOptions() const { return bSaveOptions; }
+ void EnableSaveOptions( BOOL bVal ) { bSaveOptions = bVal; }
- INT32 GetTransliterationFlags() const { return nTransliterationFlags; }
- void SetTransliterationFlags( INT32 nSettings );
+ INT32 GetTransliterationFlags() const { return nTransliterationFlags; }
+ void SetTransliterationFlags( INT32 nSettings );
};
//////////////////////////////////////////////////////////////////////